summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make --g-fatal-warnings a G_OPTION_ARG_NONE, since it doesn't take anMatthias Clasen2004-09-291-13/+11
* Use gtk_get_option_group() to obtain an option group with correctly setMatthias Clasen2004-09-281-8/+3
* Fix #153082:Matthias Clasen2004-09-271-3/+6
* remove now unused arg variables.Manish Singh2004-09-211-1/+1
* 2.5.3GTK_2_5_3Matthias Clasen2004-09-191-0/+1
* Remove an unused variable, spotted by Morten Welinder.Matthias Clasen2004-09-141-2/+0
* Fix some problems reported by Morten Welinder:Matthias Clasen2004-09-131-0/+2
* Add descriptions for the commandline arguments. The actual descriptionsMatthias Clasen2004-09-051-6/+14
* Make gtk argument parsing use goption. Add gtk_get_option_group andAnders Carlsson2004-09-051-130/+195
* Make it possible to specify additional modules to load via a setting.Matthias Clasen2004-09-011-352/+16
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Only undef gtk_init_check and gtk_init on win32.Matthias Clasen2004-08-091-0/+6
* Fix #149191, reported by Morten Welinder:Matthias Clasen2004-08-031-0/+1
* Typo fix.Matthias Clasen2004-06-111-2/+2
* Check for XFIXES extension.Matthias Clasen2004-05-181-0/+6