summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-07-12foogtk3-portMichael Natterer5-16/+23
2017-07-12libgimpwidgets: make GimpColorScale more-or-less work fineMichael Natterer3-68/+44
2017-07-12libgimpwidgets, app: use GdkRGBA instead of GdkColor for cell backgroundsMichael Natterer2-16/+8
2017-07-12plug-ins: s/GtkObject/GtkAdjustment/ in file-wepbMichael Natterer1-19/+18
2017-07-12Bug 762279 - "Tip of the day" links opens two links.Jehan1-9/+12
2017-07-12Revert "Bug 762279 - "Tip of the day" links opens two links"Michael Natterer1-25/+3
2017-07-12Bug 759030 - gtk3-port parsing error loading css from custom themedraekko1-1/+1
2017-07-12app: port GimpContainerTreeView from style_set() to style_updated()Michael Natterer1-23/+21
2017-07-12libgimpwidgets: Separate ruler text layer from background.Michael Henning1-5/+12
2017-07-12libgimpwidgets: Draw marker in correct position on ruler.Michael Henning1-7/+7
2017-07-12libgimpwidgets: #if 0 more stuff in gimp3migrationMichael Natterer2-2/+6
2017-07-12app: use gimp_color_display_stack_get_filters() instead of stack->filtersMichael Natterer1-1/+2
2017-07-12app: remove GTK_OBJECT() case in GimpPopupMichael Natterer1-1/+1
2017-07-12app: port GimpCircle and subclasses to GTK+ 3Michael Natterer3-87/+81
2017-07-12Use GTK+3 gtk_get_locale_direction() function instead of current hack.Jehan1-6/+12
2017-07-12app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-dialog.cMichael Natterer1-2/+2
2017-07-12Unkommented settings for preferring a dark GTK+ theme.Alexandre Prokoudine1-2/+1
2017-07-12modules: port GimpColorWheel to GTK+ 3.xMichael Natterer1-146/+127
2017-07-12app: port wilber drawing to GtkStyleContextMichael Natterer1-30/+29
2017-07-12app: don't use the deprecated GDK_EXTENSION_EVENTS_ALLMichael Natterer1-2/+1
2017-07-12app: make the statusbar's progress label visible againMichael Natterer1-3/+2
2017-07-12themes: set an explicit background for rulersMichael Natterer2-0/+8
2017-07-12Incomplete notebook and tab theming commit, to be improvedMichael Natterer4-76/+33
2017-07-12app: themes.c: add #if 0-ed switch to dark theme variantMichael Natterer1-0/+6
2017-07-12app: don't use "size-request" for the toolbox' wilber, it's goneMichael Natterer1-14/+8
2017-07-12devel-docs: make the shooter tool at least build again (untested)Michael Natterer2-23/+8
2017-07-12app: implement GtkContainer::get_path_for_child() in GimpMessageBoxMichael Natterer1-9/+35
2017-07-12plug-ins: s/GtkObject/GtkAdjustment/Michael Natterer11-66/+62
2017-07-12app: GimpDock: port font size modification to GtkCssProviderMichael Natterer1-13/+30
2017-07-12app: port GimpTagPopup to GtkStyleContextMichael Natterer1-94/+110
2017-07-12app: port GimpNavigationEditor to GtkStyleContextMichael Natterer1-7/+11
2017-07-12app: port GimpHistogramView to gdk_device_grab()/ungrab()Michael Natterer2-11/+27
2017-07-12app: port GimpGradientEditor to GtkSyleContextMichael Natterer1-25/+62
2017-07-12app: let the file dialog expand/collapse with the file type expanderMichael Natterer1-0/+1
2017-07-12app: remove some forgotten #undef GSEAL_ENABLEMichael Natterer5-10/+0
2017-07-12app: use gdk_device_get_position() inetad of gdk_display_get_pointer()Michael Natterer2-11/+19
2017-07-12app: make input devices, grabs and therefore generally tools work againMichael Natterer5-119/+335
2017-07-12app: gimp_device_info_get_device_coords(): workaround for XI2 b0rkMichael Natterer1-0/+14
2017-07-12app: gimp_print_event(): add the device to the event debug output.Michael Natterer1-2/+12
2017-07-12plug-ins: port filter-pack to GTK+ 3.0, still some warnings leftMichael Natterer1-16/+20
2017-07-12app: remove gimp_rgb_get,set_gdk_color()Michael Natterer4-61/+21
2017-07-12app: use GdkRGBA instead of GdkColor in some placesMichael Natterer2-8/+8
2017-07-12plug-ins: port map-object to GTK+ 3.xMichael Natterer3-14/+6
2017-07-12configure.ac: use the new GTK_CHECK_BACKEND() macroMichael Natterer1-4/+5
2017-07-12app: port GimpComboTagEntry to GtkStyleContextMichael Natterer3-47/+45
2017-07-12app: increase the priority of the theme CSS by 1Michael Natterer1-1/+4
2017-07-12themes: document the new stlye properties and indent the CSS files properlyMichael Natterer2-72/+96
2017-07-12app: define all GimpHistogramView colors via style properties and CSSMichael Natterer2-71/+41
2017-07-12themes: document the new GimpHistogramView property in the theme CSSMichael Natterer2-0/+8
2017-07-12app: port GimpCurveView to GtkStyleContextMichael Natterer1-30/+37