[gtk+/broadway] (1478 commits) ...[broadway] Make broadway build with new gdk-backend setup
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/broadway] (1478 commits) ...[broadway] Make broadway build with new gdk-backend setup
- Date: Wed, 19 Jan 2011 19:05:30 +0000 (UTC)
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 (*)
afcd50d... Try again to fix the gdk symbol list (*)
5fdc140... Fix a segfault in gdk_window_beep (*)
d351b40... Add internal accessor for GtkEntry->is_cell_renderer (*)
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 (*)
e0efd06... Avoid memory corruption in the color_properties hashtable. (*)
86c8ce1... Updated Hebrew translation (*)
137f16c... Do not bother starting a draw call if bar_size <= 0 (*)
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 (*)
4701aeb... Updated Galician translations (*)
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 (*)
d5df33c... Fix abi check after recent merges (*)
d28cbd6... Bring back _gtk_tree_view_column_get_cell_at_pos (*)
059aa89... Updated Spanish translation (*)
5361490... Bug 636511 - New style override functions do not work on t (*)
4cca755... GtkStyleContext: warn on meaningless coords in gtk_render_* (*)
561346b... Remove unused function modify_color_property (*)
4a7e746... Use the new style context API in GtkLabel. (*)
b36cb87... Use the new style context API in GtkButton (*)
84fd9b1... gdk: Remove nonexisting function from internal header (*)
645d0ac... API: gdk: Remove depth argument from gdk_window_get_geometr (*)
d55073f... gdk: Remove depth argument from GdkWindowImpl->get_geometry (*)
e4c9d1a... gdk: Constify argument to gdk_rgba_copy() (*)
6d6ee9a... style: Remove unused code (*)
d378470... appchooser: Remove bogus function declaration (*)
4b065f5... Changed gtk_cell_area_forall to gtk_cell_area_foreach since (*)
2588165... Added gtk_cell_area_foreach_alloc() to further simplify Gtk (*)
94c9eb7... Don't use g_warning when loading an engine fails (*)
f1fafca... Make invalid stylesheets fail to parse again (*)
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(). (*)
3b753aa... Fix Makefile syntax (*)
fd6e576... Port Quartz backend to latest rendering-cleanup changes (*)
5f75ffc... Add gtk_widget_path_get_type to the headers (*)
d23fb64... Fix a typo to fix the build. (*)
48dba32... Disable theme engines for now (*)
96139cb... Update NEWS for 2.91.6 (*)
66f0f55... configure: Drop AC_PREREQ back down to 2.62 (*)
65e3c09... introspection: Fix (out) for gdk_screen_get_monitor_geometr (*)
48e92c6... Updated Norwegian bokmål translation (*)
8f8aeb7... gdk: Remove GdkWindowObject typedef (*)
fc71143... gtk: Remove old DirectFB code for drawing window decoration (*)
9b042e3... gdk: Add section docs for GdkRGBA (*)
ad80cb6... Allow + in identifiers (*)
f2ab9e4... Prepare the stylecontext test to run out-of-srcdir (*)
fe008de... Fix POTFILES for recent changes (*)
26f6b48... Update for the removal of gtk_decorated_window_ apis (*)
fae1e74... More !srcdir fixes for the stylecontext test (*)
509e042... Bump version (*)
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 (*)
6f67f52... app-chooser-widget: plug a memory leak (*)
503be10... label: plug a memory leak (*)
fc5cabb... Added minimum size parameter to GtkWidgetClass->adjust_size (*)
5ac194c... Some doc additions (*)
38321ea... GtkStyleContext migration guide tweaks (*)
13209a9... More annotations for GdkDisplay (*)
a47a557... Merge branch 'master' into treeview-refactor (*)
6188ea6... Add missing X11/Xlib.h include required for X11/extensions/ (*)
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 (*)
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) (*)
32d9396... Changed misleading variable name in gtk_cell_area_real_acti (*)
95ca1e2... Removed calculation of background area when about to edit a (*)
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 (*)
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 (*)
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 (*)
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 (*)
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 (*)
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 (*)
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 (*)
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 (*)
92f163d... Consistently hide class structs (*)
29eb3fb... Fix gdk_x11_display_text_property_to_text_list (*)
1e13b42... Avoid some gtk-doc warnings (*)
1d41b98... Add deprecation guards for deprecated GdkAppLaunchContext A (*)
bde1d07... Don't use gdk_{pointer,keyboard}_grab (*)
436e75c... Add deprecation guards for deprecated grab APIs (*)
27ce942... Fix up GDK docs (*)
8f816d7... Fix a few typos (*)
5bc0cf1... Fix some more typos (*)
9bab53f... hsv: Fix gcc warnings (*)
a5f493b... notebook: Use nondeprecated API to query coordinates (*)
45d98d1... tooltip: Don't use deprecated APIs (*)
05eb55d... update Punjabi Properities file (*)
9dee9a8... Removed sealed members from GtkMenuItem (*)
0c4a0da... Remove pointless sealing from GtkTextChild (*)
51f7e42... Remove pointless sealing from GtkTextMark (*)
59ea137... GtkTreeView: Don't use deprecated grab api (*)
48b4797... Fix some issues with initial setup of GdkX11DisplayManager (*)
e1029b9... [gail] Proper connection to a toplevel window destroy signa (*)
586283e... [gail] Clean the code to check the redundan object on the s (*)
0c28534... API: gdk: gdk_display_get_device_state() => gdk_device_get_ (*)
9746991... API: gdk: Make gdk_display_get_window_at_device_position() (*)
7ab7422... testgtk: Use the relevant device to query the widget to sna (*)
e4cc259... testgtk: Don't use deprecated APIs (*)
42fbccd... API: gdk: Remove gdk_device_set_source() (*)
7032996... Remove bashisms from configure.ac (*)
9d64a58... Fix docs. (*)
0525476... Avoid rendering frames when shadow type argument is GTK_SHA (*)
7a62398... Fix leak in GtkStyle. (*)
06462b9... Make GtkFrame use GtkStyleContext. (*)
53a4fea... Make GtkEventBox use GtkStyleContext. (*)
e3457a8... Make GtkScrolledWindow use GtkStyleContext (*)
b2e8992... Make GtkProgressBar use GtkStyleContext (*)
18b333b... Make GtkFileChooserEntry make GtkStyleContext (*)
029fb53... Make GtkSwitch use GtkStyleContext (*)
a3a9c61... Make GtkHandleBox use GtkStyleContext (*)
ac00e77... Make GtkToolbar use GtkStyleContext (*)
7fab89d... Removed checks in gtksizerequest.c (*)
2fe4e6a... Added proper height-for-width implementation to GtkAlignmen (*)
f519da4... Make GtkCheckButton allocate all remaining space to it's ch (*)
21aef5b... Fixed generic height-for-width implementation of GtkBin to (*)
a6a97ad... Fixed unused variable in GtkCheckButton. (*)
c234313... Make GtkCheckButton's label left aligned by default. (*)
a616828... Solved bug 638231 in Galician translations (*)
3810e4d... Updated Spanish translation (*)
ac8a10f... Updated Swedish translation (*)
54cd607... Updated Swedish translation (*)
cdb998d... Fix line endings (*)
fc12230... Protect inclusion of unistd.h (*)
1d838f5... win32: gdk3 resurrection (*)
95213b3... win32: update msvc build (*)
cfeaba9... Protect Unix specific print functions with G_OS_UNIX (*)
a2b1da0... win32: ported backend specific code to now backend specific (*)
67b4eff... win32: use GtkSocketPrivate (*)
d4c4db6... Avoid C99 sinf() (*)
5fe0275... win32: include gtkprivate.h for win32 GTK_DATA_PREFIX (*)
53c1b21... win32: disable gdk_display_get_default ()->core_pointer (*)
23506c0... c99ism: declaration in the mid of a block (*)
acf1345... Fix refresh of static autorelease_pool so that it doesn't h (*)
8a9457c... Updated Norwegian bokmål translation from Torstein Adolf W (*)
7ee697a... Updated Norwegian bokmål translation from Torstein Adolf W (*)
1a87dfd... Fix list handling in gdk_x1_display_init_input (*)
85fe6cb... Move GtkSpinButton docs inline (*)
98a30bb... gdkcursor-x11.c: fix building without HAVE_XCURSOR (*)
cf75278... gdkdnd-x11.c: fix building without HAVE_XCOMPOSITE (*)
83f5e48... Drop no-longer-used migration docs (*)
3fff4bd... GtkRadioButton: Use "radio" style class instead of "check" (*)
856cc65... Set "accepts-pdf" property to true only if supported by the (*)
ebcd0ba... Set file GtkPrinter accepts_pdf/ps based on selected format (*)
a493fad... Remove gtk_printer_new from gtkprintbackend.h (*)
7537907... cups printbackend: create a pdf surface when appropriate (*)
d1ecd28... cups: Someone can neither type, read compiler output and ru (*)
36a1572... API: gdk: Remove gdk_set_pointer_hooks() (*)
ff1ad99... API: gdk: Remove gdk_display_set_pointer_hooks() (*)
d72d19d... API: gdk: Remove gdk_display_set_device_hooks() (*)
c07f9c0... Some configure.ac cleanups (*)
8d2104f... gdk: Move window_get_device_position function out of the de (*)
2267602... gdk: Simplify code (*)
6e18276... gdk: Move get_device_state out of the display hooks (*)
6c39cad... gdk: Get rid of GdkDisplayDeviceHooks (*)
ae7e5fc... gdk: Simplify code (*)
cacee7e... configure.ac: Support multiple GDK backends in one build (*)
9c002cf... Silence automake warnings (*)
317f8ba... configure.ac: Consolidate gdk backend specific checks and c (*)
d211c8a... gdk/x11: don't select RANDR events if the extension is miss (*)
c7f39eb... add gtk_selection_data_get_data_with_length API which can b (*)
b555be0... Make styleexamples work (*)
b673e5b... Scale down print dialog size (*)
6a11c59... Release GtkApplication earlier (*)
55016f7... gtktexttag: Move public members to private header (*)
86a7ae6... GtkColorButton: trivial doc and formatting fixes (*)
411cda4... Keep an explicit dep on cairo in the gdk pc file (*)
83058bf... Use AM_V_GEN in a few more places (*)
d0a3846... gtkenums: add GTK_STATE_FLAG_NORMAL = 0 (*)
badbef3... GtkWindow: remove unneeded call (*)
804e8a0... Update GtkToolPalette to GtkStyleContext. (*)
00a80c9... Update GtkAboutDialog to GtkStyleContext (*)
7981869... Update GtkAssistant to GtkStyleContext (*)
dd8887c... Compress all ::style-updated prior to ::realize (*)
24db028... Update GtkTrayIcon to GtkStyleContext (*)
a090de1... Make GtkToolButton use ::style-updated (*)
f4cc2c6... GtkToolbar: remove deprecated call (*)
cb21085... GtkSwitch: remove deprecated call. (*)
ddd12f3... Make GtkSocket use GtkStyleContext (*)
7327304... GtkSeparatorToolItem: remove unneeded call (*)
81eb953... Make GtkRecentChooser use GtkStyleContext (*)
665a94e... Make GtkPlug use GtkStyleContext (*)
41389cb... Make GtkWin32EmbedWidget use GtkStyleContext (*)
554e649... Make GtkTooltip use GtkStyleContext (*)
99791d1... Make GtkCellView use GtkStateFlags (*)
be0ebc9... Make GtkDialog use ::style-updated (*)
c296d11... GtkToolItem: Remove unneeded call (*)
6c21f3d... Remove unneeded/deprecated call from size requisition code (*)
552c4c7... GtkExpander: remove unneeded call (*)
c180edd... Make GtkDrawingArea use GtkStyleContext (*)
55145e0... GtkEntry: Remove unneeded calls (*)
e4c5098... GtkEntry: get font description from GtkStyleContext (*)
e02cbf4... Make GtkEntryCompletion use GtkStyleContext (*)
96d8f85... Make DnD code use GtkStyleContext for the highlight rectang (*)
8e18c2c... Make GtkFileChooserButton use ::style-updated (*)
14a5c0b... Make GtkFileChooser use GtkStyleContext (*)
b062a58... Make GtkFixed use GtkStyleContext (*)
7b3de2d... Make GtkHandleBox size request code use GtkStyleContext for (*)
80e1153... GtkInvisible: Avoid chaining up in ::style-updated (*)
166b709... Make GtkLinkButton use ::style-updated (*)
9056045... Make GtkMessageDialog use GtkStyleContext (*)
6169111... GtkMisc: Remove unneeded calls (*)
7e2dea1... GtkNotebook: remove unneeded call (*)
f9a5c14... Make GtkOffscreenWindow use GtkStyleContext (*)
c3b5b35... GtkPaned: Remove unneeded call (*)
7266d0f... Make GtkPathBar use ::style-updated (*)
a975d62... Rename gtk-update-icon-cache and gtk-builder-convert back (*)
72b69ae... Don't use page_size in GtkSpinButton (*)
c874bba... GtkNotebook: fix reference to no-longer-exiting function in (*)
98b140e... Don't use GtkNotebook:tab-pack in testnotebookdnd (*)
08a99e9... Remove the deprecated GtkNotebook:tab-pack child property (*)
03b37a2... Remove pack arguments from some internal functions (*)
88501d5... Remove pack consideration from tab reordering (*)
f838ecf... Remove pack consideration from tab dnd (*)
a7bb193... Drop internal function to find page position (*)
f9d6bc6... Drop pack consideration from gtk_notebook_search_page (*)
4ea886a... Don't consider pack when allocating tabs (*)
723fede... Remove pack consideration from tab drawing (*)
32bfc98... Remove pack property altogether (*)
7352a16... Formatting fixes and whitespace cleanups (*)
58cdd6d... Removed GtkMenuItem->show_submenu_indicator flag (*)
b70589b... Reimplemented GtkCellView using an internal GtkCellArea. (*)
9882008... Added gtk_cell_view_new_with_context(). (*)
5e8e442... Fixing GtkCellView PROP_CELL_AREA_CONTEXT property id (*)
f15a589... Added gtk_menu_item_set/get_reserve_indicator. (*)
26c3f1a... Adding GtkTreeMenu class. (*)
c690402... Fixed GtkMenuItem to reserve the actual arrow size and spac (*)
963db86... Fixed GtkTreeMenu to not infinitely recurse when building s (*)
aef55bb... Added submenus to tests/testtreemenu (*)
1cacae9... Fixed trailing ';' on if statement in gtkmenuitem.c (*)
53bdca9... Adding more "small" submenus to testtreemenu (*)
6d8dfd5... Fixed GtkCellView to not clear the layout when disposing (*)
9ffaae5... Added GtkTreeMenuHeaderFunc to decide if a submenu gets a l (*)
88ec6a6... GtkCellView now watches the "row-changed" signal. (*)
438b0f7... Connected to GtkTreeModel signals in GtkTreeMenu (*)
b6b810b... Reduced code in GtkCellView by just implementing the GtkCel (*)
3a56f88... Reduced code size in GtkTreeMenu by only implementing GtkCe (*)
de59f05... Added gtk_tree_menu_set/get_tearoff to allow the root menu (*)
e628345... Fixed GtkCellView to call cell_view_set_model() and disconn (*)
84a726c... Support grid mode in GtkTreeMenu (*)
d48690c... Make GtkTreeMenu update menu item sensitivity when "apply-a (*)
e1ecd34... Added "fit-model" and "draw-sensitive" properties to GtkCel (*)
83c69f4... Implementing GtkComboBox using GtkTreeMenu ! (*)
39cf157... Fixed GtkCellView to always allocate when in fit-model mode (*)
4a5be7c... Getting closer to updating the treemenu view properly from (*)
caf1d57... Fixed inserting and deleting rows for submenus of GtkTreeMe (*)
238bf5c... Oops one of my last commits disabled some tests, re-enablin (*)
6ab29f5... Removing apis from GtkCellView (*)
2e2eb78... Make GtkCellView orientable and only allocate the cell area (*)
f101bf4... Added gtk_tree_menu_get_area(). (*)
26a6965... Aligned prototypes in gtkcellview.h (*)
bd1b4dd... Updated GtkCellView for new gtk_cell_area_context_allocate( (*)
b32ee4f... Added orientation control to the treemenu test. (*)
1193c30... Revert "Added gtk_tree_menu_get_area()." (*)
ab3b75a... Adding a combo box to testtreemenu to show the GtkTreeMenu (*)
15ac4be... Fixed combo-refactor branch for recent switch to gtk_cell_a (*)
b570954... Added aligned food menu test to testcombo.c (*)
c8b63bf... Removed calls to gtk_cell_area_context_sum_*() since they w (*)
f358dfb... Added new symbols for GtkTreeMenu and added GtkCellView api (*)
7a673b2... Added all documentation for new GtkTreeMenu (*)
e8503f6... Added GtkTreeMenu to gtk+ documentation and updated section (*)
1f1e947... Added remaining missing gtk-doc statements for GtkCellView. (*)
613545f... Fixed a broken gtk-doc statement in gtktreemenu.c (*)
85609d1... Added clarification to the GtkCellView:cell-area-context do (*)
0c9c031... Fixing GtkCellView to not strcmp() in buildable_custom_tag_ (*)
f3de78a... Fixing GtkComboBox breakage after merge, completing hand-me (*)
ee02ac5... Re-refactored GtkComboBox to not reorder the file. (*)
0198131... Removed GtkComboBoxPrivate->minimum/natural_width members. (*)
467fb0d... Fixed gtk_tree_menu_path_in_menu function which has been ma (*)
b3ff60d... Fixed GtkComboBox to let the cell-layout implementation han (*)
57857f1... Added new constructors gtk_combo_box_new_with_area and gtk_ (*)
6ae724c... Added LISTMODE env var check to testcombo.c so that one can (*)
7b2d6e5... Make GtkTreeMenu a private class: (*)
80e427c... Fixed gtktreemenu for new gtkcellareabox api. (*)
d681aa7... Fixed GtkComboBox to properly set tearoff state on delegate (*)
4ff8939... Fixed conflicts after rebasing master into combo-refactor b (*)
185744d... Mentioned that GtkTreeMenu is based on some GtkComboBox cod (*)
f5f822b... Moved GtkMenuItem private functions to the private header. (*)
68aa336... Removed TABs and trailing whitespace from GtkComboBox and G (*)
06f6f7b... Move GtkEventBox docs inline (*)
52e1722... GtkComboBox(Text): Add documentation about the entry (*)
f130db4... gail: add/remove horizontal/vertical state based on orienta (*)
0a069e1... Document DESKTOP_STARTUP_ID use (*)
ee89c60... Some documentation improvements for gtk_init/gtk_parse_args (*)
bf2a611... Mention gvfs in the gtk_show_uri() docs (*)
336d355... Some documentation additions (*)
e515bd4... Some more calendar doc additions (*)
8bdb44f... Remove an outdated doc statement. (*)
16877b4... Reduce includes of gtktypeutils.h to a minimum (*)
b5c6904... Drop explicit includes of gdkkeysyms.h (*)
7245ca8... gtkmenu: Use private pointer instead G_TYPE_INSTANCE_GET_PR (*)
c009149... Move GtkDialog docs inline (*)
deab5ff... Remove gtk_tree_menu_get_type from gtk3.types (*)
72161a0... gtkmenuitem: Use private pointer instead G_TYPE_INSTANCE_GE (*)
c770fdd... Move GtkDrawingArea docs inline (*)
3e34818... Move GtkExpander docs inline (*)
7e7d8c4... Remove deprecated gtk_quit_* API (*)
1283368... Remove GtkArg, GtkCallbackMarshal and GtkFunction (*)
98440ad... Remove gtktypeutils altogether (*)
b123bc4... Move docs for gtkmain inline (*)
e9cc9d5... Small doc cleanups for GtkCellLayout (*)
82c9013... Add gtkcellrenderer.sgml to .gitignore (*)
2690b8b... Move GtkEntryCompletion docs inline (*)
cfc70ca... Fix introspection build when builddir != srcdir (*)
a108b2b... Fix build when builddir != srcdir (*)
c97652a... Decouple GdkWindowCache life-cycle from GdkX11DragContext (*)
369b64b... Brush up configure output (*)
c1773bf... Bump version to 2.99 (*)
9ec7f51... Update NEWS for 2.99 (*)
c4f0bbb... fix documentation build (*)
5c15024... Fix gdk/abicheck.sh temporarily (*)
e608cc4... Update gtk symbol list (*)
c43a31e... API: range: Remove update policy (*)
beec484... toolpalette: Update adjustment usage for sealing (*)
fdedc8e... colorsel: Update adjustment usage for sealing (*)
c6697af... layout: Update adjustment usage for sealing (*)
79cc672... toolitemgroup: Update adjustment usage for sealing (*)
bb64831... tests: Update adjustment usage for sealing (*)
e93eb20... treeview: Update adjustment usage for sealing (*)
6ff585e... treeview: Update adjustment usage for sealing (*)
f65fa81... treeview: Update adjustment usage for sealing (*)
58fa980... textview: Update adjustment usage for sealing (*)
7d94127... testutils: Update adjustment usage for sealing (*)
2c9fad9... Update POTFILES (*)
57de2c8... Try again to fix the doc build (*)
1a8290f... Update POTFILES some more (*)
9f13312... Fix file lists in the win32 backend (*)
680b64d... Fix some parameter name mismatches in the docs (*)
f377621... Fix libgail-util doc build (*)
ebe9d07... Fix GtkCellArea:edit-widget to be of type GtkCellEditable (*)
d7af47d... Fix doc about gtk_cell_layout_get_area() (*)
3109441... Update gtk symbols list (*)
67b8f22... Remove some dropped symbols from gtk3-sections.txt (*)
3d12aca... [l10n] Updated Estonian translation (*)
e41fb77... Add padding to text attribute structs (*)
9a80100... Fixed get_size() for GtkCellRendererText to clip to the inp (*)
7799fbf... Add GtkNumerableIcon (*)
14a452a... More updates (*)
76b50a7... spinbutton: Update adjustment usage for sealing (*)
f5a3af9... scrolledwindow: Update adjustment usage for sealing (*)
8ea3372... menu: Update adjustment usage for sealing (*)
1af3a95... menu: Update adjustment usage for sealing (*)
3f1a65d... iconview: Use set_[hv]adjustment_values() also when just ch (*)
aa495f0... iconview: Use gtk_adjustment_configure() instead of g_objec (*)
a317499... iconview: Update adjustment usage for sealing (*)
2b4bb07... viewport: Rewrite adjustment modification code for sealing (*)
7210e6e... viewport: Update adjustment usage for sealing (*)
95e9f4c... range: Rewrite attachment setters to use sealed API (*)
801ba1c... range: Update adjustment usage for sealing (*)
a28be2c... gail: Update adjustment usage for sealing (*)
c731e1c... demos: Update testpixbuf-scale demo for adjustment sealing (*)
e4442c0... examples: Update dial adjustment usage for sealing (*)
a41402c... combobox: Update adjustment usage for sealing (*)
cd80f49... tests: Update adjustment usage for sealing (*)
cc879a6... textview: Update adjustment usage for sealing (*)
f79c6ba... scalebutton: Update adjustment usage for sealing (*)
e62b39c... volumebutton: Update adjustment usage for sealing (*)
d5f7b6c... gtk-demo: Undef GDK_DISABLE_DEPRECATED to make test compile (*)
b533305... tests: Update prop-editor adjustment usage for sealing (*)
3d3358b... testgtk: Rename "adj" variables to "adjustment" (*)
e1cb1b8... testgtk: Update adjustment usage for sealing (*)
96091a4... adjustment: Privateize sealed members (*)
8136481... tests: Fix compile warnings for people who don't read gcc o (*)
2e064b3... tests: Port testsocket example to not use deprecated APIs (*)
53b67b9... Drop the G_SEAL definition from gdkconfig.h (*)
f4cf52f... Translation: update Punjabi (*)
2b3b393... Another NEWS update (*)
072023e... Remove deprecated GtkSpinner style properties (*)
8219ed3... Add gtk_tree_model_iter_previous() vfunc (*)
6d483ed... Added GtkCellArea & GtkCellAreaContext to GtkIconView (*)
951ea85... Initial messy commit of GtkIconView using GtkCellArea (noth (*)
c77abe1... Committing working version of GtkIconView using GtkCellArea (*)
e51592c... Experimenting with allocating the context a different heigh (*)
2d5eadb... Alignments with variable row heights almost works perfectly (*)
a160358... GtkIconView now uses a per-row GtkCellAreaContext to store (*)
01a35e4... Added gtk_icon_view_new_with_area() (*)
d0f13ae... Fixed GtkIconView buildable custom tag end to let cell layo (*)
6036c51... Removed gtk_icon_view_get_item_area() (*)
60e5fcf... Made GtkIconView reset the context and invalidate all sizes (*)
56580d1... Restored the old GtkIconView guess for wrap-width/width siz (*)
b7c25c4... Fixed gtkiconview dispose cycle to not fire warnings. (*)
bab0f5a... Fixed GtkIconView keynav (*)
4d8c7c5... Ensure that GtkIconView items get redrawn when the focus ce (*)
a601b43... Cosmetic changes (*)
8b4b62f... Allow GtkWindow to be parented if gtk_widget_set_parent_win (*)
6299f61... Added docs to gtk_widget_set_parent_window. (*)
addcc64... Slightly less special casing in GtkWindow for gtk_widget_is (*)
69b1bfb... Added tests/testtoplevelembed. (*)
fdba9f2... Fixed issues with "hierarchy-changed" signal. (*)
2dfa855... Moved location of unsetting parent window inside gtk_widget (*)
387d745... Added buttons to notebook tabs in testtoplevelembed (*)
aa787c9... Fixed focus handling on embedded windows. (*)
93c8058... Fixed GtkWindow/GtkWidget to properly emit hierarchy change (*)
53980ac... Fixed GtkFileChooserDefault to handle cases of being in an (*)
72675f1... Changes to testtoplevelembed (*)
b8c8f2c... Fixed conflict while rebasing master. (*)
a28295a... Dont show the GtkWindow when removing it from a parent and (*)
44a9b1c... Fixed statement in gtkwindow.c when toplevelness changes. (*)
39d0a8a... Update NEWS some more (*)
f2cde4c... Move the GtkApplication example to the right place (*)
80a11b7... Documentation polishing (*)
7b88b29... Add appchooser docs (*)
2f09f80... Updated Luganda translation (*)
5984fa0... Fix introspection annotation syntax (*)
dc3d70b... Add sufficient deps to make building from 'git clean' work (*)
c396c52... Documentation fixes (*)
6619ac3... Documentation fixes (*)
f35c3fd... Undoccommentize gtktreemenu.c (*)
6cdb625... More documentation fixes (*)
7f58c57... Bump version (*)
aead0b0... Forgotten documentation fix (*)
7fc09ee... Updated Galician translations (*)
ec15c40... Support disabling X11 extensions (*)
685fe29... Fixed documentation of gtk_cell_area_set_focus_cell(). (*)
da41937... Removed special casing code in GtkCellLayout in favor of de (*)
8de4661... Set the style for .view so i.e the GtkTextView gets the rig (*)
be63255... Document that GtkModuleInit doesn't receive argv anymore (*)
c40c4a4... Updated Indonesian translation (*)
688d053... Fix gtk_tree_view_column_cell_get_position() (*)
4ed7817... Introduce gtk_tree_view_is_blank_at_pos() (*)
29b4bae... Translate KeyPress/KeyRelease in gtkplug-x11 (*)
094d4c8... Updated British English translation (*)
1ff8df1... Adding missing gtk-doc annotations. (*)
cc0a65c... docs: Fix typo in GtkWidget geometry-management documentati (*)
b761cad... Updated Spanish translation, fixes bug #638991 (*)
f9e685e... [Doc] gtk_symbolic_color_resolve()'s props arg can be NULL (*)
e0d393d... Updated Galician translations (*)
89c8e2a... Updated Hebrew translation (*)
12c4730... Small cleanup in gailtextview code. (*)
fadca18... Remove stipple attributes (*)
ab656b3... Obtain the fg color from the renderer (*)
e94b515... Updated Galician translations (*)
f506fc3... Remove recent GtkStyle usage in GtkWindow (*)
e0e36b6... Update _gtk_button_paint() arguments to GtkStyleContext (*)
455c31d... Make GtkColorButton use GtkStyleContext (*)
27c5cc8... Make GtkColorSelection use GtkStyleContext (*)
2f6514c... Make GtkHSV use GtkStyleContext (*)
6fae7c9... Make GtkFontSelection use GtkStyleContext (*)
4e73267... Make GtkPrintUnixDialog use GtkStyleContext. (*)
1850251... Make GtkImage use GtkStyleContext (*)
3dd838f... Make GtkLayout use GtkStyleContext (*)
e6277d3... Add gtk_style_context_cancel_animations() (*)
6f3706a... Make GtkViewport use GtkStyleContext (*)
5c3b49a... Ensure GtkStyleContext is generated on gtk_widget_render_ic (*)
34a7dba... Fixed GtkCellArea to never activate/start editing insensiti (*)
1fa2809... Fixed GtkCellAreaBox to not allocate invisible cells. (*)
03975b8... Added GtkBuilder support for "menu" child type of GtkMenuTo (*)
cfecb6b... Added GtkBuildable support to add "tag" children to GtkText (*)
2dafbba... Added GtkBuildable support for specifying <items> in GtkCom (*)
3f911b2... Fixed GtkEntry to report the proper default value for "prim (*)
63bb0c7... build: Use mkdir_p instead mkinstalldirs (*)
f758385... Fix doc syntax (*)
061d48b... More doc build fixes (*)
efd0e6e... Add a setter for GtkWindow.has_user_ref_count (*)
5caa2b5... Fix remaining usage of g[dk]ktargetlib. (*)
845d864... add gtknumerable.c to POTFILES.in (*)
2290ec6... Port GtkTextDisplay to StyleContext. (*)
c5a8584... CSS styles for the selection in a TextView. (*)
2ec40ca... Make GtkTextUtil use GtkStyleContext. (*)
d9dab98... GtkCssProvider: enable parsing negative GtkBorders (*)
12944d9... Do not set any padding for scrolled window children. (*)
162380f... Make GtkCalendar use GtkStyleContext (*)
de36dda... Add gtk_style_context_scroll_animations() (*)
f605d3d... Bug 639127 - Add missing gdkdisplaymanager-win32.c (*)
0a9abb0... [portability] Use G_PI rather than M_PI (*)
a67507a... Set the proper css class when getting attributes. (*)
c94912a... GtkTextUtil: Fix typo (*)
fa2bfd9... Add gtk_widget_set_device_enabled() (*)
e426f76... Fix compiler warning. (*)
42ad651... Mark gtk_widget_style_attach() as deprecated. (*)
733cb5e... Cleanup leftover code in gtkplug-x11 (*)
d5b0cca... GtkStyleContext: Do not cancel possibly unstarted transitio (*)
4c4df23... GtkThemingEngine: Fix handles rendering (*)
529fcc8... Add missing CSS class defines to gtk3-sections.txt (*)
48a4f88... Mark orientable widgets with the vertical/horizontal css cl (*)
9b752ae... Don't use deprecated style api (*)
8f6cd8d... Fix bgo #638017 Crash in gtk_text_view_set_tabs() (*)
a9a7eca... Update NEWS (*)
6d9191f... Revert accidental gtk.symbols changes (*)
62ba858... Bump version (*)
1a79d99... docs: question_index: Some documentation fixes (*)
44f16bf... docs: question_index: GtkComboBoxEntry no longer exists (*)
df2a4a6... docs: question_index: Do not reference deprecated API (*)
27ee3fe... numerableicon: fix a typo in the gtk-doc annotation (*)
44da5a0... Improve docs about GtkStyleContext padding/border/margin (*)
35d361f... 2 to 3 migration should say gtk_widget_set_visual (*)
b40dc52... tests: Remove useless calls to gtk_widget_style_attach() (*)
7fae37e... textview: Move GtkTextAttributes to its own header (*)
b43baff... textview: Move text attributes code into its own .c file (*)
04c773c... gtk: Rename private header to private name (*)
8899ab3... gtk: Remove private GtkCellAreaBoxContext symbols from gtk. (*)
b30b339... gtk: Prefix GtkCellAreaBoxContext symbols with an underscor (*)
a25813c... gtk: Add --c-include to gir build (*)
268efbc... gdk: Add --c-include gdk/gdk.h to Gir build. (*)
654aca5... gdk: Don't build X11 stuff into Gdk.gir (*)
ebd5f8b... gdk: Put stub gdkx.h into gdk/ dir (*)
b05f54f... x11: Add --c-include for gdk/gdkx.h to Gdk-X11 gir build (*)
7e33c00... gdk: Fix typo (*)
a606ea6... Fix win32 build (*)
5616ad0... [build] Add gtktextattributes.h (*)
f0b0532... Updated Hebrew translation (*)
2f3c3ca... Fix windows build from git clean and a minor linking issue (*)
908b419... Updated Arabic translation (*)
6d6b38c... Updated Arabic translation (*)
479a080... Update MSVC 2008 Project Files (*)
f792660... Update MSVC 2008 Project Files (*)
2b0b08a... stylecontext: Protect the cairo contexts with cairo_save/ca (*)
aa1f58b... _gtk_cell_area_set_cell_data_func_with_proxy: set the proxy (*)
3492b15... Fixed assertions in gtk_cell_renderer_get_aligned_area(). (*)
6ff7a8d... Make GtkToolItemGroup use GtkStyleContext (*)
c42f20e... Make GtkMenuItem use GtkStyleContext (*)
7f5349b... Make GtkImageMenuItem use GtkStyleContext (*)
f4714cc... Make GtkTearoffMenuItem use GtkStyleContext (*)
b7caeb7... Fix rendering glitch in menu radiobuttons (*)
4b61182... Make GtkCheckMenuItem use GtkStyleContext (*)
26db0b7... Make GtkMenu(Shell) use GtkStyleContext (*)
8ad724e... Deal with the abscence of horizontal/vertical class when re (*)
efae64b... Set vertical/horizontal class on all widgets overriding Gtk (*)
b6464b6... Add target version handling to gtk-builder-convert (*)
e2e7075... Redo patch in efae64b (Set vertical/horizontal class...) (*)
6a5d9b0... Updated Basque language (*)
e3304fe... Updated Basque language (*)
49a6e0c... Updated Basque language (*)
0c6251d... switch: allow the user to toggle the switch by clicking on (*)
349c3a8... Move enum docs inline (*)
76de8aa... Move GtkTreeModel docs inline (*)
0334420... Update NEWS (*)
8709c86... bump version (*)
290c34b... Try harder to find a good display name for paper sizes (*)
89eb869... Avoid crashes calling gdk_window_enable_synchronized_config (*)
cbd313c... correcting on off in gtkswitch according to bugreport:63823 (*)
eaca2ea... [l10n] Updated Estonian translation (*)
66593ef... Added warnings to GtkCellLayout when api is accessed and th (*)
04494c5... Making GtkCellLayout "no cell area yet" warning a g_critica (*)
7e29fc5... gtkshow: don't call _get_display() on a NULL GdkScreen (*)
df78c9e... Add some doc details (*)
9d85d87... Move GtkMenuBar docs inline (*)
b23839c... Add an example for custom css (*)
04248fb... Update some outdated content in the question index (*)
985b0e5... Add a migration guide section about multiple backends (*)
92c8a3e... Remove an overlooked instance of gdk drawing api (*)
890e451... GtkContainer: make "handle_border_width" member private (*)
8ba35bc... Add --warn-all to introspection scanner args (*)
9d14edf... Add --include-uninstalled for the gdk gir (*)
e62b68f... Add EXPORT_PACKAGES for the girs (*)
d0f5157... Updated Galician translations (*)
6f4adeb... gtk: render GtkEventBox' background in the right state (*)
7083570... make the ms-windows engine compile again (*)
35644ca... Added UG translation (*)
06864ba... Move GtkMenuShell docs inline (*)
6cf78a1... Move GtkTextTag docs inline (*)
00a3685... Move GtkPrintJob docs inline (*)
abc8ac1... Move GtkSelection docs inline (*)
d8d31c6... Drop never-updated revision attributes (*)
1cba796... Add --enable-gtk2-dependency option (*)
8f6a844... Implement the editing-canceled property in GtkCellEditableE (*)
d790fd4... Update information about visuals (*)
867dc0b... Avoid a critical warning during tab DND (*)
e9319c6... Merge ssh://git.gnome.org/git/gtk+ (*)
8e420bc... Unify handling of prelighted icons (*)
ccc3d87... Add accessors for GtkRange::round-digits (*)
cc92d6d... Fix a typo (*)
22876d7... Fix a typo (*)
4392c0e... Updated Norwegian bokmål translation (*)
77ad509... Add missing files (*)
fed55ea... Updated Norwegian bokmål translation (*)
ac61edb... Avoid calling gtk_widget_is_visible(NULL) in _gtk_notebook_ (*)
46f0994... docs: gtkwidget: Add some "Since: 3.0" (*)
9f78fd2... Updated Basque language (*)
85fe2ce... Gtk{List,Tree}Store: Fix GI array annotations (*)
27e8df0... [l10n] Updated Estonian translation (*)
f793626... [l10n] Updated Estonian translation (*)
4a5c435... Plugging memory leak in GtkCellArea (free ->style_detail at (*)
c35fb70... Plugged memory leak in gtk_style_finalize (destroy the ->ba (*)
9438107... Plugged leak in gtkcssprovider.c (*)
a530f88... Plugged leaking PangoFontDescriptions in gtk_modifier_style (*)
d9ebdb7... Plugged memory leak in gdk_x11_device_manager_xi2_list_devi (*)
6893aa9... Updated Galician translations (*)
837583e... Updated Spanish translation (*)
477ff06... Updated Spanish translation (*)
c444ccf... Updated Spanish translation (*)
e28a269... Improve progressbars theming. (*)
0e77486... Make GtkEntry set the style context state. (*)
07e6222... Make GtkFrame propagate the "frame" style class to its head (*)
f482d4d... Ensure harder a GtkStyleContext has a theming engine anytim (*)
62fd79b... Do not set junction sides to the entry frame in spinbuttons (*)
5f43a51... Make gtk_widget_get_path() also add all persistent style cl (*)
2f207ca... Make selectors with no explicit state from higher priority (*)
2bd38dc... Move GtkFixed docs inline (*)
4dab3a6... Move GtkMenu docs inline (*)
09d395f... Move GtkFileFilter docs inline (*)
77ff699... Drop gtk-builder-convert (*)
9f895aa... Make symbolic icons work again (*)
234b3b2... Annotate GtkIconView array arguments (*)
cb0fac7... Fix memory leak in gtk_window_group_list_windows (*)
a29b4c6... Fix case (s/A/a) in translatable string (Select A Folder) (*)
64c79c1... Fix a combo refactor regression (*)
ebb18e6... Updated Hebrew translation. (*)
b208b9c... Fix GtkIconView GI annotations (*)
fe687e7... Add testcases for opening display (*)
bb76623... Don't set the default display to NULL (*)
6095598... Consistently use PKG_CONFIG in macros (*)
34b573b... Fixed gtk_calendar_get_date annotations: Added missing (out (*)
e6a51e4... More accurate fix for GtkTreeMenu regression. (*)
714d9bc... GtkImage: Add "use-fallback" property (*)
729c823... [GI] Mark callbacks' context parameter with (closure) annot (*)
204d1fd... [GI] Make argument names in vfunc decls consistent with inv (*)
6d5cdad... [GI] Annotate strings holding file paths as (type filename) (*)
fe372dd... [GI] Add missing (allow-none) annotations (*)
a1c297a... [GI] Cosmetic cleanups of annotations and doc comments (*)
da27cae... Updated Hebrew translation. (*)
474ed78... update Punjabi Translation (*)
687ac4d... Don't displace background for spinbuttons in the theming en (*)
f430a30... Make GtkCheckButton/GtkRadioButton background white again (*)
0c5ceaf... Set horizontal/vertical style classes to GtkRanges (*)
0b74965... Make GtkCssProvider deal with widget types not being in pla (*)
ce1244f... Add a paragraph explaining events and signals (*)
ceeaf18... Add a packing example to the tutorial (*)
80e1340... Add a drawing example to the tutorial (*)
f710cca... gail now provides toolkit = gail as an AtkAttribute of all (*)
cbbfe48... [GI] Added missing (transfer none) annotation to gtk_tree_v (*)
d45a011... Fix linking of drawing example (*)
0a5e8ce... Mention type vs region ambiguity in the docs (*)
920e8b4... Merge branch 'master' into broadway2
07db0e3... [broadway] Make broadway build with new gdk-backend setup
(*) 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]