| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 712536 - Themes with gap_(start|end)_file but no actual file crash | Jehan | 2013-12-05 | 1 | -9/+6 |
* | pixbuf-engine: Clean up error conditions and destructors | Emmanuele Bassi | 2013-11-22 | 1 | -36/+23 |
* | pixbuf-engine: Improve ThemePixbuf clean up functions | Emmanuele Bassi | 2013-11-22 | 2 | -2/+20 |
* | Themes with specified gap images but no actual file crash. | Jehan | 2013-11-22 | 1 | -0/+21 |
* | Remove more discontinued ChangeLogs | William Jon McCann | 2013-06-24 | 1 | -418/+0 |
* | win32: Remove the ms-windows engine | Alexander Larsson | 2012-04-03 | 16 | -6385/+2 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 15 | -45/+15 |
* | modules/*: Use g_list_free_full() convenience function | Javier Jardón | 2012-01-05 | 1 | -2/+1 |
* | win32: correctly handle difference between tab_pos and gap_side when drawing ... | Dieter Verfaillie | 2011-11-10 | 1 | -6/+10 |
* | win32: add TODO mentioning GtkButton::child-displacement-x & y should be 0 wh... | Dieter Verfaillie | 2011-11-10 | 1 | -2/+3 |
* | win32: fix typo in msw_style.c | Arnaud Charlet | 2011-11-10 | 1 | -1/+1 |
* | Use AM_CPPFLAGS instead the obsolete INCLUDES | Javier Jardón | 2011-07-06 | 2 | -2/+2 |
* | Bump the version to 3.0.0 | Matthias Clasen | 2011-02-10 | 2 | -5/+5 |
* | Don't build pixbuf engine, still | Matthias Clasen | 2011-02-02 | 1 | -2/+2 |
* | make the ms-windows engine compile again | Fridrich Štrba | 2011-01-14 | 2 | -8/+12 |
* | Fix remaining usage of g[dk]ktargetlib. | Yaakov Selkowitz | 2011-01-10 | 2 | -4/+4 |
* | Disable theme engines for now | Matthias Clasen | 2010-12-06 | 1 | -1/+5 |
* | docs: Update URL of some documentation links | Javier Jardón | 2010-11-14 | 1 | -1/+1 |
* | pixbuf engine: remove only use of GCache in Gtk | Ryan Lortie | 2010-11-08 | 1 | -22/+45 |
* | Fix build breakage and avoid a warning | Tor Lillqvist | 2010-11-06 | 1 | -3/+3 |
* | Enable the build of MS Windows engine again | Fridrich Štrba | 2010-10-14 | 1 | -1/+1 |
* | Trying to fix MS Windows engine | Martin Schlemmer | 2010-10-14 | 3 | -380/+288 |
* | Bypass the ms-windows engine for now | Tor Lillqvist | 2010-10-07 | 1 | -1/+1 |
* | msw-engine: Remove sanitize_size code | Benjamin Otte | 2010-09-26 | 1 | -36/+0 |
* | pixbuf-engine: remove unused theme_pixbuf_render_no_cairo() | Benjamin Otte | 2010-09-26 | 2 | -34/+0 |
* | style: Convert draw_resize_grip vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 1 | -54/+11 |
* | style: Convert draw_expander vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 1 | -7/+3 |
* | style: Convert draw_handle vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 1 | -7/+3 |
* | style: Convert draw_slider vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 1 | -7/+3 |
* | style: Convert draw_focus vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 1 | -7/+3 |
* | style: Convert draw_extension vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 1 | -7/+3 |
* | style: Convert draw_box_gap vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 1 | -45/+3 |
* | style: Convert draw_shadow_gap vfunc to a Cairo version | Benjamin Otte | 2010-09-26 | 1 | -4/+3 |
* | style: Convert draw_tab vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 1 | -7/+3 |
* | style: Convert draw_option vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 1 | -8/+4 |
* | style: Convert draw_check vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 1 | -7/+3 |
* | style: Convert draw_flat_box vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 1 | -7/+3 |
* | style: Convert draw_shadow vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 1 | -31/+15 |
* | style: Convert draw_vline vfunc to a Cairo version | Benjamin Otte | 2010-09-26 | 1 | -8/+4 |
* | style: Convert draw_hline vfunc to Cairo version | Benjamin Otte | 2010-09-26 | 1 | -8/+4 |
* | pixbuf-engine: Add Cairo version for draw_gap_image() | Benjamin Otte | 2010-09-26 | 1 | -19/+52 |
* | pixbuf-engine: Add Cairo version for draw_simple_image() | Benjamin Otte | 2010-09-26 | 1 | -29/+59 |
* | pixbuf-engine: Make theme_pixbuf_render take a cairo_t | Benjamin Otte | 2010-09-26 | 3 | -33/+47 |
* | pixbuf-engine: Get rid of unused mask argument | Benjamin Otte | 2010-09-26 | 3 | -36/+15 |
* | Do not disable GDK deprecation guards | Javier Jardón | 2010-09-22 | 1 | -2/+0 |
* | Use accessor functions | Tor Lillqvist | 2010-09-09 | 1 | -22/+31 |
* | MS Windows engine: draw elements in the right place. | Martin Schlemmer | 2010-09-03 | 2 | -49/+28 |
* | Oops, make the MS Windows theme really compile. | Fridrich Štrba | 2010-09-02 | 1 | -3/+2 |
* | Make the MS Windows engine compile again. | Fridrich Štrba | 2010-09-02 | 2 | -0/+38 |
* | Avoid potential DLL hijacking in ms-windows theme engine | Tor Lillqvist | 2010-09-02 | 1 | -1/+27 |