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



The branch 'gtk3-port' was created.

Summary of new commits:

  14b526e... Switch to version 3.0 in a lot of places and depend on GTK+
  c606388... Revert "app: Fix on canvas widgets ignoring clicks from tab
  7afac94... libgimpwidgets: remove deprecated files from the build
  8bf1f41... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  07ff66e... libgimpwidgets: port virtual functions to GTK+ 3.0
  96834cf... libgimpwidgets: port virtual functions to GTK+ 3.0
  ebda660... libgimpwidgets: port to GtkWidget::draw()
  2ba7ac6... libgimpwidgets: port to GtkWidget::draw()
  b8bf385... libgimpwidgets: port to GtkWidget::draw()
  b0c2907... libgimpwidgets: s/GtkObject/GtkAdjustment/
  1ee7b21... libgimpwidgets: port to GtkWidget::draw()
  bfcb471... libgimpwidgets: remove deprecated functions and s/GtkObject
  c01b5af... libgimpwidgets: remove deprecated files completely
  8ebc9ff... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  d7d9385... app: port to GtkWidget::draw()
  778a08e... app: remove GTK_OBJECT() cast
  fc04ad2... app: port to GtkWidget::draw()
  f46ac94... app: port to GtkWidget::draw()
  6b3e967... app: port virtual functions to GTK+ 3.0 API
  99b50e3... app: port to GtkWidget::draw()
  21890bb... app: port to GtkWidget::draw()
  0dc813e... app: port to GtkWidget::draw()
  5184c2b... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  3927321... app: port to GtkWidget::draw()
  ef11453... app: s/GtkObject/GtkAdjustment/
  cbf830b... app: port to GtkWidget::draw()
  f1b48c3... app: port GimpNavigationView to GtkWidget::draw()
  c3ac69f... app: port GimpPaletteView to GtkWidget::draw()
  317f3a6... app: port to GtkWidget::draw()
  aff567a... app: port to GtkWidget::draw()
  8c32100... app: no need to alloc colors any longer, GdkColormap is gon
  9ad41ba... app: port call to gtk_paint_arrow() to GTK+ 3.0
  879f979... app: port device management to GdkDeviceManager
  e243820... app: remove obsolete (GtkObject **) casts
  bc08281... app: use gtk_widget_get_preferred_size() instead of size_re
  203363b... app: port GimpScalComboBox to GTK+ 3.0
  286fe53... app: use gtk_widget_get_preferred_size() instead of size_re
  ee75acc... libgimpwidgets: port GimpFrame to GTK+ 3.0
  138f5c5... app: port tools to GTK+ 3.0 (trivial changes only)
  72c9a2e... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  1f90046... app: pass the cairo_region_t to gdk_window_invalidate_regio
  3d7fa44... app: use GdkDeviceManager to list devices
  f2ccc65... app: port to GtkWidget::draw()
  cd8510d... app: remove calls to colormap functions, they are gone
  bbf5895... libgimpwidgets: get rid of (GtkObject **) casts
  15ad20c... app: port the splash to GTK+ 3.0
  7a80469... libgimpwidgets: port the ruler to GTK+ 3.0
  ac4a1bc... libgimpwidgets: port to GtkWidget::draw()
  48b968c... app: port to GtkWidget::draw()
  8decb1d... app: port the overlay stuff to GTK+ 3.0
  c144b6f... app: use the container icon view, the grid view is not GTK+
  3fd9dc2... app: port to GtkWidget::draw() (incompletely)
  d420452... app: remove call to gtk_statusbar_set_has_resize_grip()
  c00ccc9... app: port the tag entry to GTK+ 3.0
  9d3aa52... app: port to GtkWidget::draw() but disable the code inside 
  46d2d8e... app: can't set the scale combo entry's properties in init()
  9191bbc... app: port to GtkWidget::draw()
  dbf9d66... libgimpwidgets: port to GtkWidget::draw()
  4ab37f7... modules: s/GtkObject/GtkAdjustment/
  23f85ff... app: didn't completely commit the display shell expose() ->
  527b4db... app: port to GtkWidget::draw()
  3adb95c... app: passing -1 as width/height to gtk_paint_box() no longe
  fd2b468... app: port popup arrow drawing to cairo and get rid of the a
  f4a0f65... app: remove GimpContainerGridView from the build entirely
  ddeeaa0... modules: port to GtkWidget::draw()
  b3ca2c5... libgimpwidgets: port to GtkWidget::draw()
  d9391e7... libgimp: port to GtkWidget::draw()
  8b508e9... app: don't translate to allocation.x,y
  f035d3c... app: port to GtkWidget::draw()
  15ad3f4... app: forgot to remove a cairo_destroy() in draw()
  c470ca5... app: port to GtkWidget::draw()
  a606327... app: GtkEntry turned into a no-window widget
  c1844b0... app: use the new GtkScrollable API instead of deprecated tr
  8dfa08f... app: cairo_save()/restore() around chaining up in draw()
  1e68712... app: add ugly workaround to make the icon view adapt to vie
  03e3815... plug-ins: lots of trivial GTK+ 3.0 porting
  927498d... plug-ins: port jpeg-save to GTK+ 3.0
  8c0b21d... plug-ins: port file-png to GTK+ 3.0
  a381f36... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  d3ea24c... plug-ins: more s/GtkObject/GtkAdjustment/
  1eb6fdf... plug-ins: port some more plug-ins to GTK+ 3.0
  c0ad282... app: port the colormap editor to GTK+ 3.0
  777daab... app: remove GtkWrapBox
  2f55764... libgimpwidgets: port to the new size request API
  b013138... app: port to the new size request API
  8761780... plug-ins: port the print preview to the new size request AP
  99c1fcc... plug-ins: port sphere-designer to GtkWidget::draw()
  2d2b9ac... plug-ins: port cml-explorer to GtkWidget::draw()
  225badf... plug-ins: port lighting to GTK+ 3.0
  fd735b1... plug-ins: port the unit-editor to GtkScrollable
  08265b1... app: fix GimpOverlayDialog's minimum height
  c7238dd... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  dd8c2af... app: don't connect to "size-requst" because that's deprecat
  81a3221... app: port GimpSpinScale to GTK+ 3.0
  158de6f... app: skip keyboard devices so the device list becomes reaso
  2a5ee76... app: implement proper height-for-width in GimpToolPalette
  4b50a99... app: use GdkDevice accessors
  71afcbb... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  0ec1abf... app: put the toolbox' areas into a box until we decided abo
  293ba9b... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  c8418da... app: port the device sort function to GdkDeviceManager
  6f36b05... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  04bd1cd... app: change the list of available devices to something that
  756acc4... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  bc5919c... libgimpwidgets: port GimpChainButton to GtkStyleContext
  c701917... libgimpwidgets: port GimpColorArea to GtkStyleContext
  ce00b30... libgimpwidgets: port GimpColorScale to GtkStyleContext
  6096969... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  20e0d6f... libgimpwidgets: port GimpRuler to GtkStyleContext
  70413cf... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  6977a1b... app: port GimpBlobEditor to GtkStyleContext
  7ac4e1c... app: port setting the canvas padding color to GtkStyleConte
  2a45a6a... app: port GimpPanedBox to GtkStyleContext
  4810e80... app: port GimpContainerIconView to GtkStyleContext
  44ecb88... app: port GimpContainerTreeView to GtkStyleContext
  fc6c11a... app: port GimpColormapEditor to GtkStyleContext
  f83d1e5... app: port GimpComponentEditor to GtkStyleContext
  df538e8... app: port GimpFgBgEditor to GtkStyleContext
  39668bc... app: port GimpFgBgView to GtkStyleContext
  a4c5fdf... app: port gimp_get_icon_size() to GtkStyleContext
  bf72bba... app: port GimpContainerBox to GtkStyleContext
  509f87c... app: port GimpDashEditor to GtkStyleContext
  b74913e... app: remove calls to gtk_widget_get,set_extension_events()
  0036191... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  17b7657... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  9724552... app: port the about dialog to GtkStyleContext
  cad3388... modules: remove call to gtk_widget_set_extension_events()
  827cb7f... libgimpwidgets: implement GtkWidget::state_flags_changed()
  66bc77d... libgimpwidgets: implement GtkWidget::style_updated() instea
  7762228... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  37c6475... app: use gdk_drag_context_get_source_window()
  094be0e... app: use gdk_drag_context_get_selected_action() instead of 
  b031d9f... app: port GimpSpinScale to GtkStyleContext
  3f3a043... app: implement GtkWidget::style_updated() instead of style_
  c0dc72f... port gtkrc files to CSS (incompletely and stuff commented o
  83f21b8... Port theme and gtkrc file loading to CSS files using GtkCss
  1b43a39... app: copy gimp.css instead of gtkrc to the user's gimp dire
  87a370f... app: check whether child widgets exist in GtkWidget::style_
  9c445fb... Replace gdk_cursor_unref() with g_object_unref()
  a075b2f... app: use gtk_menu_shell_get_selected_item()
  373ceb5... app: port GimpOverlayBox to GtkStyleContext
  d695261... app: port GimpOverlayFrame to GtkStyleContext
  35e93b8... app: port GimpScaleButton to GtkStyleContext
  aec0c71... libgimpwidgets: move all GimpPickButton members to a privat
  d93bd50... libgimpwidgets: move all GimpColorArea members to a private
  540e954... libgimpwidgets: move all GimpOffsetArea members to a privat
  635c767... libgimpwidgets: move padding members from instance to class
  ae74e38... libgimpwidgets: move all GimpButton members to a private st
  a6b4eb9... libgimpwidgets: move all GimpCellRendererColor members to a
  8f044f1... libgimpwidgets: move all GimpColorButton members to a priva
  a70b322... libgimpwidgets: move all GimpCellRendererToggle members to 
  2a75068... libgimpwidgets: move all GimpChainButton members to a priva
  17b8ac4... libgimpwidgets: move all GimpBrowser members to a private s
  fbf1315... libgimpwidgets: move all GimpColorDisplay members to a priv
  03006ff... libgimpwidgets: move all GimpColorDisplayStack members to a
  aa61dae... libgimpwidgets: move all GimpColorHexEntry members to a pri
  bffce10... libgimpwidgets: add padding
  3e74e59... libgimpwidgets: move all GimpColorNotebook members to a pri
  5b5bb7a... libgimpwidgets: move all GimpColorScale members to a privat
  3c02e88... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  1e86812... libgimpwidgets: move all GimpColorSelection members to a pr
  e6b9645... libgimpwidgets: move all GimpEnumLabel members to a private
  0e1ce4f... app: don't use style->black and style->white
  47dba57... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  552e9d9... app: port GimpStrokeEditor to GtkStyleContext
  0f41443... app: port GimpPaletteView to GtkStyleContext
  890aa18... plug-ins: don't use style->black and style->white
  5859661... libgimpwidgets: move all GimpColorProfileStore members to a
  1e194a3... app: port GimpDockWindow to GtkStyleContext
  cc58a9a... app: port GimpToolEditor to GtkStyleContext
  76c1291... app: use gtk_widget_override_font() instead of modify_font(
  4d1d448... app: port GimpThumbBox to GtkStyleContext
  c857422... Implement GtkWidget::style_updated() instead of ::style_set
  7e6a326... app: port GimpHistogramView to GtkStyleContext
  b17795e... app: port GimpTagEntry to GtkStyleContext
  6f91d85... app: always ask the master device for its axes or state
  21e8586... app: when checking for a device change, check the event's s
  238b55d... app: remove obsolete device checks from GimpToolbox
  227d7c8... app: port GimpColorFrame away from GtkStyle, using a new st
  4a62596... app: remove call to gtk_widget_style_attach() from GimpOver
  c8e2319... app: port GimpOverlayChild to GtkStyleContext
  05949e7... Port cell renderers to gtk_cell_renderer_get_state()
  20b795c... app: port GimpCellRendererDashes to GtkStyleContext
  20a1bda... app: add gimp_get_style_color() to simplify GdkRGBA style p
  213ba1d... app: add style property and default CSS for GimpHistogramVi
  ed7493f... app: port GimpCurveView to GtkStyleContext
  c5d3626... themes: document the new GimpHistogramView property in the 
  b24ba2a... app: define all GimpHistogramView colors via style properti
  0ad45a3... themes: document the new stlye properties and indent the CS
  3d3576d... app: increase the priority of the theme CSS by 1
  03571a2... app: port GimpComboTagEntry to GtkStyleContext
  b8738c3... configure.ac: use the new GTK_CHECK_BACKEND() macro
  375e20f... plug-ins: port map-object to GTK+ 3.x
  15aabc0... app: use GdkRGBA instead of GdkColor in some places
  2ff8253... app: remove gimp_rgb_get,set_gdk_color()
  e97e116... app: port the text tool editor's preedit popup to GtkStyleC
  aa74fab... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  0340a08... app: gimp_print_event(): add the device to the event debug 
  7dea50a... app: gimp_device_info_get_device_coords(): workaround for X
  04daa7e... app: make input devices, grabs and therefore generally tool
  a837033... app: use gdk_device_get_position() inetad of gdk_display_ge
  2c6b0ad... app: remove some forgotten #undef GSEAL_ENABLE
  c14e97b... app: let the file dialog expand/collapse with the file type
  e565f0d... app: port GimpGradientEditor to GtkSyleContext
  4b1e61c... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  8449789... app: port GimpNavigationEditor to GtkStyleContext
  400a28d... app: port GimpTagPopup to GtkStyleContext
  a54e765... app: GimpDock: port font size modification to GtkCssProvide
  677aedf... plug-ins: s/GtkObject/GtkAdjustment/
  8cfacac... app: implement GtkContainer::get_path_for_child() in GimpMe
  8219685... devel-docs: make the shooter tool at least build again (unt
  72639a5... app: don't use "size-request" for the toolbox' wilber, it's
  ab5aa0c... app: themes.c: add #if 0-ed switch to dark theme variant
  219c87a... Incomplete notebook and tab theming commit, to be improved
  be7bddc... themes: set an explicit background for rulers
  ed7c02c... app: make the statusbar's progress label visible again
  7c466b5... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
  ef53e71... app: port wilber drawing to GtkStyleContext
  92a71fb... modules: port GimpColorWheel to GTK+ 3.x
  d9b1db9... Unkommented settings for preferring a dark GTK+ theme.
  704ce9f... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
  77a76ed... Use GTK+3 gtk_get_locale_direction() function instead of cu
  eddd2f5... app: port GimpCircle and subclasses to GTK+ 3
  4a07915... app: remove GTK_OBJECT() case in GimpPopup
  bb94f4f... app: use gimp_color_display_stack_get_filters() instead of 
  acacad2... libgimpwidgets: #if 0 more stuff in gimp3migration
  5c715c9... libgimpwidgets: Draw marker in correct position on ruler.
  8fd735b... libgimpwidgets: Separate ruler text layer from background.
  fc0b527... app: port GimpContainerTreeView from style_set() to style_u
  79ec78d... Bug 759030 - gtk3-port parsing error loading css from custo
  b29c9a8... Revert "Bug 762279 - "Tip of the day" links opens two links
  1ae5587... Bug 762279 - "Tip of the day" links opens two links.
  2e8625b... foo


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