summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* New internal function that emits the grab notify signal.Soeren Sandmann2004-05-101-2/+2
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+2
* Special case scroll events so that they propagate up the widget heirarchyOwen Taylor2004-03-031-2/+11
* Don't leak the GtkKeySnooperData. (#132038, R. McFarland)Matthias Clasen2004-01-311-2/+5
* Split the gtk translations into the domains gtk20 and gtk20-properties.Matthias Clasen2004-01-171-0/+2
* Change the return value from gint to gboolean. (#130718, reported byMatthias Clasen2004-01-071-1/+1
* handle GTK_DATADIR similar as the other filesystem placement 'constants'Hans Breuer2003-12-141-0/+11
* Move docs inline, rewrite docs, mention memory management for the returnOwen Taylor2003-10-281-0/+34
* Fix some unused variables.Owen Taylor2003-10-231-2/+2
* Doc formatting tweaks.Matthias Clasen2003-09-301-27/+22
* Don't use zip -r on the etc directory, to avoid including editor backupTor Lillqvist2003-09-201-34/+70
* fixed documentation.Sven Neumann2003-02-241-3/+4
* Merge from stable:Tor Lillqvist2003-01-121-2/+3
* Intercept events of type GDK_SETTING before we check to see if there wasOwen Taylor2002-12-121-2/+6
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-4/+4
* add -DGDK_DISABLE_DEPRECATEDManish Singh2002-11-171-3/+1
* Add startup notification hooks - mostly based on patch by Havoc PenningtonOwen Taylor2002-11-021-3/+1
* Add a --screen option for setting the default screen. (Based on a patchOwen Taylor2002-10-311-13/+1
* Deprecation cleanupManish Singh2002-10-091-29/+28
* Privatize gtk_selection_request, gtk_selection_incr_eventOwen Taylor2002-09-231-2/+2
* On Win32, look explicitly for LANG, LC_ALL and LC_CTYPE, and if not found,Tor Lillqvist2002-09-191-0/+30
* Compile gtk_init_abi_check and gtk_init_check_abi_check when onTor Lillqvist2002-08-251-5/+7
* Fix doc comment.Matthias Clasen2002-08-071-3/+3
* Fix for binary compatibility across 2.x.y.Matthias Clasen2002-08-041-6/+5
* Renames:Owen Taylor2002-06-201-4/+4
* Add a singleton object that we can use to get notification when displaysOwen Taylor2002-06-201-24/+178
* Get rid of gtk_style_get_font_for_display(), make gtk_style_get_font()Owen Taylor2002-06-201-1/+2