[gtk+/bgo593793-filechooser-recent-folders-master] (837 commits) ...Menu item to visit the selected files in recent-files mode
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/bgo593793-filechooser-recent-folders-master] (837 commits) ...Menu item to visit the selected files in recent-files mode
- Date: Mon, 5 Sep 2011 19:35:00 +0000 (UTC)
Summary of changes:
246a7ec... box: Remove cache for sibling paths (*)
ba76f54... reftests: Add test for box brokenness (*)
3c46df5... Updated Hebrew translation. (*)
84e6f35... reftests: load/save file once in Glade (*)
ace4faa... reftests: Fix label-sizing reference for Pango (*)
769c795... reftests: Use an offscreen window to avoid artifacts (*)
646a657... Update NEWS (*)
66d8b6b... 3.1.8 (*)
28398e2... Post-release version bump (*)
842b1de... Updated Persian translations (*)
ee606d1... gail: Include files directly (*)
3ec9e6c... gail: No need to include modules/other in CFLAGS anymore (*)
df2e122... gail: Move from modules/other/gail to gtk/a11y (*)
b6025e4... gail: Copy gail-util functions into gail (*)
48b9521... gail-util: Move into toplevel directory (*)
8c32d2d... gtk: Move a11y tests fro a11y/tests to tests/a11y (*)
773df06... gtk: Include gail by default, don't build it as a module (*)
d3ab2fe... Remove the old gail tests (*)
813b2c0... And remove it from the build too (*)
8bbab02... Add a first, trivial test for accessibles (*)
f1bf642... We're not a module anymore (*)
9453332... NO_GAIL not used anymore (*)
d4a1a03... No need for gail.h (*)
dfe5459... a11y: Remove unused HTML objects (*)
9ebcd66... widget: Add a GtkWidgetClassPrivate (*)
ebf8bf0... API: Add gtk_widget_class_set_accessible_type() (*)
f76c439... tests: Add first shot at an accessibility dump tool (*)
5c1b0b0... Add a test that has a labeled-by relation in it (*)
3f01b42... Add a test that sets ::accessible-name (*)
667504d... Add new tests to EXTRA_DIST (*)
d36d617... Dump more accessibility data (*)
f3ae93a... Add a more convenient way to dump (*)
5952c6a... Don't forget to free an empty attribute set (*)
784e4a8... Remove an extra line from expected output (*)
bd6b799... Fix make check (*)
9860acf... Remove remnants of GnomeCanvas (*)
76f71b8... Dump AtkText properties too (*)
58b4b41... More text properties (*)
22fc55f... Dump AtkImage properties too (*)
a6d741b... Dump AtkAction properties (*)
913c524... Dump AtkSelection properties (*)
6641ae8... Add a test involving a selection (*)
2672a3a... Dump AtkValue properties (*)
0740876... Add a test involving ranges (*)
0311ffe... Fix some problems with the GailLinkButton implementation (*)
97ddbb5... Dump AtkHyperLinkImpl properties (*)
57fc8f1... Add a test involving links (*)
bdab7cc... Fix the expected output for range.ui (*)
901395d... Dump AtkStreamableContent properties (*)
04d6c99... Add a test involving a text view (*)
570c185... Make the dumped output a bit more readable (*)
52aa225... Dump AtkComponent properties (*)
eb60a7e... Dump AtkTable properties (*)
4dfb500... Add a test involving a tree view (*)
054057a... Fix GtkSwitchAccessible type definition (*)
17e219f... Remove debug spew (*)
fd5ceee... tests: undefine GTK_DISABLE_DEPRECATED as we include deprec (*)
5449ec0... gail: Fix compile warning (*)
4227a63... widget: Use g_type_add_class_private() (*)
b6bd3ef... tests: Add line breaks when dumping text attributes (*)
98a11ce... tests: omit fg-color and bg-color values from attributes (*)
8fdcb60... Don't build the libgail-util docs (*)
dbf204b... Handle AtkValue implementations that return integer values (*)
5ebbf00... Try harder to generate names for accessibles (*)
0f8823b... Fix dependencies between directories (*)
7f44184... GailImageCell: Deal with absence of pixbufs (*)
ffb6df5... GailTreeView: deal with absence of model (*)
56100a0... Remove debug spew (*)
dfb8fa9... Add a filechooser testcase (*)
ac8e000... Add a scrollbar to the range testcase (*)
f59b9e5... Add a color chooser testcase (*)
4dfc4fb... Add an about dialog testcase (*)
0f2c739... Add a README for accessibility-dump (*)
4149124... Add a testcase with an appchooser dialog (*)
c950bd5... Add a testcase involving a font selection dialog (*)
b2e624c... Add a messagedialog testcase (*)
5a257fe... Add a testcase with a print dialog (*)
1783b5c... Add a testcase involving an expander (*)
b9c0d22... Add an assistant testcase (*)
317d7a1... docs: Remove mention of client messages (*)
a65cb51... gail: Remove useless code (*)
9ddea3f... a11y: Remove hack for old code (*)
26a2cfe... tests: Fix crash due to freeing random pointers (*)
521f9e2... gail: Add support for action_set_description (*)
4c0814a... tests: Reset the unnamed counter before a test run (*)
d346be9... tests: Don't emit a message for every unnamed object (*)
aaa40bd... Revert "Add a testcase involving a font selection dialog" (*)
a3ca0bf... Revert "Add a filechooser testcase" (*)
a8f663c... Revert "Add a testcase with a print dialog" (*)
4573659... Don't pass NULL to functions expecing a real string (*)
3cc413e... Add a testcase for all the pickers (*)
96d5ea9... Add a lockbutton testcase (*)
5d84495... Add a GtkSpinner testcase (*)
f2d6439... Add a GtkProgressBar testcase (*)
8aced27... Add an infobar testcase (*)
430957b... Add a calendar testcase (*)
23bc606... a11y: add a treeview performance test (*)
2deeab4... GailTreeView: optimize a bit (*)
fb91fd7... tree-performance: test with tree stores too (*)
9d4ce36... Statusbar testcases (*)
55d8a68... Paned testcase (*)
2610a43... iconview testcase (*)
743cb1f... spinbutton testcase (*)
e80e585... Forgotten file (*)
a0790f1... Remove gail_widget_new() (*)
a381fd2... GailLabel -> GtkLabelAccessible (*)
ec7c50e... Add some AtkText tests (*)
437aacc... Test lots of boring string functions (*)
91960a2... Add a testcase for a very old bug (*)
441bf26... GtkLabelAccessible: remove broken workarounds (*)
dddf587... GtkLabel: freeze property notification where appropriate (*)
828d70c... GtkLabelAccessible: remove redundant check (*)
3edebfb... GtkSpinner: set a suitable role for the accessible (*)
1b8c38f... GtkHSV: set a suitable role for the accessible (*)
56ebb3d... a11y: Remove setters for row description/header (*)
44e4b94... a11y: Make treeview header and caption no longer settable (*)
5ec01aa... a11y: Remove setters for column description/header (*)
504c0fd... messagedialog: Initialize style values in init() (*)
889b271... GtkLabel: factor out two getters (*)
db2da1d... Sort text attributes alphabetically in dumps (*)
53535f0... Replace the boundary test (*)
1f2b8a6... Add some aux. pango api to help AtkText implementations (*)
1164ceb... GtkStyleContext: add some aux. a11y api (*)
c74ccbb... Port GtkLabelAccessible from GailTextUtil to GtkPango api (*)
0437677... Update test results (*)
f0715f4... Expand the insert/delete text (*)
3744742... Remove debug spew (*)
81c809e... Add some more basic tests (*)
ca5db10... Add some tests for selection handling (*)
c2d1e3e... Avoid warnings in clipboard code (*)
918514d... First cut at GailEntry -> GtkEntryAccessible (*)
6c7e858... GtkSpinButtonAccessible: Coding style cleanups (*)
52a2e1e... Trivial whitespace fix (*)
b83ee1e... Allow use of private api in a11y/ (*)
7872c2c... GtkEntryAccessible: port from GailTextUtil to GtkPango (*)
5398a16... Add a test for entry signals (*)
a1cf231... Fix up signal ordering issues in GtkEntry (*)
212241f... GtkEntryAccessible: Rework text_changed handling (*)
99a5456... Purge traces of insert idle handler (*)
442ec1b... GtkEntryAccessible: Clean up the AtkAction implementation a (*)
ca166c9... Remove a bit of dead code (*)
2f758b9... GtkEntryAccessible: shorten some function names (*)
5d38185... Skip line-related tests for GtkEntry (*)
3e84cc9... GtkLabel: optimize away some ::notify emissions (*)
262e598... GtkLabelAccessible: some selection handling fixes (*)
2358be7... Minor optimization (*)
abe6c28... Add some texts for text selection signals (*)
0ca4209... a11y: Remove AtkText implementation from GailExpander (*)
bbda677... a11y: Remove AtkText implementation from GailMenuitem (*)
d0f0d4c... a11y: Export the printed value of a scale as the descriptio (*)
447fae8... Revert 'Insert an LRM, to prevent -20 to come out as 20- in (*)
e510d5b... cellareacontext: Don't ever return -1 for preferred sized (*)
a5b08ea... gail: Remove AtkText implementation from GailScale (*)
e81657c... tests: Add an a11y test for scales (*)
3f9d39f... Initial move GailTextView -> GtkTextViewAccessible (*)
786ade7... GtkLabelAccessible: avoid some pointless variables (*)
42cc6ad... GtkEntryAccessible: Slight simplification of attribute hand (*)
ce793bd... GtkTextviewAccessible: some initial cleanup and code rearra (*)
fea49ed... a11y: Update tests after removing AtkText from GailRange (*)
787170c... a11y: Update tests after removing AtkText from GailExpander (*)
64d4b76... a11y: Make it compile again (*)
a2dbfaf... stylecontext: #include <math.h> when using math functions (*)
3e6fc74... tests: Update range tests for slider value in description (*)
5fb86cf... Convert GailScale to GtkScaleAccessible (*)
ab8d94d... Convert GailArrow to GtkArrowAccessible (*)
4a7a667... Drop GailSeparator (*)
103b973... Adapt to expected output to recent changes (*)
6aedf8f... Remove GailCalendar (*)
1ef996c... Remove GailBox (*)
a129392... Convert GailFrame to GtkFrameAccessible (*)
eebf34d... Update test results for recent changes (*)
87195bc... Convert GailScrollbar to GtkScrollbarAccessible (*)
a166051... Convert GailProgressBar to GtkProgressBarAccessible (*)
2152424... Convert GailImage to GtkImageAccessible (*)
d15319b... Convert GailLinkButton to GtkLinkButtonAccessible (*)
aa29186... GtkTextBuffer: Add accessible api (*)
5f6ed88... GtkTextViewAccessible: get rid of GailTextUtil usage (*)
7f58482... Convert GailRange to GtkRangeAccessible (*)
c750139... Convert GailPaned to GtkPanedAccessible (*)
369b4a6... GtkLabelAccessible: drop an unneeded include (*)
e2847d9... Convert GailRadioButton to GtkRadioButtonAccessible (*)
9891813... Drop an unneeded include (*)
1ff2076... GtkAdjustment: add an auxiliary function (*)
f54cc70... Nuke GailAdjustment (*)
a8b67d2... Convert GailToggleButton to GtkToggleButtonAccessible (*)
583a5e4... Drop another unused include (*)
13e8bac... Convert GailScaleButton to GtkScaleButtonAccessible (*)
f052710... Remove old files (*)
3ab623e... Fix a test crash (*)
fecefc6... Drop use of gail_return_if_fail (*)
53c90ce... Convert GailScrolledWindow to GtkScrolledWindowAccessible (*)
e4dc06b... Add a test for scrolled window child count (*)
48c3d8e... Drop gail-private-macros.h (*)
0b952dc... Emit the same changed_children details as everybody else (*)
ac10ac6... Add more child-handling related tests (*)
52c0933... a11y: Use simple code for window name change tracking (*)
8e28e22... a11y: Do actions on cells immediately (*)
6b02119... a11y: Remove "press" and "release" actions from buttons (*)
7c00940... a11y: Use gtk_button_clicked() to click a button. (*)
05d7260... a11y: Remove idle handler from GailButton (*)
55dec3a... a11y: Remove idle handler for combo box action (*)
3e49e23... a11y: Remove idle handler for expander actions (*)
fdc4011... a11y: Remove idle handler from menuitem action (*)
9cf9abd... a11y: Redo notebok page lifetime management (*)
790d8e3... a11y: Redo notebook page management (*)
f59cb0e... a11y: Keep the gail notebook in the notebook page (*)
5d57716... a11y: Make notebookpage emit child-added signal sync (*)
e02a940... Silence compiler warnings (*)
3ea8cfc... tests: Add assert to accessibility-dump (*)
4ca42d9... tests: Fix compiler warnings (*)
e032406... tests: Make accessibility-dump output selected children by (*)
2f744db... tests: Don't print selection count (*)
7371e3f... Convert GailComboBox to GtkComboBoxAccessible (*)
b0915a6... Add more children tests (*)
6012f09... Convert GailTreeView to GtkTreeViewAccessible (*)
318192b... Convert GailNotebook to GtkNotebookAccessible (*)
0bbe09a... Avoid excessive child_changed::added emissions (*)
8bb24a9... Don't overwrite roles (*)
9a0fd43... Convert GailNotebookPage to GtkNotebookPageAccessible (*)
ff5eb4a... Convert GailStatusbar to GtkStatusbarAccessible (*)
6087131... Add a placeholder-text test (*)
896769d... Convert GailExpander to GtkExpanderAccessible (*)
2d65544... Add a test for menus (*)
64b9599... Convert GailRadio(Sub)MenuItem to GtkAccessible classes (*)
209a2d1... Convert GailCheck(Sub)MenuItem to GtkAccessible classes (*)
3459dc4... Convert Gail(Sub)MenuItem to GtkAccessible classes (*)
254538b... Drop unneeded includes gailtextutil.h (*)
a311338... Drop unneeded includes of gdkkeysyms.h (*)
8432ea3... Convert GailButton to GtkButtonAccessible (*)
ed08bac... Convert GailWindow to GtkWindowAccessible (*)
0e2f327... Convert GailMenu to GtkMenuAccessible (*)
64eec8a... Convert GailMenuShell to GtkMenuShellAccessible (*)
89e57c6... Convert GailContainer to GtkContainerAccessible (*)
775ccf3... Initial conversion of GailWidget to GtkWidgetAccessible (*)
f839379... Drop the atk_component_add/remove_focus_handler implementat (*)
e6251f0... Move GtkSpinnerAccessible to a11y/ (*)
eb81d45... Move GtkSwitchAccessible to a11y/ (*)
b61043d... Change the toolkit attribute from gail to gtk (*)
5559242... Change the toolkit name in GailUtil to 'gtk', too (*)
5a10e9b... Add an initial focus handling test (*)
b83122d... Drop use of factories for cell accessibles (*)
3fb86e1... Verify that notify::accessible parent is emitted (*)
5d90ca3... Set accessible parents of notebook children (*)
e1463ab... Silence compiler warnings (*)
2980659... Add api for setting the layer (*)
38f34f4... GtkSeparatorMenuItem: Drop the accessible factory (*)
511eb79... Update expected test output (*)
9f88efd... Drop the factory from GtkAssistantAccessible (*)
521807f... Drop the factory from the icon view accessible (*)
57874f7... Update assistant tests (*)
ba0bc46... Fix the build (*)
f90f285... Fix few typos in the migration docs (*)
ad0c0b8... Do not initialize the priv pointer before check type (*)
8a84056... gtktreeviewaccessible: free the string in the correct posit (*)
2c51d76... Fix two typos in Makefiles (*)
2870b58... a11y: Don't use an idle handler for entry actions (*)
ccbe6c8... range: Do not use idles to trigger actions (*)
8efc350... a11y: Remove set_description handling from GtkSwitch (*)
659d24c... a11y: Remove idle handler for switch action handling (*)
eeae39d... a11y: Simplify code (*)
4abbe4c... a11y: Use the canonical way to connect to signals (*)
768b192... modules: Blacklist gail (*)
87c33fa... tests: Update text test for textview (*)
30930e6... a11y: Redo TextView cursor/selection signal handling (*)
32e00d1... Use AM_CPPFLAGS instead the obsolete INCLUDES (*)
70b8f8f... assistant: Use gtk_widget_class_set_accessible_type() (*)
5521131... menuitems: Use submenuitem accessible exclusively (*)
7b2f894... styleproperty: Fix leak (*)
d5dad34... a11y: Fix leaking of state sets (*)
15ab20f... a11y: Make submenu code handle non-existing submenus (*)
a24ec15... gtkpango: Count letters properly (*)
d1b0ae6... Drop an unneeded include (*)
a38d119... Drop gail_misc_buffer_get_run_attributes (*)
f02812c... asd (*)
13db79d... docs: fix building for libgail-util (*)
245c177... Revert "docs: fix building for libgail-util" (*)
b3c3a7c... Revert "asd" (*)
c344880... tests/a11y/Makefile.am: Use AM_CPPFLAGS instead deprecated (*)
7d1bad4... Added UG translation (*)
a47528f... Clarify that gtk_builder_connect_signals can only be connec (*)
1fdfb18... iconview: make it possible for selected cells to render a b (*)
b80fb88... Merge bgo593793-filechooser-recent-folders-master branch. (*)
fabc5a9... gail_misc_add_attribute no longer used outside gailmisc.c (*)
77db52a... We're no longer a module (*)
704dd83... Fixed bug #654125 "gdkoffscreenwindow set any impl handlers (*)
2cdac47... gtk.symbols: remove remaining G_GNUC_ decorations (*)
a7190d1... No longer need to strip the decorations when generating gtk (*)
db1eeb0... Drop gailtextutil from gtk/a11y (*)
64d3314... Drop now unused gail_misc API (*)
9979e2a... Drop remaining uses of gail_misc api (*)
56fb725... Convert GailToplevel to GtkToplevelAccessible (*)
4c76d9f... Separate GailUtil and GailMisc (*)
d7ded58... Clean up gailutil.c a bit (*)
182b6f7... This is more horrible than I had realized (*)
a71b892... Add a test for AtkUtil functions (*)
06b1362... gtkaccelmap: the data gtk_accel_map_foreach needs to be ann (*)
05eb411... a11y: Fix warnings when removing widgets that don't have ac (*)
ccaa0af... filechooser: Fix set-but-not-used warning from gcc (*)
2aeb704... Drop the fake GailUtil subclass (*)
dc8d64d... Add a forgotten static (*)
88537fb... Another forgotten static (*)
6715652... Another forgotten static (*)
d98622b... Reduce the number of unwanted exports (*)
3846a59... Drop a few more unwanted exports (*)
4d17ff9... GtkAssistant doesn't notice destroyed pages (*)
0746145... Convert GailCell to GtkCellAccessible (*)
1da67a2... Convert GailContainerCell to GtkContainerCellAccessible (*)
3688c1a... Convert GailBooleanCell to GtkBooleanCellAccessible (*)
920c1c4... Convert GailRendererCell to GtkRendererCellAccessible (*)
7ddf0df... Convert GailImageCell to GtkImageCellAccessible (*)
4e5629b... Convert GailTextCell to GtkTextCellAccessible (*)
ddfa756... Convert GailCellParent to GtkCellAccessibleParent (*)
a20c7ed... Avoid unnecessary includes (*)
9f58645... Avoid compiler warnings (*)
1803e1b... Avoid compiler warnings (*)
8831231... Avoid more compiler warnings (*)
634e95e... Avoid more shadowing warnings (*)
07380c1... Make all of a11y/ compile with -Wshadow (*)
9586305... Updated Spanish translation (*)
6c6dab9... Updated POTFILES.in (*)
207c485... Updated Spanish translation (*)
b81826f... Updated Spanish translation (*)
d55728c... Updated Galician translations (*)
8f9493d... a11y: Make menuitem accessible return ROLE_MENU when it has (*)
a82cbf2... a11y: Don't advertise ROLE_MENU in submenuitems (*)
17d5afc... a11y: Only advertise action if menuitems are selectable (*)
375eb8e... tests: Add a test for menus (*)
ad9da27... GMountOperation::show-processes support for OpenBSD using k (*)
86fcb8b... Add gtk_assistant_remove_page (*)
bf70fbb... Drop an unneeded include (*)
91bfe9f... Make gtk_container_remove work for assistants (*)
5556ae9... Don't install any gail headers (*)
08e62ba... Add a test for atk_get_root() (*)
afd0726... Updated Norwegian bokmÃl translation (*)
f1ca0ee... Log to recent-files when confirming the file chooser (*)
5a7335c... Updated Latvian translation. (*)
754a107... Updated Latvian translation. (*)
611104b... Updated Polish translation (*)
a32be5d... Don't include unistd.h unconditionally (*)
8b8070e... Update VS 2010 property sheet (*)
e472469... [l10n] Updated German translation (*)
afc6aa8... [l10n] Updated German translation (*)
b53f602... Save selection to recent-files in the asynchronous Save cas (*)
9a212b3... Add a getter for the accessible type of a widget class (*)
5ab8120... Added VS projects for a11y and libgail-util (*)
cbc593b... Dist the VS 2008 a11y/libgail-util projects (*)
86794ce... Bug 653450 - gtkfilechooser crashes when added favorite (*)
88a18a2... quartz: Remove call to deprecated gdk_pointer_ungrab (*)
d8c00cd... Revert "Add a getter for the accessible type of a widget cl (*)
3e05518... Drop unneeded includes (*)
7c2414e... Drop private GtkAccessible api (*)
3cc22ee... Add some GtkAccessible documentation (*)
b5f4a56... Updated Hebrew translation. (*)
1f264dd... Don't use deprecated style api (*)
f90c154... gdk/x11: Add gdk_x11_device_get_id() (*)
6aab48e... gdk/x11: Add gdk_x11_device_manager_lookup() (*)
b5f3014... x11: Skip GenericEvents with no cookie data in the xi2 devi (*)
7741f5a... theming-engine: Adjust register_property() to recent glib c (*)
102faa3... GtkLabelAccessible: avoid extra selection-changed emissions (*)
ffa112d... Add an initial focus testbed (*)
69e594f... Updated Lithuanian translation. (*)
bb4c98b... Updated Lithuanian translation. (*)
25a4e8e... Don't return a value from a void function (*)
dc2ae6c... Don't emit a nonexisting signal (*)
e756b2e... Use canonical names (*)
095ea84... Make destroying assistants work again (*)
2da37ba... Don't run testfocus in 'make check' (*)
f9c4977... Update expected test output (*)
2b5140c... Avoid a compiler warning (*)
6d33c78... Get rid of the focus_gtk vfunc (*)
3bfa69f... Don't use object data for layer (*)
1f4b524... assistant: Use gtk_container_remove() when removing pages (*)
54e1caa... a11y: Remove separator menu item special case (*)
c0df6f9... menushell: Use GtkMenuShellAccessible as a11y object (*)
b17ad13... API: Add gtk_widget_class_set_accessible_role() (*)
8815ccf... calendar: Use gtk_widget_class_accessible_set_role() (*)
017d02b... hsv: Use gtk_widget_class_accessible_set_role() (*)
094785b... separator: Use gtk_widget_class_accessible_set_role() (*)
b61a200... separatormenuitem: Use gtk_widget_class_accessible_set_role (*)
9c81336... widget: Reset the accessible role when a new accessible typ (*)
299b3be... filechooserdialog: Use gtk_widget_class_set_accessible_role (*)
2e57013... colorsel: Use gtk_widget_class_set_accessible_role() (*)
6379faa... dialog: Use gtk_widget_class_set_accessible_role() (*)
c40875a... messagedialog: Use gtk_widget_class_set_accessible_role() (*)
27f9682... fontsel: Use gtk_widget_class_set_accessible_role() (*)
480b586... plug: Use gtk_widget_class_set_accessible_role() (*)
d9bfa56... tearoffmenuitem: Use gtk_widget_class_set_accessible_role() (*)
96245d4... viewport: Use gtk_widget_class_set_accessible_role() (*)
9c30ae0... toolbar: Use gtk_widget_class_set_accessible_role() (*)
f2626b6... menubar: Use gtk_widget_class_set_accessible_role() (*)
0c9b046... accellabel: Use gtk_widget_class_set_accessible_role() (*)
d5ef844... checkbutton: Use gtk_widget_class_set_accessible_role() (*)
438b78a... a11y: Remove gtkradiomenuitemaccessible.[ch] (*)
fa16a54... a11y: Rename radiosubmenuitem to radiomenuitem (*)
77f411c... a11y: Remove gtkcheckmneuitemaccessible.[ch] (*)
9306b26... a11y: Rename checksubmenuitem to checkmenuitem (*)
b0e836e... a11y: Merge gtksubmenuitem into gtkmenuitem (*)
fd705ce... progressbar: Fix a signed/unsigned comparison (*)
68ebc77... styleproperties: Add an unset vfunc to style properties (*)
6aa000f... styleproperties: Add unset functions for shorthands (*)
20c6acf... reftests: Add test for recent fix (*)
1cdb47d... notebook: Remove the homogenous private member variable (*)
cb34cfe... Updated Slovenian translation (*)
ebadb36... notebook: Remove unused private member variable (*)
0141651... css: Use the correct free function (*)
5eefc37... cssprovider: @import <string> is valid CSS (*)
b8465d2... cssprovider: Get the location right for semicolon warnings (*)
1a76304... cssprovider: Emit an error when parsing a binding fails (*)
15674c5... tests: Move stylecontext CSS tests (*)
75a43bb... tests: Move empty css parser test to new CSS tests (*)
dc01496... Update Visual Studio Project Files (*)
4ead7b6... Switch to g_format_size() (*)
5a1f371... cssprovider: Fix names for first and last child pseudo clas (*)
4f5e69f... tests: Fix whitespace between url and ( (*)
d314709... tests: Declare previously invalid CSS as valid now (*)
9e36bea... styleproperty: An unnamed engine equals the default engine (*)
b0b287f... themingengine: Use the default way of indicating privates (*)
a02b820... tests: Remove unused file from EXTRA_DIST (*)
b3f03d0... roundedbox: Clamp border radius to box size (*)
db66618... reftests: Add test for border radius clamping (*)
5a1e157... styleproperty: dump image surfaces as PNG data URLs (*)
72bc10a... css: Ensure that font shorthand parsing sets font name and (*)
9062060... css: Don't print both border-image-repeat values when they' (*)
47635a2... themingengine: Return NULL for nonexistant theming engines (*)
d56e8c8... tests: Move declaration tests to new test infrastructure (*)
b2d679a... configure.ac: Bump glib required version (*)
91706f7... Don't use deprecated G_UNICODE_COMBINING_MARK (*)
0388781... XK_Num_Lock is called GDK_KEY_Num_Lock in this source tree. (*)
edcce8e... Updates for 3.1.10 (*)
71a70a7... Use generic marshaler (*)
0b4d843... Bug 654266 â No longer possible to set empty text on a Gt (*)
d82aeb8... tests: Fix stylecontext test that we changed semantics for (*)
a03ab23... Keep building libgail-util docs for now (*)
b555a97... Drop non-existing functions (*)
f7e927b... Try to make the docs build again (*)
ec72283... some minor doc fixes (*)
1171696... More updates (*)
ecd5f73... build: Fix makefile for new location of test image (*)
c10c08d... [l10n] Updated Italian translation (*)
749b6cc... Fix make dist (*)
c3be601... Towards a working distcheck (*)
3f07c44... post-release bump (*)
07f5253... Updated Russian translation (*)
2937a87... Ditch some long dead perl cruft (*)
28cb6f4... Fix up last commit (*)
e8486fd... gtkstyleproperty: fix small memory leak (*)
2983f3f... Update gtk_widget_get_accessible() docs (*)
b7abf0b... Mention the demise of gail in 3.2 release notes (*)
8a544d5... Move GtkBuildable implementation up before accessibility (*)
fadd58a... Drop GtkIconViewAccessiblePrivate (*)
625947f... Use G_DEFINE_TYPE for GtkIconViewAccessible (*)
26a040e... Drop some grandiosity from the AtkAction implementation (*)
a4560cd... Rework AtkText implementation (*)
2c6c0fe... Minor cleanups (*)
093612a... Use G_DEFINE_TYPE for GtkIconViewItemAccessible (*)
786521d... Bug 655074 - Fix crash with undecorated windows on MacOS Li (*)
b0dd7e1... widget-factory: small tweaks (*)
8d69f3d... Bug 508601 - Copying from GTK+ applications causes crash (*)
af00ca8... Merge branch 'bgo593793-filechooser-recent-folders-master' (*)
39a4017... Fixed a string in Brazilian Portuguese translation (*)
ceca333... quartz: Remove MAC_OS_X_VERSION_MIN_ALLOWED ifdef (*)
c9f6c76... quartz: return modifiers instead of an event mask ... (*)
a979e41... quartz: remove _gdk_quartz_events_get_current_event_mask (*)
58ba8a7... quartz: use already existing current_button_state variable (*)
dca9db1... Bug 655545 - condition can never be true in gtk_tree_view_r (*)
0893a3f... Enable introspection of X11-specific functions and methods (*)
21a5b03... Add annotations so that methods are properly paired to obje (*)
bb09982... Avoid introspection scanner warning on GtkPlug and GtkSocke (*)
48d859b... Updated Swedish translation (*)
6c64427... Updated Swedish translation (*)
d4b9925... Merge branch 'bgo593793-filechooser-recent-folders-master' (*)
94782e9... Fix polling for new data in cups print backend (bug #599664 (*)
92e1d27... Fix warning (*)
5bfef8c... GtkAppChooser: improve grammar in short_description (*)
17f99f6... GtkGrid: Add a way to insert rows or columns (*)
d324a99... Fix entry drawing in the presence of margins (*)
7e22b46... combobox: add a "combobox-entry" style class for comboboxes (*)
99080af... Language improvements (*)
6596dbf... Updated Spanish translation (*)
2ba9c4b... Make focus rectangles optional (*)
c4a5c99... Fix cut-and-paste error in GtkEntryAccessible/GtkLabelAcces (*)
9e89bf3... Remove local copy of introspection.m4 (*)
c7bcef4... widget: Add transfer annotation for gtk_widget_set_window (*)
9d269bd... settings: use the right RC parser for the gtk-visible-focus (*)
4cdc14d... Updated Bulgarian translation (*)
8afe902... configure.ac: Bump gdk-pixbuf required version (*)
c4008df... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
991b782... Fix incomplete > entities in docs. (*)
7862187... Updated Spanish translation (*)
fc7dfd7... Bug 655122: Detect OSX version for handling version-depende (*)
f84c787... Bug 655122: Lion Crashes during resize (*)
c3e0a00... [gi] annotate gdk_container_set_user_data to take a GObject (*)
d86c148... gtk-demo: Fix the path to demo sources for the win32 build (*)
bd26ce1... Install gdk/win32 headers (*)
508353f... Do not manually create empty label (*)
99686a2... Added gtk_text_iter_assign API (*)
4f38ff9... GtkFontChooser: Remove all cruft from the current GtkFontSe (*)
9702e7c... GtkFontChooser: Add private members to GtkFontSelectionPriv (*)
810eda9... GtkFontChooser: Create fundamental widgets for the new GtkF (*)
d46d1d7... GtkFontChooser: Avoid using show_all explicitely (*)
1b302d3... GtkFontChooser: Added main treeview (*)
0c721d9... GtkFontChooser: Create alignment for the preview entry (*)
f59b746... GtkFontChooser: Adding the alignment to the selection (*)
f0eef60... GtkFontChooser: Adding the preview (*)
6c44e85... GtkFontChooser: Added slider and spin button (*)
8a4cda7... GtkFontChooser: Setting the height of the preview and have (*)
48473b4... GtkFontChooser: Set vbox to no homogeneus (*)
6439fb4... GtkFontChooser: Create functions to bootstrap the treeview (*)
e570a91... GtkFontChooser: Add column and cell renderer (*)
7611fe6... GtkFontChooser: Populated font list model (*)
8655384... GtkFontChooser: Set rules hint to TRUE in the main tree vie (*)
f854a46... GtkFontChooser: Improvements in the font face listing (*)
b798027... GtkFontChooser: Iterate over faces as well as families to l (*)
9af8821... GtkFontChooser: Compilation warning cleanups (*)
ce10919... GtkFontChooser: Setting the default preview text and the de (*)
76809e1... GtkFontChooser: Adding a tree model filter for the search f (*)
6936177... GtkFontChooser: Inserted and deleted text callbacks (*)
fb19245... GtkFontChooser: Live search implemented (*)
4db5ea2... GtkFontChooser: Set the initial size to the slider, initial (*)
94ee606... GtkFontChooser: Search entry icon is now dynamic depending (*)
1fa2c50... GtkFontChooser: Getting the refiltering right for the clear (*)
c303d0b... GtkFontChooser: The spinner now updates the slider size if (*)
272f110... GtkFontChooser: Improvements on the spin/slider interaction (*)
cbaca3e... GtkFontChooser: Fixed size updating in the preview (*)
7f125d9... GtkFontChooser: Layout enhancements, using a scrolled windo (*)
c915037... GtkFontChooser: Setting a default vertical size (*)
f3e9bb3... GtkFontChooser: Enable font selection (*)
077d897... GtkFontChooser: Added a test program (*)
88ab6f1... GtkFontChooser: Better cursor selection and model leak fixe (*)
0db1b63... GtkFontChooser: Keep reference to the face and the family o (*)
af14106... GtkFontChooser: Ellipsize cell renderer and set a better si (*)
858e13c... GtkFontChooser: Setting a minimum width andfix the markup f (*)
1688512... GtkFontChooser: Fixing mouse scroll zooming behaviour for t (*)
f75e4d3... GtkFontChooser: Improvements on the size setting signals be (*)
36156a6... GtkFontChooser: Layout improvements. Adding shadow to scrol (*)
58b2204... GtkFontChooser: Layout improvements, spacing between elemen (*)
c96698e... GtkFontChooser: Filter also by font face (*)
abc92d5... GtkFontChooser: Initial support for deprecated functions (*)
e08006f... GtkFontChooser: initialization and destruction of deprecate (*)
1a2ef4d... GtkFontChooser: update the size model for the deprecated si (*)
29a0685... GtkFontChooser: Add deprecated calls to the test (*)
915b442... GtkFontChooser: Fix segmentation fault in deprecated size l (*)
8826a10... GtkFontChooser: Add tree view columns for the deprecated wi (*)
0d11281... GtkFontChooser: Populate font family names in the deprecate (*)
706167b... GtkFontChooser: Populate face names in the deprecated face (*)
bb00841... GtkFontChooser: Use scrolled windows for the deprecated wid (*)
3c0b691... GtkFontChooser: Unref deprecated widgets on finalize (*)
e80053c... GtkFontChooser: Use GTK_DISABLE_DEPRECATED to encapsulate t (*)
4b92872... GtkFontChooser: Add callbacks and improve test to take depr (*)
aa10aba... GtkFontChooser: Use the theme font as the default font (*)
1821eac... GtkFontChooser: Refactoring the default font size, face and (*)
c28b1e3... GtkFontChooser: Update deprecated font list on slection (*)
72a971b... GtkFontChooser: Blocking the cursor change callbacks from h (*)
0ef0359... GtkFontChooser: Update size when selecting an item of the d (*)
dc1a47a... GtkFontChooser: Update selection on deprecated face or font (*)
2ef00d2... GtkFontChooser: Update selection on deprecated size list se (*)
0aae453... GtkFontChooser: Improve bootstrapping of the deprecated lis (*)
3f2b094... GtkFontChooser: Setting the font-name property. Test update (*)
ea4603e... GtkFontChooser: gtk_font_selection_set_font_name implementa (*)
14fbbf1... GtkFontChooser: check if font name is NULL in gtk_font_sele (*)
31776e2... GtkFontChooser: implement gtk_font_selection_set/get_previe (*)
053d34d... GtkFontChooser: Added test for GtkFontSelectionDialog (*)
1ce5a04... GtkFontChooser: Changed dialog label from OK to Select, dep (*)
5eb614a... GtkFontChooser: Add gtk_font_selection_dialog_get_select_bu (*)
c34a2d6... GtkFontChooser: Use GTK_DISABLE_DEPRECATED on the test code (*)
731120e... GtkFontChooser: Better test preview text (*)
6dec212... GtkFontChooser: Add a property to control whether the previ (*)
1b00a3e... GtkFontChooser: Update fontlist on style change (*)
bbe8d13... GtkFontChooser: Check if the deprecated widgets are present (*)
f2376ad... GtkFontChooser: Remove wrong usage of GTK_DISABLE_DEPRECATE (*)
334ee81... GtkFontChooser: Renaming the class names and fixing the tes (*)
4bf2263... GtkFontChooser: Expose the new widget in gtk.h and add test (*)
7067d36... GtkFontChooser: Removed support for deprecated functionalit (*)
db2ef8c... GtkFontChooser: Restore automatic alignment on scroll to se (*)
5ccc66d... GtkFontChooser: Now shearch filters each individual term ra (*)
8e621f5... GtkFontChooser: Use symbolic icons in the filter entry (*)
4add479... GtkFontChooserDialog: Split the dialog out of gtkfontchoose (*)
4163fa5... GtkFontChooser: GtkFontChooserDialog: Update documenation t (*)
f60d0dc... GtkFontChooser: Initial work to use GtkGrid (*)
03ab18f... GtkFontChooser: Add preview entry to the grid (*)
b37863a... GtkFontChooser: Use const instead of G_CONST_RETURN (*)
d918747... GtkFontChooser: Use GtkBox instead of GtkVBox as base class (*)
1075b7a... GtkFontChooser: Fix expand and fill properties for the grid (*)
f5a00f0... GtkFontChooser: Use a nested grid to achieve the right layo (*)
9dee34a... GtkFontChooser: Remove the themed color for the font title (*)
55d50b3... GtkFontChooser: Fix scroll callback connected to treeview i (*)
e3f7085... GtkFontChooser: Remove default geometry defines (*)
cabfcbd... GtkFontChooser: Cleanup comments and fix indentation alignm (*)
1dda502... GtkFontChooser: Fix size synchronization between slider and (*)
01f2793... GtkFontChooser: Remove outdated Copyright information (*)
a55d2f6... GtkFontChooserDialog: Use g_object_new to set initial value (*)
23b1525... GtkFontChooser: Set correct margin values between UI elemen (*)
523190f... GtkFontChooserDialog: Fix get_font_chooser public function (*)
bf457d1... GtkFontChooserDialog: Add parent window as a parameter in t (*)
c36d291... GtkFontChooser: Setting all ought to be static functions as (*)
ab1ebb0... GtkFontChooser: Added missing breaks in switch statements (*)
26fb5c9... GtkFontChooser: Using explicit comparisons for g_strcmp0 (*)
bf8ad99... GtkFontChooser: Fixed coding style wrt spacing around opera (*)
9245a66... GtkFontChooser: Using the widget instead of the private str (*)
5795d3d... GtkFontChooser: Using G_N_ELEMENTS instead of a define (*)
52177f5... GtkFontChooser: Missing G_END_DECLS in fontchooser header (*)
66a7add... GtkFontChooser: font-name property notification wasn't prop (*)
d33088a... GtkFontChooser: Stub code to handle empty list by search. (*)
e79842c... GtkFontChooser: get_font_name did not return the font size (*)
a58a2dc... GtkFontChooserDialog: GtkFontButton now uses GtkFontChooser (*)
a18fab8... Trivial formatting fixes (*)
97d26ac... Simplify a few things (*)
96f9b67... Fix minor issues in the tests (*)
8dbdfa7... Avoid extraneous signals at destroy time (*)
5b9857d... Rename some statics (*)
43d62c0... Clean up error handling (*)
7c4ad1f... Just use a single grid (*)
6fb6984... Make the fontchooser dialog come up in a reasonable size (*)
ba56408... Add 'no matches' functionality (*)
a09ee20... Add filtering to the font chooser (*)
0ee89f1... Add new symbols (*)
d78acb5... Add docs (*)
9307156... Trivial formatting fix (*)
9c85d4f... Deprecate GtkFontSelection and GtkFontSelectionDialog (*)
1207757... Keep the currently selected font over theme changes (*)
6877893... Make setting fontname work, independent of a screen (*)
8cf52c8... Fix a typo (*)
2462019... testgtk: remove dead code (*)
8e324b3... Update NEWS for 3.1.12 (*)
915d32f... Fix up symbol lists for recent api additions (*)
ade913a... update translation for Punjabi (*)
22a2867... 3.1.12 (*)
1bca4f3... Post-release bump (*)
e2397bf... Update VS property sheets (*)
48d60bd... Updated Galician translations (*)
e391bc4... Use GtkFontChooser in testtoplevelembed (*)
5580fe0... Updated Spanish translation (*)
23ebefe... Updated Indonesian translation (*)
d539ebb... Added UG translation (*)
c68eeaa... Bug 656851 â Allow use of GVariant in GtkListStore (*)
054a625... Updated Persian translation (*)
db3fecc... Add fallback implemetation for rint()/round() (*)
ad73ed2... Include C89 fallback code (*)
323d24d... Update configure.ac to check for rint()/round() (*)
0f458f1... Update config.h.win32.in (*)
a14cecb... widget-factory: add the primary-toolbar hint to the toolbar (*)
2cb9f03... Put all GtkTreeModel unit tests in a single binary (*)
b227aa0... Make naming of tree model unit tests consistent (*)
f1d7913... Move TreeModelSort specific tests to a new sortmodel.c file (*)
ed603fa... Add bug base and bug numbers to tree model unit tests (*)
cb8c608... Add unit test for bug 77977 for reference (*)
56f83ad... Further reduce variable shadowing by factoring code out int (*)
431987a... Add more unit tests for gtk_tree_model_filter_row_deleted() (*)
2f5fbcd... Make _get_iter invalidate iterators when FALSE is returned (*)
f0da89f... Print failed assertions for failed child iterator conversio (*)
b27a656... Improve filter model remove node unit tests (*)
e9c9609... Correct GtkTreeModelFilter to never unref an already delete (*)
df0fcfb... In sort model also emit row-deleted after updating the data (*)
1686e51... Three more TreeModelFilter remove ancestor tests (*)
e0f12ce... Factor out another part of gtk_tree_model_filter_row_delete (*)
dc12c37... Improve error messages of signal monitor (*)
60f3f92... Refactor to a common code path for inserts of nodes in leve (*)
f064d07... Factor out find_elt_with_offset (*)
bcb00d9... Fix comment (*)
7b3c275... Refactor emitting row-inserted for new nodes to a common co (*)
4f33f10... Use g_assert_cmpint instead of g_assert in check_level_leng (*)
3452b04... Add two unit tests for gtk_tree_model_filter_row_inserted (*)
5bd3c52... Have a separate category for tests of gtk_tree_model_filter (*)
ebb12d5... Improve specific_root_has_child_filter test to also verify (*)
74764f2... Improve specific_has_child_filter() test to also verify sig (*)
a172697... Corrections to has-child filter tests (*)
22adfc6... Add thorough unit test for bug #621076 (*)
7a82045... Change signature of gtk_tree_model_filter_remove_node (*)
a9fd6b7... Rename gtk_tree_model_filter_remove_node for internal consi (*)
df75451... Decrease amount of code duplication in _remove_elt_from_lev (*)
c8783d3... Decrease code duplication in _remove_elt_from_level take tw (*)
76cfd8b... Bug 621076 - GtkTreeModelFilter does not emit all signals i (*)
e897827... Fix a couple of memleaks in the filter model tests (*)
a485334... Add some comments to gtk_tree_model_filter_remove_elt_from_ (*)
b875221... treemodelsort: Remove unnecessary comment (*)
1cb14a1... Add GtkTreeModelRefCount, only to be used in unit tests (*)
bda0915... Add generic GtkTreeModel reference counting unit tests (*)
d241323... Move asserts to gtktreemodelrefcount.h for other unit tests (*)
7677e2d... Bug 611922 - gtk_tree_model_sort_ref_node() is too slow (*)
dec7a34... Avoid unreferencing deleted nodes (*)
cac5d60... Unit test reference counting in GtkTreeModelSort (*)
058a909... treemodelfilter: Move more missions of row-deleted down (*)
dc15124... treemodelfilter: Introduce notion of external ref count (*)
52de413... treemodelfilter: guard for building already existing levels (*)
2984e22... treemodelfilter: handle another case in check_ancestors (*)
88dd637... treemodelfilter: rework reference counting (*)
07d99d2... treemodelrefcount: make it possible to assert within check (*)
1158ed5... treemodelrefcount: check_iter(): check if iter is valid (*)
b161328... Correct/expand base tests to check emitted signals (*)
59efa6a... Remove checks for superfluous signals which are not longer (*)
35e09df... Check level length in unit test for bug 311955 (*)
504d671... Add cleaned up and easier version of unit test for bug 3119 (*)
f42de9e... Add more "has child" unit tests (*)
9e2fbca... Add reference counting unit tests for GtkTreeModelFilter (*)
0ee6141... Should validate TreeModelRefCount before the sort and filte (*)
bcc1fd7... Unit test rows reordered ref count handling in GtkTreeView (*)
e321034... Unit test GtkTreeModelFilter's rows-reordered emissions (*)
30340e5... Test GtkTreeModelFilter's reference transfers (*)
3b7aed0... Correct ref transfer in GtkTreeModelFilter rows-reordered h (*)
21d7eca... Remove left-over dump call (*)
510d84f... Do not emit rows-reordered for levels with no visible rows (*)
eb594da... Revert usage of parent_elt_index back to parent_elt pointer (*)
bee3d5f... Replace GArray with GSequence in GtkTreeModelFilter (*)
97b1f34... Revert usage of parent_elt_index back to parent_elt pointer (*)
9ef07cb... Move SignalMonitor to treemodel.[ch] so it can be used by o (*)
ad0f54b... Add more unit tests for GtkTreeModelSort (*)
60d031e... Replace GArray with GSequence in GtkTreeModelSort (*)
85d4a5a... GtkTreeModel: add more detailed documentation on reference (*)
52faf1f... Extend documentation about GtkTreeModelSort internals (*)
aa9151a... Extend public and internal documentation about GtkTreeModel (*)
6cd134d... gtktreemodelfilter: only maintain cache at 1 level depth in (*)
089edcf... Fix bad typo in gtk_tree_model_filter_build_level() ... (*)
04885f1... Update filtermodel ref count unit tests to new cache depth (*)
36f712f... Add some notes on how filter model testing can be made (eve (*)
584ff7c... treemodelfilter: eliminate unread variable assigments (*)
b31c3f1... treemodelsort: eliminate unread variable assigments (*)
d63015e... Fix some memory leaks in treemodel unit tests (*)
b50375a... Add forgotten calls to signal_monitor_assert_is_empty() (*)
a918684... Fix typo in doc comment (*)
005894e... wayland: We need to require egl as well (*)
99f489b... wayland: Acquire cairo device during operations that need t (*)
9186f06... Updated Indonesian translation (*)
ef159bc... Updated Gujarati Translations (*)
5c5cdf2... Add a mnemonic to the 'Select' button (*)
3825a09... Change 'Ok' to 'Select' in the color chooser dialog (*)
be512c9... Updated Serbian translation (*)
cfc765d... Updated POTFILES.in (*)
8a7d5ce... Fixed bug #657146 (*)
b9b3240... Fixed POTFILES.in (error in D-L) (*)
512ef3e... Fixed POTFILES.in (error in D-L) (*)
76beaf1... Fixed POTFILES.in (error in D-L) (*)
2807d69... There is no need for [type: ...] tags in POTFILES.skip (*)
71be77c... Add tests/*ui to POTFILES.skip (*)
c4ad589... Updated POTFILES.in (*)
c9023ca... [filechooser] bgo#349502: Context menu option to copy selec (*)
c83db6c... GtkSwitch: Return FALSE from the button press handler (*)
14dc863... GtkAppChooserButton: Make activating rows work as expected (*)
80b9415... GtkAppChooserDialog: Simplify the construction (*)
ca0c7c1... GtkAppChooserDialog: remove an unused variable (*)
f7bf350... GtkFontChooser: Add a ::font-activated signal (*)
5c09061... GtkFontChooserDialog: Select when a list item is activated (*)
311d782... Updated Swedish translation (*)
144e4af... GtkColorButton: Don't forget to close a cairo context (*)
f136ee9... Trivial: Silence a compiler warning (*)
c672066... Trivial: Silence a compiler warning (*)
32eb380... Trivial: whitespace fixes (*)
4a857ac... Use a weak ref in GtkAccelLabel (*)
7cf4791... Update gtk/Makefile.am (*)
aa493ff... Updated Norwegian bokmÃl translation (*)
83af296... Updated Spanish translation (*)
3415b6c... Updated Spanish translation (*)
23f2aab... Updated Galician translations (*)
8dae05d... gtk+.doap: Add some more info (*)
05aeaee... Signalify (already existing) GtkMenuShell.insert() (*)
97aec9a... Updated Russian translation (*)
c8fdd5e... Squash two compilation warnings about possibly-uninitialzed (*)
00d14e3... API: css: Add GtkCssSection (*)
19c4496... cssprovider: Remove dead code (*)
d985b95... cssprovider: Keep only the curent section while parsing (*)
ebf0b6e... cssprovider: Handle non-NULL-terminated data (*)
0d1b73f... cssprovider: Store sections with parsed values (*)
62d231a... cssparser: Make lines and positions 0-indexed (*)
8d6b560... cssparser: Fix cases where we could overrun the terminating (*)
26e9d07... API: cssprovider: Change parsing-error signal (*)
71c3f7e... styleproperty: Improve error message (*)
431227e... tests: Add test for non-nullterminated gtk_css_provider_loa (*)
d7696bd... Avoid dereferencing NULL pointer in gtk_label_drag_data_get (*)
52711be... Merge branch 'bgo593793-filechooser-recent-folders-master' (*)
e11e51c... notebook: Fix child property setters causing underallocatio (*)
651723b... reftests: Add a test for the recent notebook fix (*)
b042cab... Updated POTFILES.skip (*)
2823c0f... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
f7dbdba... Revert "GtkColorButton: Don't forget to close a cairo conte (*)
8f3e433... Silence a compiler warning (*)
c8e8cda... Make gtk_status_icon_set_name() work reliably (*)
0039418... GtkToolbar: partial fix for toolbar editing (*)
4b394fc... Fix the build (*)
1ca773c... GtkColorSel: replace GtkTable by GtkGrid (*)
280f34e... GtkPageSetupUnixDialog: replace GtkTable by GtkGrid (*)
b043a0a... GtkMountOperation: Replace GtkTable by GtkGrid (*)
5b97a58... GtkFileChooserDefault: Replace GtkTable by GtkGrid (*)
227fafb... GtkPrintUnixDialog: Replace GtkTable by GtkGrid (*)
383127c... Clean up unneeded includes (*)
fd92e71... More include cleanups (*)
6f39855... More include cleanups (*)
64b85e7... [l10n] Updated German translation (*)
6754614... trayicon-x11: Fix warnings when visual is not available. (*)
dca3ea8... trayicon-x11: Refactor code a bit (*)
5cc1318... GtkTrayIconX11: Some more refactoring (*)
f7c188c... API: add accessors for GdkEvent fields (*)
f060343... Explicitly link gdk and gtk against libm (*)
9dfff27... gtkaboutdialog: gtk_misc_set_alignment replacing (*)
372a907... gtkappchooserdialog: gtk_misc_set_alignment (*)
a3719d3... demo-changedisplay:gtk_misc_set_alignment replace (*)
9b31aff... demo-pickers: gtk_misc_set_alignment replacing (*)
464fa47... demo-sizegroup: gtk_misc_set_alignment replacing (*)
bd69e6a... demo-ui_manager: gtk_misc_set_alignment replacing (*)
fd1fabf... testcalendar: gtk_misc_set_alignment replacing (*)
173cc86... testgtk: gtk_misc_set_alignment replacing (*)
ca317c6... tests-prop-editor:gtk_misc_set_alignment replacing (*)
76c6f49... Silence the build a bit more (*)
b2188f5... Trivial: include cleanups (*)
f646470... Add an accessor for grid children (*)
676316b... Avoid warnings when widgets are not created yet (*)
6d797d5... GtkAppChooser: Deal with 'no app found' gracefully (*)
18dba17... GtkAppChooserDialog: handle sensitivity of 'Select' better (*)
3fa5813... testappchooser: handle 'no app selected' gracefully (*)
8450401... Fix exported symbols (*)
006d463... Adapt a11y dump output (*)
1090eba... a11y: don't return random numbers (*)
08bf2e0... a11y: Use AtkWindow on GtkWindowAccessible (*)
4244349... a11y: Don't manage window events as a exception (*)
925ed7c... Don't unref floating menuitems (*)
50101fb... 3.1.14 (*)
e0ab377... Post-release version bump (*)
8009a7f... Add a 3.2 index to gdk docs (*)
9379a48... Add headers to treemodel test sources (*)
342c64c... GtkToolShell: Move vfunc default results to default impleme (*)
53602c4... Disable an incomplete test that does not work (*)
a233022... Disable underallocation warnings in non-debug builds (*)
3ff5a82... Clean up stock-icons (*)
b57180a... 3.1.16 (*)
553628e... post-release version bump (*)
d780dde... gtk/Makefile.am: Remove duplicate AM_CPPFLAGS (*)
69de896... Add more compilation warnings (*)
43e241b... gtk+.doap: Add gtk+ to "platform" category (*)
8cd9e34... Update README.win32 and Visual C++ Readme.txt's (*)
ce58d88... gtk-demo: trivial improvement (*)
a6899f2... gtk-demo: replace uses of GtkTable by GtkGrid (*)
ee6b79b... Fix the configure script to actually define HAVE_COLORD whe (*)
c5cd417... gtk-demo: Drop uses of GtkAlignment (*)
1204a85... Formatting cleanups (*)
22d046d... Add a note about placeholder text use (*)
0ee9a47... Updated Brazilian Portuguese translation. (*)
6eb777a... Change gtk_css_provider_propagate_error's signature. (*)
668287b... Factor out functions to create contextual menu items for th
2476d35... Menu item to visit the selected files in recent-files mode
(*) 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]