summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.h
Commit message (Expand)AuthorAgeFilesLines
* whitespace cleanup: remove trailing whitespace and excess newlines andMichael Natterer2008-05-281-1/+1
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* Make gtk_check_version() return const. (#496734, Nicolas Joseph)Matthias Clasen2007-11-191-3/+3
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-7/+2
* Make gtk argument parsing use goption. Add gtk_get_option_group andAnders Carlsson2004-09-051-0/+10
* Make it possible to specify additional modules to load via a setting.Matthias Clasen2004-09-011-7/+0
* Ugh, forgotten ;Matthias Clasen2004-07-131-1/+1
* Add gtk_parse_args()Matthias Clasen2004-07-131-0/+3
* Change the return value from gint to gboolean. (#130718, reported byMatthias Clasen2004-01-071-1/+1
* Don't use zip -r on the etc directory, to avoid including editor backupTor Lillqvist2003-09-201-0/+2
* Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecatedMatthias Clasen2003-02-051-2/+2
* Deprecate gtk_paned_computed_position(). (#97077)Matthias Clasen2003-01-311-1/+2
* Include gtkbox.h and gtkwindow.h on Win32, as the defines for structTor Lillqvist2002-08-241-1/+4
* Add a singleton object that we can use to get notification when displaysOwen Taylor2002-06-201-5/+6
* gdk-pixbuf/Makefile.am (uninstall-libtool-import-lib) Fix typo, thanks toTor Lillqvist2002-04-181-4/+6
* fix typo in gtk_init_check macro, which caused crashes if argc != 0Hans Breuer2002-03-291-1/+1
* Add routines _gtk_find_module(), _gtk_get_module_path() to look up aOwen Taylor2002-02-191-0/+3
* Version 1.3.11, interface, binary age 0.Owen Taylor2001-11-211-7/+0
* Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)GTK_MULTIHEAD_MERGEPOINT_22_10_01Owen Taylor2001-10-221-1/+7
* Actually export gtk_disable_setlocale(). (Caught by Sven Neumann)Owen Taylor2001-10-191-0/+2
* updated externalsHans Breuer2001-09-211-0/+7
* Add missing gdk_rectangle_get_type() prototype.Owen Taylor2001-06-141-5/+3
* Applied patch from Ron Steinke to add signal accumulators so that signalsOwen Taylor2001-04-021-0/+6
* New function. print_event_state, print_event): Use preprocessor macro toTor Lillqvist2001-03-181-2/+2
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-8/+8
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-0/+2
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-3/+4
* Changes by Hans Breuer:Tor Lillqvist2000-11-301-1/+1
* Remove g_convert (moved to glib) and now useless utf_to_latin1()Owen Taylor2000-09-141-1/+3
* Use G_GNUC_CONST.Elliot Lee2000-08-301-2/+2
* gdk/gdkimage.h No need any longer on Win32 for the shared memoryTor Lillqvist2000-08-191-0/+20
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Use gtk_get_default_languageHavoc Pennington2000-06-211-7/+11
* correct checking for BeOS checkManish Singh1999-10-041-1/+1
* This might seem like a large patch, but it isn't that bad, and nothingTor Lillqvist1999-03-151-5/+15
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Account for the fact that Xlib expects format == 32 to be a long, even onOwen Taylor1999-02-211-0/+2
* Make gtk_propagate_event() non-static, we need it in gtkdnd.c so that theOwen Taylor1999-01-051-0/+5
* export the priority at which events are processed.Tim Janik1998-12-201-8/+0
* Don't add the gthread libs to GLIB_LIBS either, or -lgthread -lpthreadOwen Taylor1998-12-191-4/+11
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-161-3/+0
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-2/+11
* reverted marius change to expose the type systems internal type info dataTim Janik1998-12-071-10/+12
* removed all occourances of #pragma } and #pragma { which were in place toTim Janik1998-10-071-1/+0
* added a function to perform a binary version check, returning a staticTim Janik1998-08-211-0/+3
* feature a new commandline option --gtk-with-module=<module> that allowsTim Janik1998-08-171-0/+2
* export gtk_binary_age and gtk_interface_age.Tim Janik1998-07-191-0/+4
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* fix popup calculations (removal of FIXMEs), changes from Lars Hamann.Tim Janik1998-03-131-0/+2
* changed handler tags to be of type guint, reflecting the internal tagTim Janik1998-03-121-43/+43