summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-2/+7
* Applied patch from Ron Steinke to add signal accumulators so that signalsOwen Taylor2001-04-021-0/+14
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-4/+4
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-2/+2
* Detectable auto-repeat - make a repeating key generateOwen Taylor2001-03-031-13/+39
* test the window state stuffHavoc Pennington2001-02-271-0/+1
* updated for win32 msvc buildHans Breuer2001-02-191-1/+3
* Remove gdkcc.h reference.Owen Taylor2001-02-131-0/+46
* hell, what CVS magic is going on here?Tim Janik2001-02-041-2/+1
* erk, post-commit fixupsTim Janik2001-02-041-2/+0
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-0/+65
* adapt to handle PangoColorHavoc Pennington2001-01-261-1/+5
* gtk/gtkmain.c Use the newTor Lillqvist2001-01-171-5/+3
* handle case where there are no rows in the modelHavoc Pennington2001-01-091-1/+2
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-0/+14
* 'o' < 'p'.Robert Brady2000-11-161-2/+9
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* Check for bind_textdomain_codesetRobert Brady2000-10-221-2/+17
* Remove g_convert (moved to glib) and now useless utf_to_latin1()Owen Taylor2000-09-141-11/+18
* gdk/gdkimage.h No need any longer on Win32 for the shared memoryTor Lillqvist2000-08-191-0/+37
* Use g_message() and not g_warning() to display the message that this is aMartin Baulig2000-08-011-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Generate gtk/makefile.mingw.Tor Lillqvist2000-07-251-5/+5
* Move gtk-config to gtk-config-2.0 move gtk_.m4 to gtk-2.0.m4Owen Taylor2000-07-141-5/+5
* Use gtk_get_default_languageHavoc Pennington2000-06-211-0/+17