summaryrefslogtreecommitdiff
path: root/cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.c
AgeCommit message (Collapse)AuthorFilesLines
2017-08-12shell: Ditch gimpcellrenderertoggleJosephMcc1-496/+0
This is full of deprecated code and wasn't displaying properly. Replace it with a gtk_cell_renderer_toggle_new() which uses a standard themed checkbox widget and should display properly in HiDPI.
2017-08-12sidebar-layers: Make it actually usable and fix a runtime warningraveit651-0/+1
Expand the scrolled window vertical so that you can actually see the content of the widget. This also turned up a missing gtk_style_context_save () in gimpcellrenderertoggle.c. So fix that as well. partial inspired from: https://github.com/linuxmint/xreader/commit/6b6ae7f
2016-11-23move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-133/+13
and require caja >= 1.17.1
2016-07-03GTK+-3 gimpcellrenderertoggle: Fix compile warningsraveit651-0/+18
taken from: https://git.gnome.org/browse/evince/commit/?id=f9a8e04
2014-12-10Gtk3: Use gtk_widget_render_icon_pixbuf()infirit1-0/+1
2014-12-10Gtk3: gimpcellrenderertoggle: Port to GtkStyleContextinfirit1-4/+54
Taken from evince commit: cd0d12ac77f030caf9b073f60c51539d9b8394ef From: Carlos Garcia Campos <[email protected]>
2014-12-10Gtk3: Convert another gtk_paint_ callinfirit1-5/+2
Taken from evince commit: 1383dfb59b35d2d4576691ad3d9778de344c8e15 From: Matthias Clasen <[email protected]>
2014-12-10Gtk3: [gimpcellrenderertoggle] Paint a shadow when the mouse is over the ↵infirit1-1/+21
cell renderer Taken from evince commit: 0a2d3c2d9dd1158dfb8cacd72abb498acd0e6fef From: Carlos Garcia Campos <[email protected]>
2013-10-28cut-n-paste: Fix GTK3 supportStefano Karapetsas1-3/+40
2011-11-09inicialPerberos1-0/+492