]> Pileus Git - ~andy/gtk/history - gtk/gtkmain.c
fixed documentation.
[~andy/gtk] / gtk / gtkmain.c
2003-02-24 Sven Neumannfixed documentation.
2003-01-12 Tor LillqvistMerge from stable:
2002-12-12 Owen TaylorIntercept events of type GDK_SETTING before we check...
2002-11-20 Manish Singhadd -DGTK_DISABLE_DEPRECATED. #undef it at the top...
2002-11-17 Manish Singhadd -DGDK_DISABLE_DEPRECATED
2002-11-02 Owen TaylorAdd startup notification hooks - mostly based on patch...
2002-10-31 Owen TaylorAdd a --screen option for setting the default screen...
2002-10-09 Manish SinghDeprecation cleanup
2002-09-23 Owen TaylorPrivatize gtk_selection_request, gtk_selection_incr_event
2002-09-19 Tor LillqvistOn Win32, look explicitly for LANG, LC_ALL and LC_CTYPE...
2002-08-25 Tor LillqvistCompile gtk_init_abi_check and gtk_init_check_abi_check...
2002-08-07 Matthias ClasenFix doc comment.
2002-08-04 Matthias ClasenFix for binary compatibility across 2.x.y.
2002-06-20 Owen TaylorRenames:
2002-06-20 Owen TaylorAdd a singleton object that we can use to get notificat...
2002-06-20 Owen TaylorGet rid of gtk_style_get_font_for_display(), make gtk_s...
2002-06-14 Owen Taylorri Jun 14 10:00:29 2002 Owen Taylor <otaylor@redhat...
2002-05-30 Michael Meeksdon't leak the paths.
2002-04-29 Alex LarssonIntegrate Erwann Chenede's multihead changes for the...
2002-04-25 Owen TaylorStart of integration of Erwann Chenede's multihead...
2002-04-18 Tor Lillqvistgdk-pixbuf/Makefile.am (uninstall-libtool-import-lib...
2002-03-29 Owen TaylorFix screwup in handling of module path that was resulti...
2002-03-20 Owen TaylorPatch from Erwann Chenede, #73900 fixing a lot of warni...
2002-03-03 Hans Breuermake rewrite_event_for_window() static gtk_rc_clear_rea...
2002-03-03 Owen TaylorFixes for uninstalled operation with module suffixes...
2002-03-02 Owen TaylorClamp @max parameter passed in to [0, MAX_SIZE], improv...
2002-03-02 Owen TaylorRobustify tracking of pointer grab window.
2002-02-21 Owen TaylorImplement "fuzzy" key binding lookups; allow matches...
2002-02-19 Owen TaylorAdd routines _gtk_find_module(), _gtk_get_module_path...
2002-02-13 Owen Taylorg_warning() if setting the local fails, like gdk_set_lo...
2002-02-08 Darin Adlerisspace -> g_ascii_isspace Remove gdki8n.h include...
2002-02-01 Owen Taylor Feb 1 08:57:38 2002 Owen Taylor <otaylor@redhat...
2002-01-29 Owen TaylorRemove the scary startup warning.
2002-01-27 Owen TaylorReturn FALSE not true in the grab_widget == NULL case...
2002-01-19 Jeff GarzikWrap case values in GPOINTER_TO_UINT(). Fixes build...
2002-01-16 Owen TaylorStop the timer on destroy, or when we are notified...
2002-01-08 Matthias ClasenDoc typo fix. (#68172)
2001-12-20 Matthias ClasenMore precise documentation about underscores and mnemon...
2001-12-05 Manish Singhgtk/gtkmain.c g_module_symbol takes a gpointer *, not...
2001-11-13 Tim Janikadded gtkaccelmap.sgml. other updates.
2001-11-06 Tor LillqvistDo search GTK_BINARY_VERSION -specific directory on...
2001-11-04 jacob berkmandon't free the module name until after we load the...
2001-11-02 Owen Taylorref/unref around gtk_widget_event() if we are going...
2001-10-29 Tor LillqvistUpdates.
2001-10-23 Owen TaylorRemove G_DISABLE_CONST_RETURNS.
2001-10-19 Owen TaylorActually export gtk_disable_setlocale(). (Caught by...
2001-10-10 Owen TaylorCall setlocale (LC_ALL, ""). (#60606)
2001-10-03 jacob berkmans/retrive/retrieve/
2001-09-21 Hans Breuerupdated externals
2001-09-11 Owen TaylorImplement a search path for GTK+ modules.
2001-09-08 Havoc Penningtonremove CellRendererTextPixbuf
2001-08-24 Jonathan BlandfordAdd "use_align" to give people the option to just make...
2001-08-23 Owen Taylor[ Patch from Sebastian Wilhelmi, 52790 ]
2001-08-15 Matthias Clasengtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-07-12 Owen TaylorFormatting fixes from multihead brnach. [ mostly foo...
2001-07-03 Owen TaylorFor XEMBED embedding add a _XEMBED_INFO property to...
2001-06-28 Tim Janik!GTK_OBJECT_DESTROYED() -> GTK_WIDGET_REALIZE() for...
2001-06-25 Owen TaylorAdd a special size for drag-and-drop GTK_ICON_SIZE_DND...
2001-06-22 Hans Breuerupdated externals
2001-06-21 Owen TaylorHandle the case without XKB properly.
2001-06-14 Owen TaylorAdd a GtkWindowGroup struct that allows grouping togeth...
2001-06-14 Owen TaylorAdd missing gdk_rectangle_get_type() prototype.
2001-05-12 Tim Janikremember widget's double buffering state across expose...
2001-05-09 Padraig O'BriainAdded include of unistd.h so that gid_t is defined...
2001-04-29 Tim Janikmoved GtkAnchorType and GtkSideType from gtkpacker...
2001-04-26 Owen TaylorRemove deprecation of gtk_window_set_default_size(...
2001-04-03 Tim Janikuse more elaborate variable names.
2001-04-02 Owen TaylorAdd GdkEventSetting event for notification of changes...
2001-04-02 Owen TaylorApplied patch from Ron Steinke to add signal accumulato...
2001-03-16 Havoc PenningtonApplied patch from Nils Barth (bug # 51041) to replace...
2001-03-09 Alexander LarssonDocument expose event->region change and that gtk_widge...
2001-03-03 Owen TaylorDetectable auto-repeat - make a repeating key generate
2001-02-27 Havoc Penningtontest the window state stuff
2001-02-19 Hans Breuerupdated for win32 msvc build
2001-02-13 Owen TaylorRemove gdkcc.h reference.
2001-02-04 Tim Janikhell, what CVS magic is going on here?
2001-02-04 Tim Janikerk, post-commit fixups
2001-02-03 Havoc PenningtonCVS is doing its broken pipe thing, this is more of...
2001-01-26 Havoc Penningtonadapt to handle PangoColor
2001-01-17 Tor Lillqvistgtk/gtkmain.c Use the new
2001-01-09 Havoc Penningtonhandle case where there are no rows in the model
2001-01-04 Havoc PenningtonAdapt to uscore-ification of gtktextiterprivate
2000-11-16 Robert Brady'o' < 'p'.
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-10-22 Robert BradyCheck for bind_textdomain_codeset
2000-09-14 Owen TaylorRemove g_convert (moved to glib) and now useless utf_to...
2000-08-19 Tor Lillqvistgdk/gdkimage.h No need any longer on Win32 for the...
2000-08-01 Martin BauligUse g_message() and not g_warning() to display the...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-25 Tor LillqvistGenerate gtk/makefile.mingw.
2000-07-14 Owen TaylorMove gtk-config to gtk-config-2.0 move gtk_.m4 to gtk...
2000-06-21 Havoc PenningtonUse gtk_get_default_language
2000-06-02 Owen TaylorInitialize DOUBLE_BUFFERED flag to on.
2000-06-02 Havoc PenningtonRemove all references to offscreen flag which was no...
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
2000-03-28 Owen TaylorMerge no-flicker branch into HEAD
2000-03-14 Owen TaylorMerges from gtk-1-2
2000-02-18 Owen TaylorRemove OwnerGrabButtonMask from button entries for...
1999-11-22 Raja R HarinathAdapt cast macros to standard.
next