summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 387972 – gtkassistant drawing problemMatthias Clasen2008-05-241-9/+9
* Change defaults of child properties "expand" and "homogeneous" from TRUEJan Arne Petersen2008-05-241-2/+2
* Don't try to toggle the visibility of the location entry field in searchJan Arne Petersen2008-05-241-0/+8
* Show parse name as tooltip for path shortcuts (#137503).Jan Arne Petersen2008-05-241-0/+70
* Remove duplicate gdk_window_redirect_to_drawable andJames Sharpe2008-05-241-1/+0
* updated fix c99ism (variable at start of block export functions for windowHans Breuer2008-05-234-229/+280
* Add gdk_window_redirect_to_drawable and gdk_window_remove_redirection.Tor Lillqvist2008-05-231-0/+1
* Remove second call of GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED).Hiroyuki Ikezoe2008-05-211-2/+0
* added GdkRectangle *clip_rect to gtk_widget_get_snapshot().21:10:15 Tim Janik2008-05-212-16/+88
* grow snapshot area from widget's allocation to cover extra widget windows21:04:28 Tim Janik2008-05-211-19/+67
* Bug 318807 – Offscreen windows and window redirection.10:49:20 Tim Janik2008-05-213-0/+79
* gtk/gtkalignment.c gtk/gtkarrow.c gtk/gtkbbox.c gtk/gtkcalendar.c removeMichael Natterer2008-05-215-13/+5
* RH bug 204621 - "GtkPrint" asks for "Letter" size paper when "A4" sizeMatthias Clasen2008-05-218-43/+97
* Fix the docs, the mask param of gtk_drag_set_icon_pixmap can accept NULL for ...Gian Mario Tagliaretti2008-05-201-1/+1
* Remove two chunks of duplicated code (#533733).Björn Lindqvist2008-05-201-21/+2
* Bug 503071 - Application direction changes to right to left even if theres14:27:34 Tim Janik2008-05-207-21/+28
* bgo322298 - Make the file chooser dialog always resizableFederico Mena Quintero2008-05-194-52/+1
* gtk/gtkcellrenderer.c gtk/gtkcellrendererpixbuf.cMichael Natterer2008-05-198-22/+19
* gtk_disable_setlocale() - Added a call to g_disable_setlocale().Yair Hershkovitz2008-05-161-0/+2
* Bug 532558 - Cannot build dll when using separate builddirTor Lillqvist2008-05-121-3/+5
* g_i18n_init(); -> g_i18n_init ();Yair Hershkovitz2008-05-121-1/+1
* call g_i18n_init() in gettext_initialization(). do gettext_initializationYair Hershkovitz2008-05-117-28/+19
* Forgotten filesMatthias Clasen2008-05-061-0/+3
* Apply a patch by Marek Kasik <mkasik@redhat.com> to display more printerMatthias Clasen2008-05-0514-0/+5080
* gtk/gtkcellrenderercombo.h gtk/gtkcellrendererspin.h style cleanups forMichael Natterer2008-05-056-56/+44
* add 15 files that were missing (they all got included indirectly byMichael Natterer2008-05-021-1/+16
* Prevent crash, fixes bug #530153. Patch from Yevgen Muntyan.Richard Hult2008-05-011-1/+1
* Use existing window size when painting the flat box instead ofBjörn Lindqvist2008-04-251-2/+1
* include <atk/atk.h> instead of <atk/atkobject.h>Johan Dahlin2008-04-251-1/+1
* include <pango/pango.h> instead of <pango/pango-layout.h>.Michael Natterer2008-04-256-7/+1
* include <gdk/gdk.h> instead of <gdk/gdkscreen.h>.Michael Natterer2008-04-251-1/+1
* add tons of g_return_if_fail() instead of crashing when NULL pointers getMichael Natterer2008-04-211-2/+36
* move a few '{' to their own lines so all enums here have the same style.Michael Natterer2008-04-181-14/+23
* gtk/gtkicontheme.h include <gdk/gdk.h> instead of <gdk/gdkscreen.h>.Michael Natterer2008-04-187-14/+3
* Keep the default storage file in $HOME, as we don't have a migration codeEmmanuele Bassi2008-04-181-1/+1
* g_strfreev() the uris returned by g_bookmark_file_get_uris().Michael Natterer2008-04-181-0/+3
* register the GTK_STOCK_PAGE_SETUP icon.Michael Natterer2008-04-171-0/+1
* no need to g_return_if_fail(tooltips != NULL);Michael Natterer2008-04-171-2/+0
* Sync xdgmime to the copy in gioMatthias Clasen2008-04-167-45/+102
* Partically revert the last commit after realizing thatMatthias Clasen2008-04-164-14/+13
* Avoid possible memory corruption in xdgmime, fd.o bug 12512, reported byMatthias Clasen2008-04-163-6/+25
* Chain up in buildable_finish()Tristan Van Berkom2008-04-162-2/+12
* Fix last commit, and complete the gtk-recent-files-max-age semantics: ifEmmanuele Bassi2008-04-151-0/+7
* Bug 488507 – boundless growth of .recently-used.xbel file slows downEmmanuele Bassi2008-04-152-23/+99
* Emit the ::changed signal at the end of the asynchronous MIME type query.Emmanuele Bassi2008-04-151-26/+29
* Bug 487375 – gtkrecent apps poll ~/.recently-used.xbel every 5 secondsEmmanuele Bassi2008-04-151-221/+120
* Bug 506062 – gtk_recent_manager_add_item does not detect mime type onEmmanuele Bassi2008-04-151-39/+70
* Add current page to visited page list instead of next current page.Carlos Garnacho2008-04-111-1/+2
* Added <attributes> / <attribute> custom tags to parse pango attributesTristan Van Berkom2008-04-112-1/+347
* Do not call gtk_widget_set_parent_window(), using widget->window insteadCarlos Garnacho2008-04-101-1/+0