[gimp] (234 commits) Created branch gtk3-port



The branch 'gtk3-port' was created.

Summary of new commits:

  45b8264... Switch to version 3.0 in a lot of places and depend on GTK+
  eb4c593... Revert "app: Fix on canvas widgets ignoring clicks from tab
  77a39ae... libgimpwidgets: remove deprecated files from the build
  bf42a3f... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  177591f... libgimpwidgets: port virtual functions to GTK+ 3.0
  9a685d6... libgimpwidgets: port virtual functions to GTK+ 3.0
  7dcf0a2... libgimpwidgets: port to GtkWidget::draw()
  c25017f... libgimpwidgets: port to GtkWidget::draw()
  dfac119... libgimpwidgets: port to GtkWidget::draw()
  ceff9fd... libgimpwidgets: s/GtkObject/GtkAdjustment/
  eadf1f3... libgimpwidgets: port to GtkWidget::draw()
  5526278... libgimpwidgets: remove deprecated functions and s/GtkObject
  373cb23... libgimpwidgets: remove deprecated files completely
  dcca3cc... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  7c26ca3... app: port to GtkWidget::draw()
  9c8ad18... app: remove GTK_OBJECT() cast
  318a215... app: port to GtkWidget::draw()
  79df60f... app: port to GtkWidget::draw()
  c448115... app: port virtual functions to GTK+ 3.0 API
  c60375f... app: port to GtkWidget::draw()
  5c5055f... app: port to GtkWidget::draw()
  5ccaecf... app: port to GtkWidget::draw()
  eee9c62... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  14c9def... app: port to GtkWidget::draw()
  4cce884... app: s/GtkObject/GtkAdjustment/
  8720e56... app: port to GtkWidget::draw()
  9ef73ae... app: port GimpNavigationView to GtkWidget::draw()
  792d8f5... app: port GimpPaletteView to GtkWidget::draw()
  00ee7d3... app: port to GtkWidget::draw()
  48ca017... app: port to GtkWidget::draw()
  1724ace... app: no need to alloc colors any longer, GdkColormap is gon
  0fe5de8... app: port call to gtk_paint_arrow() to GTK+ 3.0
  0156687... app: port device management to GdkDeviceManager
  da480fc... app: remove obsolete (GtkObject **) casts
  02e1c34... app: use gtk_widget_get_preferred_size() instead of size_re
  c0f009b... app: port GimpScalComboBox to GTK+ 3.0
  3972750... app: use gtk_widget_get_preferred_size() instead of size_re
  384504c... libgimpwidgets: port GimpFrame to GTK+ 3.0
  50fd77b... app: port tools to GTK+ 3.0 (trivial changes only)
  aa2aef5... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  aca567e... app: pass the cairo_region_t to gdk_window_invalidate_regio
  8d20247... app: use GdkDeviceManager to list devices
  5ca87fd... app: port to GtkWidget::draw()
  023df36... app: remove calls to colormap functions, they are gone
  915618f... libgimpwidgets: get rid of (GtkObject **) casts
  e1d3e3a... app: port the splash to GTK+ 3.0
  5b0e5d7... libgimpwidgets: port the ruler to GTK+ 3.0
  d7b2748... libgimpwidgets: port to GtkWidget::draw()
  aab864f... app: port to GtkWidget::draw()
  7cbb4d0... app: port the overlay stuff to GTK+ 3.0
  9c4a2b3... app: use the container icon view, the grid view is not GTK+
  dbd1bf3... app: port to GtkWidget::draw() (incompletely)
  6c3d473... app: remove call to gtk_statusbar_set_has_resize_grip()
  2380788... app: port the tag entry to GTK+ 3.0
  41e9847... app: port to GtkWidget::draw() but disable the code inside 
  5fd9d9b... app: can't set the scale combo entry's properties in init()
  71221c1... app: port to GtkWidget::draw()
  b4098ab... libgimpwidgets: port to GtkWidget::draw()
  8f3e303... modules: s/GtkObject/GtkAdjustment/
  2eba859... app: didn't completely commit the display shell expose() ->
  03ea399... app: port to GtkWidget::draw()
  f39b345... app: passing -1 as width/height to gtk_paint_box() no longe
  9358aae... app: port popup arrow drawing to cairo and get rid of the a
  eaa075d... app: remove GimpContainerGridView from the build entirely
  ed2a5c0... modules: port to GtkWidget::draw()
  e95d33b... libgimpwidgets: port to GtkWidget::draw()
  092f8bf... libgimp: port to GtkWidget::draw()
  a35d39c... app: don't translate to allocation.x,y
  c535088... app: port to GtkWidget::draw()
  9d7742d... app: forgot to remove a cairo_destroy() in draw()
  4b6ec3c... app: port to GtkWidget::draw()
  2ddfff4... app: GtkEntry turned into a no-window widget
  925579a... app: use the new GtkScrollable API instead of deprecated tr
  f791763... app: cairo_save()/restore() around chaining up in draw()
  2992cb4... app: add ugly workaround to make the icon view adapt to vie
  e229812... plug-ins: lots of trivial GTK+ 3.0 porting
  af2e978... plug-ins: port jpeg-save to GTK+ 3.0
  800bf35... plug-ins: port file-png to GTK+ 3.0
  ed03b20... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  381e552... plug-ins: more s/GtkObject/GtkAdjustment/
  6cf95bd... plug-ins: port some more plug-ins to GTK+ 3.0
  4e4c3b8... app: port the colormap editor to GTK+ 3.0
  a4499e9... app: remove GtkWrapBox
  fabbff0... libgimpwidgets: port to the new size request API
  cd71f55... app: port to the new size request API
  37a3a2c... plug-ins: port the print preview to the new size request AP
  8ed4a69... plug-ins: port sphere-designer to GtkWidget::draw()
  8e0717d... plug-ins: port cml-explorer to GtkWidget::draw()
  f814e62... plug-ins: port lighting to GTK+ 3.0
  a21fd41... plug-ins: port the unit-editor to GtkScrollable
  86300ae... app: fix GimpOverlayDialog's minimum height
  a5176d2... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  23ea8e6... app: don't connect to "size-requst" because that's deprecat
  1ad32c1... app: port GimpSpinScale to GTK+ 3.0
  0be8407... app: skip keyboard devices so the device list becomes reaso
  26f0dd0... app: implement proper height-for-width in GimpToolPalette
  04bf74c... app: use GdkDevice accessors
  c569864... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  b8ec7ca... app: put the toolbox' areas into a box until we decided abo
  477331e... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  e10cca9... app: port the device sort function to GdkDeviceManager
  d5f97df... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  88706c4... app: change the list of available devices to something that
  e562209... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  6853a64... libgimpwidgets: port GimpChainButton to GtkStyleContext
  86e761f... libgimpwidgets: port GimpColorArea to GtkStyleContext
  29c16dc... libgimpwidgets: port GimpColorScale to GtkStyleContext
  c618572... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  d8efa76... libgimpwidgets: port GimpRuler to GtkStyleContext
  0c486f9... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  382d99a... app: port GimpBlobEditor to GtkStyleContext
  f274219... app: port setting the canvas padding color to GtkStyleConte
  2756f3c... app: port GimpPanedBox to GtkStyleContext
  1f7c8db... app: port GimpContainerIconView to GtkStyleContext
  7286025... app: port GimpContainerTreeView to GtkStyleContext
  89d98af... app: port GimpColormapEditor to GtkStyleContext
  f08ee22... app: port GimpComponentEditor to GtkStyleContext
  e6a1baf... app: port GimpFgBgEditor to GtkStyleContext
  ae1d3a7... app: port GimpFgBgView to GtkStyleContext
  677d294... app: port gimp_get_icon_size() to GtkStyleContext
  a8223ea... app: port GimpContainerBox to GtkStyleContext
  b44ef0c... app: port GimpDashEditor to GtkStyleContext
  86e2155... app: remove calls to gtk_widget_get,set_extension_events()
  ac1d001... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  27697ec... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  49d0116... app: port the about dialog to GtkStyleContext
  2054b54... modules: remove call to gtk_widget_set_extension_events()
  94dfc14... libgimpwidgets: implement GtkWidget::state_flags_changed()
  91cd2af... libgimpwidgets: implement GtkWidget::style_updated() instea
  07a3709... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  99ea15d... app: use gdk_drag_context_get_source_window()
  9884a47... app: use gdk_drag_context_get_selected_action() instead of 
  630412a... app: port GimpSpinScale to GtkStyleContext
  37d502b... app: implement GtkWidget::style_updated() instead of style_
  b4e05c0... port gtkrc files to CSS (incompletely and stuff commented o
  efb4b71... Port theme and gtkrc file loading to CSS files using GtkCss
  ece90d0... app: copy gimp.css instead of gtkrc to the user's gimp dire
  2784dd8... app: check whether child widgets exist in GtkWidget::style_
  863236d... Replace gdk_cursor_unref() with g_object_unref()
  7b43972... app: use gtk_menu_shell_get_selected_item()
  1e51c9b... app: port GimpOverlayBox to GtkStyleContext
  aad15a9... app: port GimpOverlayFrame to GtkStyleContext
  a12c6f3... app: port GimpScaleButton to GtkStyleContext
  364af43... libgimpwidgets: move all GimpPickButton members to a privat
  d41ca01... libgimpwidgets: move all GimpColorArea members to a private
  102a743... libgimpwidgets: move all GimpOffsetArea members to a privat
  096ac7d... libgimpwidgets: move padding members from instance to class
  2dc2e85... libgimpwidgets: move all GimpButton members to a private st
  b3450b4... libgimpwidgets: move all GimpCellRendererColor members to a
  b762096... libgimpwidgets: move all GimpColorButton members to a priva
  52e7bb0... libgimpwidgets: move all GimpCellRendererToggle members to 
  f040826... libgimpwidgets: move all GimpChainButton members to a priva
  76b6278... libgimpwidgets: move all GimpBrowser members to a private s
  70ba73a... libgimpwidgets: move all GimpColorDisplay members to a priv
  72a179e... libgimpwidgets: move all GimpColorDisplayStack members to a
  e1cfe3b... libgimpwidgets: move all GimpColorHexEntry members to a pri
  06d2cd9... libgimpwidgets: add padding
  f28451c... libgimpwidgets: move all GimpColorNotebook members to a pri
  db0743b... libgimpwidgets: move all GimpColorScale members to a privat
  3e2714a... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  044209a... libgimpwidgets: move all GimpColorSelection members to a pr
  cf23bc4... libgimpwidgets: move all GimpEnumLabel members to a private
  7f4e579... app: don't use style->black and style->white
  573ce34... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  e5c7f52... app: port GimpStrokeEditor to GtkStyleContext
  fc3a835... app: port GimpPaletteView to GtkStyleContext
  6a94804... plug-ins: don't use style->black and style->white
  623daa5... libgimpwidgets: move all GimpColorProfileStore members to a
  4f95b5c... app: port GimpDockWindow to GtkStyleContext
  1b960be... app: port GimpToolEditor to GtkStyleContext
  6de6872... app: use gtk_widget_override_font() instead of modify_font(
  0042a57... app: port GimpThumbBox to GtkStyleContext
  e19e268... Implement GtkWidget::style_updated() instead of ::style_set
  b2c6104... app: port GimpHistogramView to GtkStyleContext
  7366534... app: port GimpTagEntry to GtkStyleContext
  6bdc514... app: always ask the master device for its axes or state
  d28a8bb... app: when checking for a device change, check the event's s
  b707325... app: remove obsolete device checks from GimpToolbox
  b113b6e... app: port GimpColorFrame away from GtkStyle, using a new st
  088022a... app: remove call to gtk_widget_style_attach() from GimpOver
  2e026a2... app: port GimpOverlayChild to GtkStyleContext
  b4ee4f6... Port cell renderers to gtk_cell_renderer_get_state()
  a3a9cde... app: port GimpCellRendererDashes to GtkStyleContext
  3d4e900... app: add gimp_get_style_color() to simplify GdkRGBA style p
  fb62b57... app: add style property and default CSS for GimpHistogramVi
  dc7044b... app: port GimpCurveView to GtkStyleContext
  32cf8cf... themes: document the new GimpHistogramView property in the 
  0d9a4b1... app: define all GimpHistogramView colors via style properti
  a48e281... themes: document the new stlye properties and indent the CS
  72be6c6... app: increase the priority of the theme CSS by 1
  a21b511... app: port GimpComboTagEntry to GtkStyleContext
  27f1b91... configure.ac: use the new GTK_CHECK_BACKEND() macro
  e1d2338... plug-ins: port map-object to GTK+ 3.x
  c86ee79... app: use GdkRGBA instead of GdkColor in some places
  57cdbed... app: remove gimp_rgb_get,set_gdk_color()
  ff136bd... app: port the text tool editor's preedit popup to GtkStyleC
  1febd98... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  afe1ed4... app: gimp_print_event(): add the device to the event debug 
  9d2561c... app: gimp_device_info_get_device_coords(): workaround for X
  f3a581b... app: make input devices, grabs and therefore generally tool
  b68661c... app: use gdk_device_get_position() inetad of gdk_display_ge
  145adcd... app: remove some forgotten #undef GSEAL_ENABLE
  1f366b9... app: let the file dialog expand/collapse with the file type
  4c48a81... app: port GimpGradientEditor to GtkSyleContext
  f187d0f... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  ca9a770... app: port GimpNavigationEditor to GtkStyleContext
  fa3d186... app: port GimpTagPopup to GtkStyleContext
  c4b89f0... app: GimpDock: port font size modification to GtkCssProvide
  8b2e9dd... plug-ins: s/GtkObject/GtkAdjustment/
  8b0ff13... app: implement GtkContainer::get_path_for_child() in GimpMe
  ed79932... devel-docs: make the shooter tool at least build again (unt
  20ba236... app: don't use "size-request" for the toolbox' wilber, it's
  53f37d3... app: themes.c: add #if 0-ed switch to dark theme variant
  0b287fa... Incomplete notebook and tab theming commit, to be improved
  4cc5b4c... themes: set an explicit background for rulers
  2de938c... app: make the statusbar's progress label visible again
  581315e... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
  3db328b... app: port wilber drawing to GtkStyleContext
  f68336e... modules: port GimpColorWheel to GTK+ 3.x
  64765ef... Unkommented settings for preferring a dark GTK+ theme.
  00fcc26... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
  0022d7f... Use GTK+3 gtk_get_locale_direction() function instead of cu
  72a626c... app: port GimpCircle and subclasses to GTK+ 3
  d563b06... app: remove GTK_OBJECT() case in GimpPopup
  35a8bba... app: use gimp_color_display_stack_get_filters() instead of 
  b2ffe3a... libgimpwidgets: #if 0 more stuff in gimp3migration
  a5b0de5... libgimpwidgets: Draw marker in correct position on ruler.
  771bdea... libgimpwidgets: Separate ruler text layer from background.
  7a970ce... app: port GimpContainerTreeView from style_set() to style_u
  1ab35ab... Bug 759030 - gtk3-port parsing error loading css from custo
  d2e8aa4... Revert "Bug 762279 - "Tip of the day" links opens two links
  3b365fb... Bug 762279 - "Tip of the day" links opens two links.
  2c85614... foo
  76b158d... rc to css


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]