[gtk+] (421 commits) ...Fixed parameter names in gtkcellarea.h for gtk-doc parsing.



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. (*)
  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 (*)
  c8d130e... Revisit "Handle clicks in indentation area" (*)
  a28c11a... Clip to cell_area when rendering cell content (*)
  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. (*)

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