summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 318807 – Offscreen windows and window redirection.10:49:20 Tim Janik2008-05-211-0/+1
* Bug 503071 - Application direction changes to right to left even if theres14:27:34 Tim Janik2008-05-201-8/+0
* gtk_disable_setlocale() - Added a call to g_disable_setlocale().Yair Hershkovitz2008-05-161-0/+2
* g_i18n_init(); -> g_i18n_init ();Yair Hershkovitz2008-05-121-1/+1
* call g_i18n_init() in gettext_initialization(). do gettext_initializationYair Hershkovitz2008-05-111-0/+6
* include <pango/pango.h> instead of <pango/pango-layout.h>.Michael Natterer2008-04-251-2/+0
* gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.cMichael Natterer2008-02-061-3/+3
* A proper build of GNU libintl is supposed to export the variableTor Lillqvist2007-11-281-23/+41
* Fix up some doc comments to shut up gtk-doc.Matthias Clasen2007-11-261-1/+1
* Make gtk_check_version() return const. (#496734, Nicolas Joseph)Matthias Clasen2007-11-191-1/+1
* Stylistic fixesMatthias Clasen2007-11-091-3/+2
* Fix "cannot open display" error message when display is set by the DISPLAYLoïc Minier2007-10-151-1/+3
* Remove faulty and irrelevant enter-leave compression code. (#449167, patchMatthias Clasen2007-06-211-33/+0
* Use a static variable to hold the singleton and remove the code that bindsEmmanuele Bassi2007-06-191-2/+8
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-2/+3
* Fix a small leakMatthias Clasen2007-02-161-1/+7
* New tooltips API.Kristian Rietveld2007-02-061-0/+15
* Bug 340141 – Update to Pango 1.16 APIBehdad Esfahbod2006-12-241-18/+5
* Fix minor typo in docs. (#378632, Hannes Mueller)Behdad Esfahbod2006-11-231-2/+2
* Merge from 2.10 branch:Tor Lillqvist2006-10-101-0/+147
* Handle display_name being NULL. (#354004, Chris Wilson)Matthias Clasen2006-09-031-1/+2
* Apply a patch by John Palmieri to use buffered io using GIOChannels, cleanMatthias Clasen2006-06-211-1/+2
* Don't skip internal children when emitting grab-notify. (#343425, MarkkuMatthias Clasen2006-05-311-1/+1
* Make sure grab-notify is emitted on toplevels as well as child widgets.Alexander Larsson2006-05-221-2/+1
* More accidental commitsMatthias Clasen2006-04-061-1/+0
* One more optimizationMatthias Clasen2006-04-061-1/+1
* Rework the code which emits ::grab-notify signals to ensure that we emitMatthias Clasen2006-04-061-39/+51
* Make gtk_args constMatthias Clasen2006-04-041-1/+1
* Get rid of an unnecessary static variable.Matthias Clasen2006-04-031-6/+3
* Make sure gettext is initialized before using it. (#335129, ChristianMatthias Clasen2006-03-201-0/+2
* Set error when returning FALSE. (#333268, Paolo Maggi, Christian Persch)Matthias Clasen2006-03-061-3/+14
* Make this function public API. (#307099, Todd Berman)Matthias Clasen2006-01-101-3/+3
* Don't ignore errors from g_option_context_parse().Matthias Clasen2005-12-061-1/+7
* Use g_slice instead of mem chunks.Matthias Clasen2005-12-051-8/+2
* The locale directory is passed to bindtextdomain() which isn'tTor Lillqvist2005-09-281-2/+11
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-3/+0
* If the window is destroyed, we still need to deliver the destroy event.Matthias Clasen2005-09-021-1/+1
* Don't access the user data on destroyed windows, since at best it can be aMatthias Clasen2005-08-191-1/+4
* Call gettext_initialization() here as well. (#311612, Dan Winship)Matthias Clasen2005-08-011-17/+19
* Don't bother mentioning the -fnative-struct (used by GCC 2) switch in theTor Lillqvist2005-07-191-6/+4
* Call gettext_initialization before checking gtk_initialized, otherwiseMatthias Clasen2005-07-181-4/+4
* Add a GrabBroken event to GDK, and a grab-broken-event signal toMatthias Clasen2005-06-251-0/+1
* return silently if "gtk_initialized" is TRUE. Re-enables calling GTK'sMichael Natterer2005-05-021-0/+3
* Initailize gettext before use. Calling bindtextdomain() andTor Lillqvist2005-04-221-9/+17
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Typo fix. (#162278, Torsten Schoenfeld)Matthias Clasen2004-12-271-1/+1
* Document new functions.Matthias Clasen2004-11-051-3/+50
* New API to handle the clipboard manager.Anders Carlsson2004-10-251-1/+5
* Implement icon theme caching. (#154034, Martijn Vernooij, caching schemaMatthias Clasen2004-10-191-1/+2
* Add a new debug flag, geometry, to debug size allocation.Matthias Clasen2004-10-081-1/+2