[gtk+] (201 commits) Created branch combo-refactor



The branch 'combo-refactor' was created.

Summary of new commits:

  6188ea6... Add missing X11/Xlib.h include required for X11/extensions/ (*)
  f5d7a63... Fix gtk_builder_add_objects_from_file g-i annotation (*)
  61731c6... Annotate ColorButton get_color and get_rgba. (*)
  5582bd2... Add gtk_widget_render_icon_pixbuf() prototype to gtkwidget. (*)
  8017092... dnd: Use gtk_widget_render_icon_pixbuf() (*)
  a5dba16... GtkEntry: Use gtk_widget_render_icon_pixbuf() (*)
  e2100b1... GtkFileChooser: Use gtk_widget_render_icon_pixbuf() (*)
  2dde041... GtkImage: Use gtk_widget_render_icon_pixbuf() (*)
  3a3a4e8... GtkStatusIcon: Use gtk_widget_render_icon_pixbuf() (*)
  e779b8f... GtkIconFactory: mention gtk_widget_render_icon_pixbuf() in  (*)
  24e8321... GtkCellRendererPixbuf: Use gtk_widget_render_icon_pixbuf() (*)
  da85312... Mark conflicts when printer has changed (*)
  05abea6... Add missing include (*)
  107cebe... gtk_css_provider_get_named: don't leak subpath (#636777) (*)
  ded14b2... docs: Reinstate pixbufs section in GDK docs (*)
  3070d6e... Revert "docs: Reinstate pixbufs section in GDK docs" (*)
  ddb5e12... docs: Reinstate pixbufs section in GDK docs (*)
  bb87ead... gtksearchenginetracker: Update to work with libtracker-spar (*)
  fe5e0e4... Add some forgotten accessors for GdkDragContext (*)
  8320492... Don't access GdkDragContext fields directly (*)
  948ab1a... Don't access GdkVisual fields directly (*)
  3b90d87... Remove unused header (*)
  0290834... [GtkComboBoxText] Add checks for id-column/entry-text-colum (*)
  f285a84... Add convenience function for the font description. (*)
  99f59d8... Fix coalescing of state animation areas for multiple window (*)
  1f697f2... GtkThemingEngine: remove unused variable (*)
  2371ed8... GtkThemingEngine: handle expander transitions to active, an (*)
  d80868a... GtkThemingEngine: Render tabs background in the correct dir (*)
  618b1a8... GtkCssProvider: Make selectors applying from the topmost wi (*)
  8b8eab1... GtkEntry: Use GtkStyleContext. (*)
  3306305... GtkNotebook: Use GtkStyleContext. (*)
  c64a189... Port GtkRange widgets to GtkStyleContext (*)
  89e6cad... GtkSpinButton: Use GtkStyleContext (*)
  a517cf1... Make GtkExpander use GtkStyleContext (*)
  afca06b... Add getter for font description in GtkThemingEngine (*)
  fbb75b9... Add headers/docs changes for gtk_theming_engine_get_font() (*)
  ee31a01... Make GtkInfoBar use GtkStyleContext (*)
  96a4fc4... Update about dialog design to not use a swarm of dialogs (*)
  81a50f7... Removed GtkMenuItem->show_submenu_indicator flag
  ad68392... Reimplemented GtkCellView using an internal GtkCellArea.
  84e96e1... Added gtk_cell_view_new_with_context().
  a4105d9... Fixing GtkCellView PROP_CELL_AREA_CONTEXT property id
  5153d58... Added gtk_menu_item_set/get_reserve_indicator.
  985ceaf... Adding GtkTreeMenu class.
  f2c1cfb... Fixed GtkMenuItem to reserve the actual arrow size and spac
  026cdd4... Fixed GtkTreeMenu to not infinitely recurse when building s
  88bb366... Added submenus to tests/testtreemenu
  76fd6ec... Fixed trailing ';' on if statement in gtkmenuitem.c
  653e8fe... Adding more "small" submenus to testtreemenu
  a07ef60... Fixed GtkCellView to not clear the layout when disposing
  ffd8516... Added GtkTreeMenuHeaderFunc to decide if a submenu gets a l
  9471435... GtkCellView now watches the "row-changed" signal.
  a819674... Connected to GtkTreeModel signals in GtkTreeMenu
  547295c... Reduced code in GtkCellView by just implementing the GtkCel
  f26ee67... Reduced code size in GtkTreeMenu by only implementing GtkCe
  f9b9bab... Added gtk_tree_menu_set/get_tearoff to allow the root menu 
  966eeb4... Fixed GtkCellView to call cell_view_set_model() and disconn
  ca7bd8b... Support grid mode in GtkTreeMenu
  ddfc1b0... Make GtkTreeMenu update menu item sensitivity when "apply-a
  41ecfae... Added "fit-model" and "draw-sensitive" properties to GtkCel
  907d7da... Implementing GtkComboBox using GtkTreeMenu !
  679085e... Fixed GtkCellView to always allocate when in fit-model mode
  8fae261... Getting closer to updating the treemenu view properly from 
  9f463a9... Fixed inserting and deleting rows for submenus of GtkTreeMe
  965ac62... Oops one of my last commits disabled some tests, re-enablin
  c0c7704... Removing apis from GtkCellView
  e3b8f0c... Make GtkCellView orientable and only allocate the cell area
  6f068b7... Added gtk_tree_menu_get_area().
  1c8489c... Aligned prototypes in gtkcellview.h
  751a25e... Updated GtkCellView for new gtk_cell_area_context_allocate(
  91b1352... Added orientation control to the treemenu test.
  a9eb0fa... Revert "Added gtk_tree_menu_get_area()."
  6e643e7... Adding a combo box to testtreemenu to show the GtkTreeMenu 
  cf64713... Fixed combo-refactor branch for recent switch to gtk_cell_a
  d3e1805... Added aligned food menu test to testcombo.c
  77b3233... Removed calls to gtk_cell_area_context_sum_*() since they w
  bcbd805... Added new symbols for GtkTreeMenu and added GtkCellView api
  a66d77c... Added all documentation for new GtkTreeMenu
  40481a5... Added GtkTreeMenu to gtk+ documentation and updated section
  8f34827... Added remaining missing gtk-doc statements for GtkCellView.
  2d104e0... Fixed a broken gtk-doc statement in gtktreemenu.c
  787afd2... Added clarification to the GtkCellView:cell-area-context do
  aba0e06... Fixing GtkCellView to not strcmp() in buildable_custom_tag_
  a8b6d2f... Fixing GtkComboBox breakage after merge, completing hand-me
  fa9911c... Re-refactored GtkComboBox to not reorder the file.
  a4d1759... Removed GtkComboBoxPrivate->minimum/natural_width members.
  f34cbe5... Fixed gtk_tree_menu_path_in_menu function which has been ma
  782eb5f... Fixed GtkComboBox to let the cell-layout implementation han
  aff3c46... Added new constructors gtk_combo_box_new_with_area and gtk_
  ff9cce6... Added LISTMODE env var check to testcombo.c so that one can
  9929743... docs: Redo drawing area drawing docs (*)
  02f92f2... gtkstylecontext: fix typos in annotations (*)
  b056010... docs: fix link failure on gtk-doc scanner binaries (*)
  66800aa... Make GtkTextView use GtkStyleContext (*)
  c4a5c2e... Enable XI2 by default (*)
  f5a20ab... Add gdk_event_[gs]et_source_device(). (*)
  9f41101... Emit GdkDevice::changed when the slave device being used ch (*)
  be7de34... xi2: Improve device hierarchy handling (*)
  44a7ef7... Add gdk_window_[gs]et_source_events() (*)
  f9ed6ba... Improve docs for gtk_widget_reset_style(). (*)
  b7fd6f1... Remove gtk_widget_reset_shapes (*)
  208d717... Optimize gdk_window_set_shape_combine_region (*)
  a197314... Make GtkTreeMenu a private class:
  544146b... size-request: Clamp size requests to screen size (*)
  ce5dae6... Complete renaming of gdk_enable_multidevice() (*)
  88767b0... gdk: Don't use NULL for integers (*)
  b0b9c96... dnd-quartz: gtk_widget_render_icon() => gtk_widget_render_i (*)
  6aa745b... tests: gtk_widget_render_icon() => gtk_widget_render_icon_p (*)
  7caec64... tests: gtk_widget_render_icon() => gtk_widget_render_icon_p (*)
  1312f77... tests: gtk_widget_render_icon() => gtk_widget_render_icon_p (*)
  e274ac4... tests: gtk_widget_render_icon() => gtk_widget_render_icon_p (*)
  e77ce71... gtk-demo: gtk_widget_render_icon() => gtk_widget_render_ico (*)
  d3ed729... gtkrc: Remove unused code (*)
  211ccb5... xim: Fix for new style code (*)
  9e39302... gail: Fix for new style code (*)
  1b64655... cssprovider: Explode if we fail to parse the default CSS (*)
  cae6021... tests: Make testiconview-keynav set its custom style using  (*)
  198fc0b... tests: Hardcode testinput colors instead of trying to use G (*)
  ec82d13... Remove debug messages from GdkDevice (*)
  be39883... Correct calculation of the cell focus rectangle (*)
  0112c32... Make testcellarea handle RTL environment variable for testi (*)
  92e145e... No need to correct direction for rtl, GtkCellArea takes car (*)
  8e98333... RTL fix for gtk_tree_view_focus_to_cursor() (*)
  5399f7b... Make testtreeview handle RTL environment variable for testi (*)
  67f6a43... Updated Spanish translation (*)
  c8d130e... Revisit "Handle clicks in indentation area" (*)
  a28c11a... Clip to cell_area when rendering cell content (*)
  7105e8e... tests: Use accessor functions to access GtkSelectionData (*)
  a66f095... demos/gtk-demo/clipboard.c: Use accessor functions to acces (*)
  1cfd782... gtk/gtktreeview.c: Use accessor functions to access GtkSele (*)
  640f85e... gtk/gtktreednd.c: Use accessor functions to access GtkSelec (*)
  7c6012d... gtk/gtktoolpalette.c: Use accessor functions to access GtkS (*)
  2b7afcd... gtk/gtktextview.c: Use accessor functions to access GtkSele (*)
  1ceddae... gtk/gtktextbuffer: Use accessor functions to access GtkSele (*)
  ad4ac21... gtk/gtknotebook.c: Use accessor functions to access GtkSele (*)
  8537163... gtk/gtklinkbutton.c: Use accessor functions to access GtkSe (*)
  fbbe9f5... gtk/gtkiconview.c: Use accessor functions to access GtkSele (*)
  c806c08... gtk/gtkfilechooserdefault.c: Use accessor functions to acce (*)
  499aa2b... gtk/gtkfilechooserbutton.c: Use accessor functions to acces (*)
  a86d1fa... gtk/gtkdnd.c: Use accessor functions to access GtkSelection (*)
  1a2d9c3... gtk/gtkcolorsel.c: Use accessor functions to access GtkSele (*)
  e5a3b7e... gtk/gtkcolorbutton.c: Use accessor functions to access GtkS (*)
  cf9e9ff... gtk/gtkclipboard.c: Use accessor functions to access GtkSel (*)
  e9a77a1... docs: gtknotebook.c: Use accessor functions to access GtkSe (*)
  c01ad6f... Fix background area calculation in RTL mode (*)
  e3cab18... Clip focus rectangle to background area (*)
  88f8859... Should pass inner_area to cell in gtk_cell_area_activate_ce (*)
  735fa8b... Avoid recursion in do_validate_rows() (*)
  71e7cd0... Merge branch 'master' into treeview-refactor (*)
  941a0e9... Fixed documentation of GtkCellLayout <cell-packing> (*)
  b11bb46... Fixed parameter names in gtkcellarea.h for gtk-doc parsing. (*)
  df0d61e... Fixed gtk_entry_set_icon_tooltip_text & markup to not crash (*)
  668604d... Updated Norwegian bokmål translation (*)
  23c1d1c... gtk: Add symbolic property for GtkVolumeButton (*)
  2c8c1c6... Remove *_set_extension_events() and old API to query device (*)
  d50c582... selection: constify GtkSelectionData getters (*)
  81515f7... Check if popup_window is mapped, not popup_widget (*)
  21fc66f... Set cell_view to NULL immediately after unparenting (*)
  faf35d7... Fix size allocation for list mode combo box (*)
  806c044... gdk: Fix GdkWindowFilter internal refcounting (*)
  b792a31... widgetpath: allow GTypes non-derived from GTK_TYPE_WIDGET (*)
  4317ae3... Adjust symbol lists in the docs (*)
  55ffebe... Avoid a gtk-doc warning (*)
  b32f4ae... Add deprecation guards for gtk_icon_set_render_icon (*)
  9d8682b... Fix a few parameter name mismatches (*)
  5627ba1... More parameter name mismatches (*)
  17c7bda... Fix a doc comment format problem (*)
  55a0f87... Another doc format problem (*)
  33fb60e... Fix an escaping problem (*)
  d08ff48... gdkwindow: Fix event unref iteration (*)
  8bc4e13... No links in title, please (*)
  453bf47... Don't query the position of keyboards (*)
  a2dda0c... Trivial changes (*)
  7b66531... Hide GtkWindowGroup members (*)
  841edfe... Remove an unused pointer from GtkDrawingArea (*)
  60953ae... Avoid accidental exports (*)
  881ea28... Remove sealed members from GtkTreeStore (*)
  1217466... Add the private struct in class_init (*)
  b45e5fa... Remove sealed members from GtkTreeModelSort (*)
  bbc637f... GtkWindow: remove deprecated call. (*)
  d7dc12d... Adapt gtk_widget_set_name() docs to style context. (*)
  56c3d4b... Remove dead Gtk[Rc]Style code (*)
  53845f0... Updated Spanish translation (*)
  5ee3a44... Remove sealed members from GtkSocket (*)
  eb11430... Fix gdk symbols after recent changes (*)
  5863382... Don't use GtkSocket internals in gail (*)
  8105125... Remove sealed members from GtkPrintJob (*)
  1b67d31... Remove G_SEAL from private headers (*)
  e92da3e... gtkcombobox.c: Use accessor functions to access GtkTreeSele (*)
  74a7bc3... gtk/gtktreeview.c: Use accessor to access GtkTreeSelection (*)
  d0b81b2... gail: Use accessor functions to access GtkTreeSelection (*)
  66e7915... gtktreeselection: Move public members to a private structur (*)
  3573179... Updated Hebrew translation (*)
  75970da... po/vi.po: import some translations from Ubuntu/Maverick (*)
  39b8542... Updating Persian translations (minor change) (*)
  26a304c... Move GtkSelectionData to a private header (*)
  d4e9cd0... Fix up symbol lists (*)
  20bd8b9... Fixed gtk_cell_layout_set_cell_data_func() to pass the corr (*)
  720612d... Added "fixed-size" cell property to GtkCellAreaBox (*)
  32291a0... Merge branch 'treeview-refactor' into combo-refactor
  5f505c1... Fixed gtktreemenu for new gtkcellareabox api.

(*) This commit already existed in another branch; no separate mail sent



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