[gtk+/quartz-integration] (851 commits) ...Merge branch 'master' into quartz-integration



Summary of changes:

  8bb2092... Adding vague initial draft of GtkCellArea to the codebase ( (*)
  705e7ee... Added GtkCellArea to the build (*)
  8885320... Merge branch 'master' into treeview-refactor (*)
  741d10c... Adding initial code skeleton for GtkCellAreaBox. (*)
  45e42ca... Implemented remaining portions of GtkCellLayout iface (*)
  0d7fdfb... Merge branch 'master' into treeview-refactor (*)
  0e3179b... Merge branch 'master' into treeview-refactor (*)
  0722fbe... Removed attribute handling from class vfuncs of GtkCellArea (*)
  468a1d3... Implemented basic child list handling on GtkCellAreaBox (*)
  fe3f948... Implemented GtkCellLayoutIface->reorder on GtkCellAreaBox. (*)
  8679563... Merge branch 'master' into treeview-refactor (*)
  b5e529f... Added GtkCellAreaIter class (*)
  97e3ccc... Added GtkCellAreaBox subclass to handle alignments of cells (*)
  11f8dfe... Finished up initial revision of GtkCellAreaBoxIter (*)
  695e427... Added most of the request code for GtkCellAreaBox (*)
  abcfd2d... Merge branch 'master' into treeview-refactor (*)
  65dd346... Fix gtk-doc markup: /* <private> */ should be /*< private > (*)
  42de07f... Remove size_request from GtkAssistant (*)
  2078db9... Remove size_request from GtkButtonBox (*)
  23a9127... Remove size_request from GtkCalendar (*)
  2e4e726... Remove size_request from GtkCheckButton (*)
  e165c6c... Remove size_request from GtkEntry (*)
  b3f6f67... Remove size_request from GtkFixed (*)
  381cd8b... Remove size_request from GtkHSV (*)
  d4a07d5... Remove size_request from GtkLayout (*)
  f834030... Remove size_reuqest from GtkImage (*)
  eca2d78... Remove size_request from GtkProgressBar (*)
  f336754... Remove size_request from GtkSpinButton (*)
  16512bd... Fixed unused variable in get_preferred_height(). (*)
  399f353... Remove size_request from GtkHandleBox (*)
  8565b86... Removed size_request from GtkIconView. (*)
  0f9c047... Removed size_request from GtkImageMenuItem (*)
  e9f541d... Removed size_request from GtkMenuBar (*)
  af0c4bc... Removed size_request from GtkNotebook (*)
  34e1cd3... Removed size_request from GtkOffscreenWindow (*)
  c823f33... [l10n] Updated Estonian translation (*)
  6b5debc... Remove size_request from GtkPaned (*)
  53744b6... Fix a typo (*)
  4927c16... Remove size_request from GtkRange (*)
  70c81d6... Remove size_request from GtkSeparator (*)
  7f8d92f... Remove  size_request from GtkPathBar (*)
  113362b... Remove size_request from GtkRuler (*)
  cd2a7a8... Removing size_request from GtkTreeview. (*)
  f3d5e20... Remove size_request from GtkTable (*)
  bf75f63... Remove size_request from GtkToolbar (*)
  0b3e2ff... Removing size_request from GtkToolPalette (*)
  9f074f8... Remove size_request from gtkToolItem (*)
  0db2b33... Removed size_request from GtkTextView (*)
  5e0451d... Use correct icon name in testtoolbar (*)
  ebcb6e6... Remove size_request from GtkSeparatorToolItem (*)
  292f32d... Fixed remaining call to ->size_request in GtkTextView. (*)
  e573a45... Removed size_request from GtkTearoffMenuItem (*)
  3cdf3bc... Remove size_request from GtkScale (*)
  965b3af... Don't g_free gslice-allocated structures (*)
  2d4f3e1... Remove size_request from GtkSocket (*)
  d86164f... Revert "Removed size_request from GtkTextView" (*)
  d8fdbd8... GtkSocket: Add error trap around call to XFixesChangeSaveSe (*)
  2a37d94... gtk: Fix crasher when loading symbolic icons (*)
  eb60282... Fix gtk_fixed_get_preferred_width (*)
  9c128ed... Fix the build (*)
  d02443d... Add a migration guide section on size_request (*)
  3265d46... Use gtk_widget_set_size_request() instead of handling "size (*)
  05ca7e1... Removed size_request from GtkToolItemGroup (*)
  b277ba4... Make GtkPathBar use set_size_request() instead of the "size (*)
  731853a... Added a runtime warning if any class is implementing the -> (*)
  89cc463... Fire a warning if there are any handlers connected to the d (*)
  211c39c... Remove useless vars. (*)
  3b1c301... Made GtkCellAreaBox:align-cells a packing property per cell (*)
  e0d1652... Port tests to GtkScrollable API instead of deprecated GtkLa (*)
  1448111... [introspection] annotate delete_text invoker to match do_de (*)
  22d01c4... GtkButtonBox doesn't do height-for-width (*)
  ac0b97a... ifdef X-specific stuff (*)
  2d65bd0... Remove unused GdkDeviceManager variable (*)
  18797df... Use the client pointer for events with no device. (*)
  9243172... Updated Catalan (Valencian) translation (*)
  d0974d4... Re-enable deprecation guards (*)
  70bef43... GtkComboBox: Add a constructor that takes a model and adds  (*)
  ef03dc3... Don't set get_preferred_width_for_height to NULL (*)
  34627a6... gtk: remove declarations of removed internal functions (*)
  2615ebf... Use gtk_button_box_new() instead gtk_[v|h]_button_box_new() (*)
  821c3c6... Use gtk_separator_new() instead gtk_[v|h]separator_new() (*)
  524e704... Use gtk_ruler_new() instead gtk_[v|h]ruler_new() (*)
  cdf4b4b... Use gtk_paned_new() instead gtk_[v|h]paned_new() (*)
  d03d294... Use gtk_scale_new_with_range() instead gtk_[v|h]scale_new_w (*)
  234553c... Use gtk_scale_new() instead gtk_[v|h]scale_new() (*)
  6c301d4... Use gtk_scrollbar_new() instead gtk_[v|h]scrollbar_new() (*)
  0aa94bb... Fix initial size allocation with child widgets (*)
  71b8875... Make gdk_rgba_to_string() take a const GdkRGBA (*)
  1469c3f... Migration guide additions (*)
  ae1d1fd... docs: remove template of deprecated gtkcombo widget (*)
  c15ef64... Use gtk_box_new() instead gtk_[v|h]box_new() (*)
  1dc7e3d... Emphasize that GtkBox and GtkTable can be replaced by GtkGr (*)
  86fb6ab... Fixed GtkCellAreaIter to notify invalidation of sizes on fl (*)
  ea6df20... Added the majority of the allocate machinery to GtkCellArea (*)
  a3b4681... Fixing typo in scrolled window (*)
  972e077... Fixed hangs in TextView and ToolPalette (*)
  b12e7a8... Adding GtkCellAreaIter arg to GtkCellArea->render/->event (*)
  e494f10... Cleaned up GtkCellAreaIter implementation to use arrays to  (*)
  6da74b6... Finished up allocation of cells. (*)
  d781c22... Implemented "cell properties" on the GtkCellArea (*)
  01d2edd... Added GTK_CELL_AREA_WARN_INVALID_CHILD_PROPERTY_ID to gtkce (*)
  25b0075... Implemented cell packing properties on GtkCellAreaBox (*)
  163c3c8... Added margins to the cell area (*)
  9c4eb3d... Changed GtkCellArea margin-left/right... for cell-margin-le (*)
  5400423... Added GtkCellRendererState flags to GtkCellArea->event/rend (*)
  e94a177... Added cell focus apis to GtkCellArea. (*)
  0feb08a... Handle NULL intp in test_increment_intp() (*)
  75fd27e... Improve GtkAssistant docs (*)
  ef2fe67... GtkAssistant: Add more details about buttons shown (*)
  76a0b9e... GtkAssistant: Add custom page type (*)
  c50f790... Add content size test for scrolled window (*)
  260ccdf... gtk: remove "gboolean homogeneous" from gtk_box_new() (*)
  c70f3e2... GtkAssistant: Mention custom pages in the introduction (*)
  8979855... tests: missed these two gtk_box_new() which sneaked in by r (*)
  8dd7023... gtk: fix automatic width of spin buttons which have no widt (*)
  ca6398a... gtk: remove all border_width handling from the button box (*)
  71d6a28... Fix interaction between scrolling menus and automatic mnemo (*)
  0c8df06... Mention actions in the libunique migration guide (*)
  a8ade90... Fix a typo (*)
  cba8cd8... [l10n] Updated Estonian translation (*)
  673e660... NEWS for 2.91.3 (*)
  002704f... Move the /*< private >*/ at the correct position (*)
  31b0c1a... Fix make check (*)
  ac3258b... Avoid exporting an extra symbol (*)
  a2360f9... Add unit tests for textiter. (*)
  3511215... Fix backward search bug exposed by the unit test (*)
  794e044... Add case insensitive to GtkTextIter. Fixes bug #61852. (*)
  ed62f93... Add caseless unit tests for textiter. (*)
  bb0ff15... GtkToolitemGroup: Use monotonic clock for animation timeout (*)
  053171c... Update NEWS (*)
  5e90bb2... Get rid of unused shaped_object list in _GtkTextLineDisplay (*)
  afa282f... Bump version (*)
  bea2487... Do not use gbooleans to save some bits. (*)
  997835a... Normalize boolean. (*)
  0583288... Removed a trailing enum comma. (*)
  e3b75cb... Adding tentative implementation of GtkCellAreaBox->grab_foc (*)
  7ddf87f... Account for the possibility of invisible cells in GtkCellAr (*)
  73e45ce... GtkScrollable: Improve the documentation text. (*)
  832c123... Extended gtk_cell_area_apply_attributes() to account for ex (*)
  32b2169... Fix tiny documetnation typo. (*)
  77be569... Updated Japanese translation (*)
  7dd52d7... docs: Fix gtk-doc markup in GtkWidget docs (*)
  dadf5c3... docs: Improve cross-referencing on GtkGrid docs (*)
  65e045f... Revert "Move the /*< private >*/ at the correct position" (*)
  4bdff81... gtktoolitemgroup: don't use GTimeSpec (*)
  d2b64a1... Switch to CSS interpretation of rgb() and rgba() colors (*)
  7ca2409... Only show Desktop in file chooser button if there is one (*)
  a83b0b6... Handle empty button boxes gracefully (*)
  b8bcbd1... GtkWidget: Document the size-request signal deprecation. (*)
  ce815af... GtkWidget/GtkContainer: Slight fixes to geometry-management (*)
  1ad5fa3... Committing half-way done focus work. (*)
  631bdc4... Made progress on focus handling. (*)
  cb51ad6... gtkwindow: properly set the window icon list (#631331) (*)
  4239e49... icon-theme: support pixbufs implementing the GIcon interfac (*)
  c068e98... tests: add a test for pixbufs implementing the GIcon interf (*)
  1433ea2... icon-theme: always force icon sizes for emblems (*)
  9914433... tests: fix the build (*)
  dfeff67... docs: Fix generation of GtkGrid documentation (*)
  a62b185... docs: move documentation to inline comments: GtkEntry (*)
  9157e15... GtkApplication: drop Quit from the docs (*)
  3b541bc... GtkApplication: rewrite example application (*)
  0331e1f... docs: Move documentation to inline comments: GtkTextView (*)
  6583429... docs: move documentation to inline comments: GtkTreeView (*)
  a31142a... docs: move documentation to inline comments: GtkColorButton (*)
  c418de1... Drop unused static function (*)
  7754bf1... Avoid a compiler warning (*)
  bd84648... Fix build breakage and avoid a warning (*)
  a446664... Add _gtk_cell_renderer_calc_offset (*)
  e1e90c6... Added Luganda translation (*)
  46627d0... docs: Move documentation to inline comments: GtkLayout (*)
  bf17f3f... docs: Move documentation to inline comments: GtkColorSelect (*)
  b1112cb... docs: Move documentation to inline comments: GtkSettings (*)
  322db81... docs: Move documentation to inline comments: GtkCellRendere (*)
  24c3b95... docs: Move documentation to inline comments: GtkCellRendere (*)
  c65a617... docs: Move documentation to inline comments: GtkCellView (*)
  c4a5405... [l10n] Updated Estonian translation (*)
  e5c0d40... Make GtkFileChooserButton behave as expected when expanding (*)
  0b74970... Update msvc build (*)
  017f637... Bug 609622 - disappearing statusicon (*)
  cbe1154... Added gtk_cell_area_activate_cell() and some cell editing m (*)
  09e3d9d... Added gtk_cell_area_stop_editing to allow explicit stopping (*)
  0336838... Implemented focus handling in GtkCellAreaBox (*)
  92b9f43... Fixed initial bugs in GtkCellArea implementation, starting  (*)
  e5e507e... Added GtkCellArea classes to gtk.h and fixed a remainig ren (*)
  85d6aa1... Added test and scaffolding widget for GtkCellArea. (*)
  368cded... Fixed a bug in GtkCellAreaBoxIter when allocating verticall (*)
  2a3ae8d... Added orientation control on testcellarea test (*)
  c932bee... Fixing GtkCellAreaBox to rebuild groups when align/expand c (*)
  e03b280... Adding expand/align controls to testcellarea. (*)
  f85938a... Changed testcellarea (*)
  312fd9e... docs: Move documentation to inline comments: GtkPageSetup (*)
  a00a0fb... docs: Move documentation to inline comments: GtkProgressBar (*)
  8eb7181... docs: Move documentation to inline comments: GtkPaned (*)
  3f2281f... pixbuf engine: remove only use of GCache in Gtk (*)
  f991f88... Fix entry completion window sizing (*)
  67112da... NEWS for 2.91.4 (*)
  5c52344... gtk+.vsprops: Removed GdkPixbuf stuff and made up for misse (*)
  2fd00b9... gtk-demo.vcproj: set linker settings to be consistent (*)
  fb1a9d8... gdk.vcprojin: Include .rc file and fixed linker settings (*)
  c51bfe8... Bump glib req. to 2.27.3 (*)
  4643d90... Committing new (and simplified) focus handling approach for (*)
  524110f... Focus driving in GtkCellArea now works. (*)
  f330b40... GtkCellArea now paints focus on cells (*)
  33db66e... Added event handling to GtkCellAreaBox (*)
  7e821aa... Distribute portions of GtkCellArea:render() background_area (*)
  38666b4... Ironed out the kinks in editing apis for GtkCellArea (*)
  47d55c4... Added orientation control to testcellarea's focus/editing t (*)
  51b75ef... Added tests to reflect proper treatment of background area. (*)
  eda16a0... Fixed some errors in testcellarea testcases. (*)
  e7c4ede... Fixed some background area related bugs in CellAreaScaffold (*)
  0a015f1... Don't export _gtk_cell_renderer_calc_offset (*)
  70e161d... Fix the doc build (*)
  79042e3... Rewrap text in gtk-demo (*)
  2facb83... introspection: Explicitly include libgdk-x11.la when scanni (*)
  b2ed95d... Another attempt at scrolledwindow size allocation (*)
  3e9d7a3... fix up accidental exports (*)
  fdde029... bump version (*)
  b17a251... [introspection] add transfer none annotation to gdk_keyval_ (*)
  4e47110... [introspection] mark invokers for gtkeditable vfuncs (*)
  2e0278c... gtk: fix C99-style variable declarations in various sources (*)
  25c2f4b... gtkwocket-win32.c Added missing include to avoid C4013 (*)
  14a4018... gtklabel.c: Added hack for rint() (*)
  2d84d1c... gtk+.vsprops: Update for GTK-3.0 (*)
  cf34b80... gtk+.sln: Remove GDK-Pixbuf compilation stuff (*)
  9d52a9d... gtk.vcprojin: include .rc file (*)
  0fe9e48... Print files to Documents directory by default (*)
  233afbd... gtkdialog.c: Remove trailing whitespace (*)
  131da85... gtk_dialog_get_content_area(): Fix the docs. (*)
  88c1543... Updated Traditional Chinese translation (Hong Kong and Taiw (*)
  342d897... Pass the correct GDK library when working around Debian lib (*)
  52adead... Really get rid of _gtk_cell_renderer_calc_offset (*)
  ed0aff4... Remove no longer existing files (*)
  7d11c16... gdk: Add XSetting for "gtk-cursor-blink-timeout" (*)
  c68a4ad... Fix a crash in gnome-terminal when using a compositor (*)
  df5286f... examples/gtkdial: Do not use size_request vfunc (*)
  bef9559... Updated Arabic translation (*)
  1bca634... Mass rename GtkCellAreaIter --> GtkCellAreaContext (*)
  92dc7f3... Cleaned up cell editing api in GtkCellArea (*)
  4ceb25e... More documentation in gtkcellarea.c (*)
  b0919b2... Added "cell-packing" property GtkBuildable parsing to GtkCe (*)
  1dd7424... Updated Hungarian translation (*)
  cb1ef69... Added UG translation (*)
  abb9824... docs: Update URL of some documentation links (*)
  333ff7d... docs: Do not refer to deprecated GNOME2 porting guide (*)
  a00cd60... docs: Mention that tooltip_column text should be escaped in (*)
  bad8d0b... Updated British English translation (*)
  3166767... Fixes wrong translation for Catalan (*)
  bb218b0... docs: Move documentation to inline comments: gdkapplaunchco (*)
  236f15c... docs: Move documentation to inline comments: gdkdisplay (*)
  1a1c4be... docs: Move documentation to inline comments: gdkdisplaymana (*)
  209afbb... docs: Move documentation to inline comments: gdkscreen (*)
  0b61aaa... docs: move documentation to inline comments: gdktesting (*)
  145fe4b... docs: Move documentation to inline comments: gdkkeys (*)
  2909edb... docs: Move documentation to inline comments: general (*)
  40b7a91... docs: Remove GdkPixmap template (*)
  4f92875... docs: gdkrgba: Add "Since: 3.0" tags (*)
  1e3f7ba... Update Czech translation (*)
  0d07cba... [gi] add "out" annotations to gtk_tree_store_sort_column_id (*)
  038fb4b... gdk: Update gdk_settings_map for blink timeout to work (*)
  e85c0f6... gdk: Add big fat warning about updating XSettings (*)
  1b5f0d5... docs: Move documentation to inline comments: gdkcursor (*)
  2adf427... docs: Move documentation to inline comments: gdkpango (*)
  4593df1... docs: Move documentation to inline comments: gdkvisual (*)
  7090aa1... docs: Move documentation to inline comments: gdkselection (*)
  4d6c033... docs: Move documentation to inline comments: properties (*)
  7524d5f... docs: Move documentation to inline comments: gdkevents (*)
  dd2db85... docs: Move documentation to inline comments: gdkthreads (*)
  7d12d2a... docs: Move documentation to inline comments: drawing (*)
  1cbba3f... docs: Move documentation to inline comments: x_interaction (*)
  ccd740f... docs: Move documentation to inline comments: event_structs (*)
  70bb377... docs: Remove template of unused functions (*)
  8809e46... docs: Fix a typo in gtk_button_set_alignment() docs (*)
  a5ab0a4... docs: Add cross-reference in GtkAlign docs (*)
  a512143... GtkArg is deprecated since 2.2 (*)
  d5eee0d... Deprecate GtkCallbackMarshal and GtkFunction (*)
  446c0fd... gtkmain: Remove deprecated gtk_init_add() function (*)
  7105d02... Merge branch 'master' into treeview-refactor (*)
  d56babe... Removed cell margin apis and now deal with "focus-line-widt (*)
  e53dc34... Added GtkCellAreaClass->apply_attributes() (*)
  57a94bf... Merge branch 'master' into treeview-refactor (*)
  9d0c2f6... Make GtkCellAreaBox handle rendering without a previous all (*)
  5f7787a... Removed tons of api that we dont absolutely need in GtkCell (*)
  2dd2c7c... Added gtk_cell_renderer_get_aligned_area() and class vfunc. (*)
  7fc7bd6... Changed GtkCellRendererText to request less than wrap-width (*)
  fa3c8f1... Revert "Removed tons of api that we dont absolutely need in (*)
  487223d... Finally really support rendering of cells in an unallocated (*)
  08cc318... Fixed CellAreaScaffold for new gtk_cell_area_context_alloca (*)
  e21c224... Fixing GtkCellAreaBox at render time to consider height-for (*)
  cbc4416... Removing the height_for_width vfuncs on GtkCellAreaContextC (*)
  5df7dab... Changed all the flush apis on GtkCellAreaContext for a sing (*)
  354b341... Available extra space could be less than zero (*)
  05b217a... Allow non-editable cells to receive focus (*)
  6fe9df2... First go at migrating GtkTreeView(Column) to GtkCellArea (*)
  7527350... validate_row no longer uses focus-line-width (*)
  6568b59... Remove unused retrieval of focus-line-width (*)
  cbbff6c... Add temporary hack to get the row heights right (*)
  217f688... Remove obsolete code line (*)
  c1cbc87... Removed gtk_cell_area_context_sum_preferred_width/height ap (*)
  9ee9081... Added initial detailed docs for GtkCellArea. (*)
  2394f5e... Touching up GtkCellArea docs. (*)
  d3aed12... Removed cell_layout implementation details in GtkTreeViewCo (*)
  cad4183... Allow minimal implementation of GtkCellLayout (*)
  865eb60... Fixed GtkCellLayout to pack cells via the api when parsing  (*)
  8789226... Make editable widget fill the entire inner area of the edit (*)
  5f427ff... Make focus rectangle painted on all cells if the GtkCellAre (*)
  dbe026e... Fixed GtkCellAreaBox->focus() to not give focus to cells th (*)
  626f27f... Changed cell area/renderer "can_focus" semantics to "is_act (*)
  5729d25... Fix GtkCellAreaBox to not paint a focus rectangle while a c (*)
  b39521d... Make GtkTreeView tell the column about expand space instead (*)
  26ac551... Added special clause to GtkCellAreaBox focus navigation. (*)
  a852dee... Fixed GtkCellArea to always activate a cell at gtk_cell_are (*)
  3056122... Added some rules to GtkCellAreaBox for rendering the last c (*)
  a9fd00a... Fixed GtkCellAreaBoxContext for some typos introduced while (*)
  03a7211... Merge branch 'master' into treeview-refactor (*)
  2bf8f7e... Removed unused variable from GtkCellAreaBoxContext. (*)
  cd09abf... Changed tests/testcellarea.c (and scaffolding) to only reor (*)
  005964b... Manually pulling back a GtkTreeViewColumn fix from treeview (*)
  a7ad110... Adding more documentation to GtkCellArea, documented GtkCel (*)
  513546f... Adding GtkCellArea to gtk-doc build (added to gtk3.types, g (*)
  b84f5aa... Added symbols from 'treeview-refactor' branch to gtk.symbol (*)
  4c165de... Added gtk-doc to GtkCellArea & GtkCellAreaContext. (*)
  9e3ebe4... Marking GtkCellArea structure portions as /*< private >*/ (*)
  0fa7477... Adding documentation for GtkCellAreaBox. (*)
  c5a60e0... Removed GtkCellAreaBoxPrivate from GtkCellAreaBox section. (*)
  2a41de7... Removing an unused variable from GtkCellRendererText->get_p (*)
  7e2571a... Added "Cell Properties" section to the GtkCellArea document (*)
  9c6a801... Migrated GtkCellLayout documentation into the source code. (*)
  acc4dd2... Added GtkTreeViewColumn:cell-area construct-only property. (*)
  0f4a2d3... Fixed merge conflicts from cherry-pick of construct-only Gt (*)
  c8c5ed8... Removing hack and fixing gtk_tree_view_column_cell_get_size (*)
  52ba4f4... Added boolean return to GtkCellLayout buildable custom tag  (*)
  84eb40b... Added GtkEntryCompletion:cell-area construct property. (*)
  9c7e00f... Fixing GtkTreeViewColumn to use the new _gtk_cell_layout_bu (*)
  b0f849e... Changed GTK_CELL_AREA_WARN_INVALID_CHILD_PROPERTY_ID for GT (*)
  bbee4de... Fixed typo in GtkCellArea docs. (*)
  c4eff8b... Added some "align" checkbuttons to show configurable cell a (*)
  1d3961b... Fixing gtk_cell_area_box_focus(). (*)
  0d78698... Merge branch 'master' into treeview-refactor (*)
  7b61cd8... Merge branch 'master' into treeview-refactor (*)
  c6e1463... Added different icon at the end of testtreeedit to see if R (*)
  f24c21f... Added proper handling of right to left layouting of cells t (*)
  9f4f22f... Removed all variables from GtkTreeViewColumn and created Gt (*)
  4b5c80d... Removed the private sharing of internal treeview macros fro (*)
  4038cd7... Removed GtkTreeViewPrivate from gtktreeprivate.h and added  (*)
  cf8299f... Changed _gtk_tree_view_column_set_width for _gtk_tree_view_ (*)
  7b36405... Use gtk_tree_view_get_real_requested_width_from_column() al (*)
  81e1d02... Created _gtk_tree_view_column_request_width(). (*)
  b54c004... Allocate proper inner cell area to the GtkTreeViewColumn. (*)
  7791259... Changed GtkTreeView to bookkeep the deepest expanded depth  (*)
  0baee40... Fixed GtkTreeViewColumn allocation to only subtract the dep (*)
  1b28d87... Added GtkTreeViewColumn:cell-area construct-only property. (*)
  78979b2... Removing hack and fixing gtk_tree_view_column_cell_get_size (*)
  847581b... Adding testverticalcells.c. (*)
  3ca2ec5... Fixed conflicts from rebasing GtkTreeViewColumn changes fro (*)
  364fe80... Added g_getenv("RTL") to test rtl layouting. (*)
  43de55d... Turn TREE_VIEW_HEADER_HEIGHT into an inline function (*)
  ebba08a... Remove unused TREE_VIEW_COLUMN_REQUESTED_WIDTH macro (*)
  73f99ed... Turn TREE_VIEW_DRAW_EXPANDERS into an inline function (*)
  1317830... Use structure bitfield instead of GtkTreeViewFlags (*)
  0a1982a... Move _gtk_tree_view_column_cell_focus to gtktreeview.c (*)
  77d972e... Remove private accessor for focus column (*)
  64ddd3f... Clarify start_pos parameter gtk_tree_view_column_cell_get_p (*)
  6c73647... Remove the need for _gtk_tree_view_column_get_focus_area (*)
  924359c... Clean up _gtk_tree_view_column_cell_event (*)
  7fe950a... Clean up and clarify row height calculations (*)
  2a65501... Replace FIRST_PIXEL macros with something that's more clear (*)
  d28cbd6... Bring back _gtk_tree_view_column_get_cell_at_pos (*)
  4b065f5... Changed gtk_cell_area_forall to gtk_cell_area_foreach since (*)
  2588165... Added gtk_cell_area_foreach_alloc() to further simplify Gtk (*)
  c657226... Fixed gtk-doc statement in GtkCellArea header (*)
  9366a34... Fix GtkCellAreaBox allocate_cells_manually to handle unders (*)
  a090d62... Added expand controls to testtreeedit (now you can play wit (*)
  bf1aa2a... Changed GtkTreeViewColumn->requested_width to ->padding (*)
  0d0ec85... Fixed GtkTreeViewColumn to reset the context when _gtk_tree (*)
  f08f1f9... Fixed some nit-picking bugs in GtkCellArea (*)
  55bbe4a... Adding gtk_tree_view_column_new_with_area(). (*)
  97e060b... Fixed my mistake in validate_row (), now the height of tree (*)
  515af9c... Temporary fix to make separator rows request enough space f (*)
  1b33698... Revert "Temporary fix to make separator rows request enough (*)
  5fef00d... Adding gtk_tree_view_column_new_with_area to gtk.symbols an (*)
  a47a557... Merge branch 'master' into treeview-refactor (*)
  34f4b5c... Added 'background_area' calculation to GtkCellAreaClass->fo (*)
  40e9f91... Fixed foreach_alloc call from gtk_cell_area_real_render to  (*)
  f1c26df... Fixed gtk-docs typo in gtkcellarea.c (*)
  32d9396... Changed misleading variable name in gtk_cell_area_real_acti (*)
  95ca1e2... Removed calculation of background area when about to edit a (*)
  fa71b24... Fixed gtk_cell_area_context_real_reset() to only notify pro (*)
  46c49ee... Removed the resetting_context flag from GtkTreeViewColumn p (*)
  2f4e451... Added "edit_only" argument to gtk_cell_area_activate() (*)
  89b3700... Make GtkCellAreaBox remember what was the last focus cell s (*)
  1c8093b... Fixed some glitches in GtkCellAreaBox keynav from my last c (*)
  d142d8b... Do not enforce a minimum of expander_size in gtk_tree_view_ (*)
  8c743a0... Add unit test for row separator height (*)
  cbfc3f5... Make gtk_tree_view_get_cell_area() aware of row separators (*)
  ff39c76... Welcome _gtk_tree_view_column_get_cell_at_pos to the second (*)
  0431dd6... Added apis to GtkCellArea for GtkIconView purposes. (*)
  2752fd0... Removing gtk_tree_view_move_focus_column() and only calling (*)
  632f1f3... Modified gtk_tree_view_move_cursor_up_down to move focus in (*)
  7e526d5... Add an editable cell to testverticalcells showing functiona (*)
  31226eb... Fixed GtkTreeView to give focus back to the last focued cel (*)
  2e1e973... Make GtkTreeView explicitly focus the first cell in the fir (*)
  d743ecf... Handle clicks in indentation area (*)
  41cd9d1... Fixed gtk_cell_area_box_context_copy() to also copy it's al (*)
  96d636a... Updated some docs and gtk.symbols file for new apis (*)
  623abde... Added gtk_entry_completion_new_with_area() (*)
  e2c8ecb... Fixed an error in my last commit in gtk_cell_area_box_conte (*)
  8ca6bbb... Make GtkCellArea independantly GtkBuildable. (*)
  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 (*)
  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 (*)
  55e83b7... Merge branch 'master' into quartz-integration
  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 (*)
  bb8abc4... Merge branch 'master' into quartz-integration
  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 (*)
  5d709b9... Merge branch 'master' into quartz-integration
  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 (*)
  4d2cc86... Merge branch 'master' into quartz-integration
  079b725... Updates to Kazakh translation (*)
  08af2cb... gail: Fix a typo (*)
  3c8076f... [l10n] Updated Estonian translation (*)
  ca7fe1c... GtkStyleProperties: Assign default value for the font prope (*)
  7030492... Disable XI2 in gtk_test_init() (*)
  a9753ef... Add a test for basic style properties (*)
  183bf8a... Use g_strtod when converting strings for GtkCellRendererSpi (*)
  a5fe3fe... appchooserdialog: use new GLib API to modify positioning (*)
  5b299ce... Remove reference to GTK2_RC_FILES from the docs (*)
  33cd32f... Make gtk_style_new() use a backing GtkStyleContext (*)
  335bfbc... Update GtkAboutDialog documentation (*)
  28cc7ba... Make GtkEntry hide completely (*)
  23ce44c... Verify GtkWidget invariants if G_ENABLE_DEBUG is defined (*)
  b67c5af... Add invariant that a child is unmapped if parent is unmappe (*)
  9552152... Always emit unmap when a widget is unmapped (*)
  0c518a8... printing: Set new print operation settings before emitting  (*)
  17e9746... Strengthen checks in functions taking a GdkDevice (*)
  5c2f407... Fix problems with window handling in GtkCalendar (*)
  33fd210... docs: unmap signal will always be emitted when a widget is  (*)
  e02b100... Ensure widgets get a GtkStyle with its backing GtkStyleCont (*)
  228c98c... Merge branch 'master' into quartz-integration
  1bb68f0... Updated Hebrew translation (*)
  939f68a... Added out annotations for gtk_accelerator_parse (*)
  e36ba34... Added out annotations for gtk_icon_size_lookup/_for_setting (*)
  ac0353e... Make gtk_style_context_get_* functions more robust (*)
  13f1856... gdk: return 0, not NULL from gdk_device_get_n_axes() (*)
  c8ae68c... Fixed gtk_cell_layout_set_cell_data_func() to pass the corr (*)
  49273f2... Added "fixed-size" cell property to GtkCellAreaBox (*)
  ac7d55c... Convert all gdk_window methods to vtable calls (*)
  f1c32f1... Hide GdkDisplayClass from public header (*)
  5fda166... Make display method vtable calls (*)
  4ad948e... Move GdkKeymapClass definition to internal header (*)
  8c6162b... Convert all gdk_keymap methods to vtable calls (*)
  84c03b1... Move GdkScreenClass to internal header (*)
  f52223f... Convert all GdkScreen methods to vtable calls (*)
  ae146a2... Convert a bunch of visual related calls to use the screen v (*)
  07d49ee... Merge libgdk and libgtk (*)
  6465e8d... Reorganize pc files for a single library (*)
  8075cfd... Move gdk_get_display to common code (*)
  31cd046... Move gdk_add_client_message_filter to common code (*)
  de84a7b... Move gdk_window_lookup to common code (*)
  06f75b3... Make GdkAppLaunchContext display-dependent (*)
  a843a9d... Make abicheck work again (*)
  ae2c3a9... tests: Don't access GdkDragContext fields directly (*)
  3c47c84... Remove some direct access to GdkDragContext members (*)
  c53ec08... Add vtables for DND (*)
  8e1d320... Rename _gdk_dnd_init (*)
  23a2b42... Fully initialize the ClientMessage struct (*)
  c6a5074... Move GdkVisual parallel-implementable (*)
  d5c0b92... Hide GdkDeviceManager and GdkDeviceManagerClass (*)
  3412d7a... Don't access GdkScreen fields (*)
  c7559f5... Hide GdkScreen too (*)
  a169f6e... Make GdkDevice parallel-implementable (*)
  280e832... Match parameters between headers and doc comment (*)
  7f6ac56... Add a vfunc for gdk_window_set_composited (*)
  1e694b4... Add a vfunc for gdk_window_set_composited (*)
  9a1cc81... Add a vfunc to replace _gdk_windowing_window_destroy_foreig (*)
  fa4b54b... Add per-target pc files back (*)
  ec9c977... Work toward turning GdkDisplayManager into a backend single (*)
  5fa8791... Add a vfunc for _gdk_events_queue (*)
  218fa67... Weed out no longer needed declarations (*)
  b5df501... Move destroy_foreign comment (*)
  ff8a334... Hide GdkDevice struct (*)
  ea96e5e... Explode gdkinternals.h into per-class private headers (*)
  dfe6ba9... Don't access GdkDisplay fields directly (*)
  da216c0... Add vfuncs for a bunch of cursor functionality to GdkDispla (*)
  ccb6ede... Add vfuncs for process_updates_recurse and the before and a (*)
  4a74060... Make gdk_set_sm_client_id X11-specific (*)
  9635f09... Move warp functions to the frontend (*)
  9adb974... Add a vfunc for _gdk_windowing_window_get_next_serial (*)
  224726f... Remove gdk_windowing_{get_device_state,window_at_device_pos (*)
  2186203... Remove unused get_offsets functions from headers (*)
  a251d37... Remove sm-client-id related functions from headers (*)
  beaa11b... Add a vfunc for gdk_notify_startup_complete (*)
  5eb4506... Drop the --screen cmdline argument (*)
  9686686... Go back to installing libgdk.so (*)
  39a71b8... Add vfuncs for _gdk_windowing_event_data_{copy,free} (*)
  2d7583c... Make gdk_window_{lookup,foreign_new}_for_display backend sp (*)
  fa33839... Consistently use per-display error traps in the X11 backend (*)
  6c16ddc... Make GdkAppLaunchContext work again (*)
  536a7c8... Work around issues with events without screens (*)
  ef85f11... Don't use gdk_spawn (*)
  25c66c1... Remove gdk_spawn functions (*)
  624dc45... Move event source apis to gdk_x11 (*)
  33417c3... plug: Comment hack for xinput that used private x11 backend (*)
  985eb14... Multiple changes to reduce the amount of unprefixed symbols (*)
  28b7c6f... Rename _gdk_event_mask_table to _gdk_x11_event_mask_table (*)
  566abba... Rename _gdk_send_xevent to _gdk_x11_display_send_xevent (*)
  e11bbbf... Rename _gdk_xgrab_ apis to _gdk_x11_window_ (*)
  19cf930... Drop gdkx_visual_get (*)
  185cddd... Rename _gdk_moveresize functions to _gdk_x11_moveresize (*)
  d5803fa... Get rid of the _gdk_selection_property global (*)
  126212b... Add a vfunc for _gdk_window_impl_new (*)
  32e3dcf... drop dead function (*)
  214342e... Clean up gdkx.h a bit (*)
  021f595... Rename _gdk_window_move_resize_child (*)
  b938e71... Remove unused _gdk_use_xshm global (*)
  902fd60... Remove the --sync commandline option (*)
  55e1031... Remove gdk_net_wm_supports (*)
  1d5afe4... Rename the _gdk_xid_table functions (*)
  a97b189... Rename private keymap symbols to _gdk_x11_keymap... (*)
  62e9bb0... Add a vfunc for gdk_keymap_get_for_display (*)
  28abd0c... Add vfuncs for atoms (*)
  afa0ebf... Add vfuncs for gdk_test apis (*)
  2211e52... Don't use gtk_set_locale (*)
  fdabc95... Drop g[dt]k_set_locale (*)
  519f09f... Add vfuncs for keyval and window property functions (*)
  cc03a6d... Add vfuncs for get/set_selection_owner (*)
  7e22cf7... Rename some private x11 backend functions to _gdk_x11 (*)
  625b830... Add a vfunc for gdk_selection_send_notify_for_display (*)
  95868ef... Add a vfunc for  gdk_selection_property_get (*)
  05497c7... Add a vfunc for gdk_selection_convert (*)
  61104d5... Avoid unnecessary use of gdk conversion routines (*)
  572bb20... Deal with property encoding functions (*)
  00e2b94... Reinstate the correct field value (*)
  10e23de... Drop sm_client_id win32 implementation (*)
  58529e6... Drop sm_client_id implementation for Quartz (*)
  2650328... Add win32 implementation for foreign window functions (*)
  3d5d558... Downgrade some Since tags (*)
  8e3afc6... x11: Use public API to access cursor's xcursor (*)
  2eef91a... x11: Move GdkCursorPrivate into the C file (*)
  66e3894... gdk: Move GdkCursor definition into a private header (*)
  0b4913a... gdk: Make GdkCursor a GObject (*)
  768b425... x11: Use g_object_(un)ref instead of gdk_cursor_(un)ref (*)
  a9637f0... gdk: Use g_object_(un)ref instead of gdk_cursor_(un)ref (*)
  8f1f743... gtk: Use g_object_unref instead of gdk_cursor_unref (*)
  e622ae9... gtk-demo: Use g_object_unref instead of gdk_cursor_unref (*)
  73d8ffd... testgtk: Use g_object_unref instead of gdk_cursor_unref (*)
  3e068e9... API: gdk: Deprecate gdk_cursor_ref() and gdk_cursor_unref() (*)
  28b2d7e... gdk: Make cursor-type a property of the cursor (*)
  7a14b30... gdk: Make display a property of GdkCursor (*)
  4793bd3... gdk: Move gdk_cursor_get_display() out of the backends (*)
  095d190... x11: Don't keep the display around anymore (*)
  60dc856... x11: Remove duplicated docs (*)
  7a33592... gdk: Move gdk_cursor_get_image() to the base class (*)
  66f7c3a... API: gdk: gdk_display_warp_device() => gdk_device_warp() (*)
  124cf96... x11: Split out public window API into gdkx11window.h (*)
  55f3451... x11: Move cursor API into gdkx11cursor.h (*)
  0ca6a7a... x11: Move visual-specific API into gdkx11visual.h (*)
  6dfa90f... x11: Move screen-specific API into gdkx11screen.h (*)
  7949073... x11: Move display-specific APIs into gdkx11display.h (*)
  ebe46e6... x11: Move selection-specific API into gdkx11selection.h (*)
  dd177b5... x11: Move atom API into gdkx11property.h (*)
  04d1459... x11: Move remaining APIs into gdkx11utils.h (*)
  85bd617... API: gdk: GDK_DISPLAY_OBJECT() => GDK_DISPLAY() (*)
  8e2240f... x11: Rename GdkDisplayX11 to GdkX11Display (*)
  4db086d... x11: Rename GdkDisplayX11 to GdkX11Display (*)
  eba4529... x11: Export GdkX11Display (*)
  4848bf2... x11: typedef GdkX11Display to GdkDisplay (*)
  21d8160... x11: Export GdkX11Cursor (*)
  86e0a9a... x11: Have a proper GdkVisualX11Class struct (*)
  d185987... x11: Rename GdkVisualX11 to GdkX11Visual (*)
  b154d3a... x11: Export GdkX11Visual (*)
  a8b69df... x11: Rename GdkScreenX11 to GdkX11Screen (*)
  503087d... x11: Export GdkX11Screen (*)
  3036922... gdk: Create windows via _gdk_display_create_window() (*)
  af7afbb... gdk: Allow display subclasses to override the type used for (*)
  1969998... x11: Add a GdkX11Window class for X11 windows (*)
  dcb03b1... gdk: Use G_DEFINE_TYPE for GdkWindow (*)
  36893a9... gdk: Make GdkWindow abstract (*)
  146fd98... Rename GdkDisplayManagerX11 to GdkX11DisplayManager (*)
  e96c193... Rename GdkKeymapX11 to GdkX11Keymap (*)
  5cddc7c... Rename GdkDevice[Manager]Core to GdkX11Device[Manager]Core (*)
  b4802e3... Rename x11-specific GdkDevice[Manager] implementations (*)
  71a515e... Get abicheck to almost pass again (*)
  fdfabea... Don't export gdk_x11_cursor_finalize (*)
  3fb8c34... Rename GdkDragContextX11 to GdkX11DragContext (*)
  bd36374... Rename GdkAppLaunchContextX11 to GdkX11AppLaunchContext (*)
  e509039... Forgotten file (*)
  b1aaa10... Detangle includes for device subclasses (*)
  106047f... Detangle includes for GdkDeviceManager subclasses (*)
  ecddaa7... Disable the GtkPlug xi2 hack more thoroughly (*)
  b3bd184... Fix a silly typo (*)
  f9e876e... Fix another typo (*)
  10a7f49... Check the right library for symbols (*)
  82fe759... More include shuffling; keep X extension headers to ourselv (*)
  928fd84... Implement some more vfuncs in GdkOffscreenWindow (*)
  a2dddb1... Return an appropriate GtkStyle from gtk_rc_get_style_by_pat (*)
  940d123... Add gdk_disable_multidevice to headers (*)
  7b6d759... Temporarily disable combo box entry test (*)
  9cdbb31... Update NEWS (*)
  3ca6993... Don't install headers twice (*)
  fcbfa05... Drop no-longer-existing header from Makefile (*)
  4331d62... Add gtkselectionprivate.h to Makefile (*)
  2a324ae... Fix inclusion of gdkconfig.h (*)
  5b6bdcf... Fix a tag mismatch in the docs (*)
  4b10167... Set a default value for rgba style properties (*)
  b824cdd... Fix a blunder in grab handling (*)
  83364e8... Fix distcheck (*)
  e60eff2... Bump version (*)
  f4419be... Fix DSO link issues (*)
  2013e23... Use getters and setters for GtkPrintJob in gtkprintbackendt (*)
  4cc7692... Show translators properly in the new about dialog (*)
  a6b0510... GtkAboutDialog: Be slightly more flexible when listing cred (*)
  fa59cc4... Fix the X backend docs (*)
  3973ef7... Mention GDK_BACKEND in the docs (*)
  367211e... Document WINDOWING macros (*)
  2006176... Merge branch 'master' into quartz-integration
  e205038... Fixed GtkGrid GtkContainerClass->forall() to not use a for  (*)
  05b43ca... Add a section about gdk_spawn to migration guide (*)
  62cbc1a... continue to install gdk-$TARGET-3.0.pc (*)
  064bfce... Convert all gdk_window methods to vtable calls in the quart (*)
  acd9940... Make display method vtable calls, quartz backend (*)
  f43f259... Derive GdkKeymap for Quartz (*)
  41352f2... Convert all GdkScreen methods to vtable calls, quartz backe (*)
  d2ce9ec... Convert a bunch of visual related calls to use the screen v (*)
  25271f5... Implement dnd vtables for quartz (*)
  46e8aad... Rename _gdk_dnd_init (*)
  e2fea74... Adapt quartz visual code to new ways (*)
  8a9c604... Adapt quartz device code to new ways (*)
  733c8fc... Derive GdkDisplayManager for quartz (*)
  3232be6... Implement has_pending and queue_events vfuncs for quartz (*)
  a1a0205... Implment process_updates_recurse vfunc for quartz (*)
  dadbc63... gdk_display_warp_pointer is in the frontend now (*)
  1a04631... Implement get_next_serial for quartz (*)
  2f3c7da... Remove a duplicate doc comment (*)
  4b92625... Implement notify_startup_complete vfunc for quartz (*)
  b2ff023... Implement event_data_{copy,free} for quartz (*)
  9dbe3bd... Drop unimplemented foreign window functions (*)
  57efe15... Drop gdk_spawn functions (*)
  46352af... Implement create_window_impl vfunc for quartz (*)
  51f149d... Implement get_keymap vfunc for quartz (*)
  6eb2a35... Implement atom-related vfuncs for quartz (*)
  a1b300e... Implement test vfuncs for quartz (*)
  9ae2dc0... Drop gdk_set_locale from quartz (*)
  168b3c1... Implement keyval vfuncs for quartz (*)
  547d674... Implement window property vfuncs for quartz (*)
  762548d... Implement selection owner vfuncs for quartz (*)
  de41790... Implement selection related vfuncs for quartz (*)
  bd1ff47... Deal with property encoding functions for quartz (*)
  3ace122... quartz: turn quartz GdkCursor into GObject (*)
  8cb3017... Fix typo (*)
  7140482... quartz: fix up GdkDragContext conversion (*)
  881ea6e... quartz: convert GdkQuartzWindow to new drag context API (*)
  013cbea... quartz: Remove API for extension checks (*)
  dff3973... quartz: remove GdkCursorPrivate typedef (*)
  f4c0c47... quartz: move bits into gdkcursor-quartz.h (private header f (*)
  62273fc... quartz: add forgotten file (gdkdnd-quartz.h) (*)
  da48166... quartz: gdkdevice-core.c: use GdkQuartzCursor (*)
  98b8bf0... quartz: gdkdevice-core: fix up (*)
  988b8bf... quartz: gdkcursor-quartz.h: fix cut-n-paste error (*)
  709b4d4... quartz: Fix display manager, move over code from gdkmain-qu (*)
  b2844cb... quartz: Make GdkQuartzDisplay compile (*)
  d0976d9... quartz: Fix gdkevents-quartz.c (*)
  e4a0101... quartz: gdkeventloop-quartz.c: fix (*)
  6fe3100... quartz: Remove gdkinput code (*)
  cde6dad... quartz: Port gdkkeys-quartz.c to new API (*)
  d024153... quartz: Fix screen implementation, rename to GdkQuartzScree (*)
  1b344ad... quartz: convert GdkVisual (*)
  5f782ed... quartz: add prototype for _gdk_quartz_screen_new() (*)
  c14078f... quartz: adapt gdkdisplay-quartz.c to new function names (*)
  fbd9fd6... quartz: make gdkwindow-quartz.c build again (*)
  3d02a14... quartz: remove duplicate functions from gdkmain-quartz.c (*)
  8b4d583... quartz: gdkkeys-quartz.c: remove duplicate function (*)
  6b96c56... quartz: remove duplicate definition of gdk_flush (*)
  9b4f5a4... gdk: Fix toplevel makefile to build non-x11 backends again (*)
  7979be1... quartz: gtkquartz.c: add missing include (*)
  44d9fb2... gtkdnd-quartz: use accessors and add missing include (*)
  4a6c50c... gtkclipboard-quartz: use accessors and add missing include (*)
  4c663f0... gdkwindow-quartz: fix typo (*)
  b638515... quartz: re-introduce _gdk_quartz_display_list_devices (*)
  f2883fe... quartz: gdkselection-quartz.c: fix typos (*)
  5226ae3... quartz: create gdkdisplaymanager-quartz.h (*)
  e5695de... GdkDisplayManager: register Quartz backend when applicable (*)
  c87e878... quartz: add new files to Makefile.am (*)
  c6fad1d... quartz: fix typo (*)
  3bc60a8... quartz: rename GdkQuartzWindow to GdkQuartzNSWindow (*)
  b0ffe16... quartz: introduce GdkQuartzWindow (as a subclass of GdkWind (*)
  552e7be... quartz: set window_type in display_class (*)
  ab74358... quartz: set all methods on window class, not root window cl (*)
  32731fc... quartz: register before/after process all updates (*)
  2e7f14c... quartz: GdkDeviceCore: check for NULL pointer (*)
  e2e4391... quartz: commit forgotten file (*)
  59a3d9a... quartz: Rename GdkDeviceCore -> GdkQuartzDeviceCore (*)
  083c556... quartz: rename GdkDeviceManagerCore -> GdkQuartzDeviceManag (*)
  187762d... docs: fix a typo (*)
  3adb7c7... Avoid a crash (*)
  03f7e26... Don't return PropertyNotify.state as modifier state (*)
  48b6b93... Implement process_updates_recurse for GdkOffscreenWindow (*)
  1975902... quartz: Make keyboard input work again (*)
  e6693ab... Avoid invariant checking spew in gnome-shell (*)
  9baf24f... Add a default handler for drag_failed (*)
  7e0a30b... Abort a drag when a keynav drop has not destination (*)
  d77dcfb... Better fix for keynav dnd (*)
  e88a44f... Fix bug #637721, fix function prototype. (*)
  f90365d... Fix spacing. (*)
  af9d59a... Allow inspection of construct-only object properties (*)
  dd5a74d... Updated Kurdish translations (*)
  caa9794... quartz: Clean up header files, use same arrangement as X11  (*)
  f15934b... quartz: remove gdkmain-quartz.c (*)
  fb8717f... quartz: move utils to gdkutils-quartz.c (*)
  1e81470... quartz: fix typo (*)
  0840b25... quartz: fix some more typos (*)
  07110a6... quartz: we must provide a window on drag begin now (*)
  0d8eeb9... quartz: _gdk_quartz_display -> gdk_quartz_display (*)
  0736544... quartz: _gdk_quartz_keymap -> gdk_quartz_keymap (*)
  1e2907f... quartz: _gdk_quartz_screen -> gdk_quartz_screen (*)
  ac6f501... quartz: _gdk_quartz_visual -> gdk_quartz_visual (*)
  deffbd9... quartz: reorder gdkprivate-quartz.h and related clean up (*)
  f0b8dcb... quartz: move gdkgeometry-quartz into gdkwindow-quartz.c (*)
  374f8e2... quartz: internalize _gdk_quartz_window_set_needs_display_in (*)
  1f9ce46... Update keymap docs to match current behaviour (*)
  3a6800a... Some small doc corrections (*)
  26173c7... Delimit the other_entries array (*)
  3153673... Hide GtkTreeViewColumn buttons when header_window is not vi (*)
  9ab2786... GtkCellRendererText: use PANGO_PIXELS_CEIL for text_width (*)
  3e08a23... Drop long-obsolete linux framebuffer APIs (*)
  96d1c2c... Reserve space for a pointer in GtkDrawingArea (*)
  4064a10... Added UG translation (*)
  80b5345... Added UG translation (*)
  9b6a0a0... Added UG translation (*)
  65652d8... Updated Spanish translation (*)
  c5b020e... Remove sealed members from GtkMenu (*)
  2ed81aa... Remove sealed members from GtkMenuShell (*)
  7650482... Add sufficient API to make gail work (*)
  433a22c... Remove private header from gtkwindow.h (*)
  1bcf8a0... Remove sealed members from GtkSettings (*)
  7ff572d... Add some missing includes (*)
  ca493cd... Fix a few warnings (*)
  55ca24d... Drop GtkThemeEngine (*)
  30cdab1... docs: Add docs about how to get a GtkDevice (*)
  c659542... Check for NULL pointer (*)
  03cddad... build: Use autoreconf (*)
  5e74427... gailmenushell.c: Fix typo (*)
  1cecb10... Make GtkAccelLabel use GtkStyleContext. (*)
  e5e9593... Fix color name (as of rgb.txt) parsing in symbolic colors (*)
  7f099a9... Make GtkArrow use GtkStyleContext (*)
  2bd221d... Bug 637910 - GtkSpinner - does not animate (*)
  760d6d1... Do not set "entry" class in spinbutton buttons. (*)
  7c35994... Make GtkPaned use GtkStyleContext (*)
  92102c3... Make GtkSeparator use GtkStyleContext (*)
  0f0512a... Use gtk_style_context_get_font() in GtkSpinButton (*)
  806b6df... Rename GdkQuartzWindow.h and .c to GdkQuartzNSWindow.h and  (*)
  607f2fb... Merge branch 'master' into quartz-integration

(*) 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]