summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-17/+7
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-4/+6
* gdk-pixbuf/Makefile.am (uninstall-libtool-import-lib) Fix typo, thanks toTor Lillqvist2002-04-181-5/+29
* Fix screwup in handling of module path that was resulting in freed memoryOwen Taylor2002-03-291-7/+3
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-3/+4
* make rewrite_event_for_window() static gtk_rc_clear_realized_style()Hans Breuer2002-03-031-1/+1
* Fixes for uninstalled operation with module suffixes other than .so and inOwen Taylor2002-03-031-4/+37
* Clamp @max parameter passed in to [0, MAX_SIZE], improve docs. Fix defaultOwen Taylor2002-03-021-1/+1
* Robustify tracking of pointer grab window.Owen Taylor2002-03-021-2/+131
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-1/+2
* Add routines _gtk_find_module(), _gtk_get_module_path() to look up aOwen Taylor2002-02-191-44/+129
* g_warning() if setting the local fails, like gdk_set_locale() did.Owen Taylor2002-02-131-1/+4
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-081-1/+0
* Feb 1 08:57:38 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-011-19/+1
* Remove the scary startup warning.Owen Taylor2002-01-291-10/+0
* Return FALSE not true in the grab_widget == NULL case. (Bug reported byOwen Taylor2002-01-271-1/+1
* Wrap case values in GPOINTER_TO_UINT(). Fixes build with gcc 3.x.Jeff Garzik2002-01-191-0/+1
* Stop the timer on destroy, or when we are notified that we are shadowed byOwen Taylor2002-01-161-14/+32
* Doc typo fix. (#68172)Matthias Clasen2002-01-081-3/+3
* More precise documentation about underscores and mnemonics. (#66380)Matthias Clasen2001-12-201-8/+8
* gtk/gtkmain.c g_module_symbol takes a gpointer *, not just a gpointer.Manish Singh2001-12-051-1/+1
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-131-1/+2
* Do search GTK_BINARY_VERSION -specific directory on Windows, too (#63759).Tor Lillqvist2001-11-061-2/+0
* don't free the module name until after we load the modulejacob berkman2001-11-041-1/+2
* ref/unref around gtk_widget_event() if we are going to set a flagOwen Taylor2001-11-021-0/+4
* Updates.Tor Lillqvist2001-10-291-16/+57
* Remove G_DISABLE_CONST_RETURNS.Owen Taylor2001-10-231-4/+5
* Actually export gtk_disable_setlocale(). (Caught by Sven Neumann)Owen Taylor2001-10-191-1/+1
* Call setlocale (LC_ALL, ""). (#60606)Owen Taylor2001-10-101-6/+37
* s/retrive/retrieve/jacob berkman2001-10-031-1/+1
* updated externalsHans Breuer2001-09-211-4/+12
* Implement a search path for GTK+ modules.Owen Taylor2001-09-111-85/+149
* remove CellRendererTextPixbufHavoc Pennington2001-09-081-0/+16
* Add "use_align" to give people the option to just make a cell visible.Jonathan Blandford2001-08-241-1/+1
* [ Patch from Sebastian Wilhelmi, 52790 ]Owen Taylor2001-08-231-1/+1
* gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,Matthias Clasen2001-08-151-1/+0
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-2/+0
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-121-13/+14
* For XEMBED embedding add a _XEMBED_INFO property to the client withOwen Taylor2001-07-031-5/+4
* !GTK_OBJECT_DESTROYED() -> GTK_WIDGET_REALIZE() for resize queueing.Tim Janik2001-06-281-1/+1
* Add a special size for drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)Owen Taylor2001-06-251-2/+2
* updated externalsHans Breuer2001-06-221-1/+1
* Handle the case without XKB properly.Owen Taylor2001-06-211-1/+1
* Add a GtkWindowGroup struct that allows grouping together multiple windowsOwen Taylor2001-06-141-11/+105
* Add missing gdk_rectangle_get_type() prototype.Owen Taylor2001-06-141-1/+5
* remember widget's double buffering state across expose event, so we stillTim Janik2001-05-121-6/+7
* Added include of unistd.h so that gid_t is defined (on Solaris)Padraig O'Briain2001-05-091-0/+3
* moved GtkAnchorType and GtkSideType from gtkpacker.h to gtkenum.h.Tim Janik2001-04-291-0/+3
* Remove deprecation of gtk_window_set_default_size() until patch addingOwen Taylor2001-04-261-4/+0
* use more elaborate variable names.Tim Janik2001-04-031-5/+7