]> Pileus Git - ~andy/gtk/history - gtk/gtkmain.c
Various cleanups. (#315360, Kjartan Maraas)
[~andy/gtk] / gtk / gtkmain.c
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-02 Matthias ClasenIf the window is destroyed, we still need to deliver...
2005-08-19 Matthias ClasenDon't access the user data on destroyed windows, since...
2005-08-01 Matthias ClasenCall gettext_initialization() here as well. (#311612...
2005-07-19 Tor LillqvistDon't bother mentioning the -fnative-struct (used by...
2005-07-18 Matthias ClasenCall gettext_initialization before checking gtk_initial...
2005-06-25 Matthias ClasenAdd a GrabBroken event to GDK, and a grab-broken-event...
2005-05-02 Michael Nattererreturn silently if "gtk_initialized" is TRUE. Re-enable...
2005-04-22 Tor LillqvistInitailize gettext before use. Calling bindtextdomain...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-12-27 Matthias ClasenTypo fix. (#162278, Torsten Schoenfeld)
2004-11-05 Matthias ClasenDocument new functions.
2004-10-25 Anders CarlssonNew API to handle the clipboard manager.
2004-10-19 Matthias ClasenImplement icon theme caching. (#154034, Martijn Vernooi...
2004-10-08 Matthias ClasenAdd a new debug flag, geometry, to debug size allocation.
2004-09-29 Matthias ClasenMake --g-fatal-warnings a G_OPTION_ARG_NONE, since...
2004-09-28 Matthias ClasenUse gtk_get_option_group() to obtain an option group...
2004-09-27 Matthias ClasenFix #153082:
2004-09-21 Manish Singhremove now unused arg variables.
2004-09-19 Matthias Clasen2.5.3
2004-09-14 Matthias ClasenRemove an unused variable, spotted by Morten Welinder.
2004-09-13 Matthias ClasenFix some problems reported by Morten Welinder:
2004-09-05 Matthias ClasenAdd descriptions for the commandline arguments. The...
2004-09-05 Anders CarlssonMake gtk argument parsing use goption. Add gtk_get_opti...
2004-09-01 Matthias ClasenMake it possible to specify additional modules to load...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-08-09 Matthias ClasenOnly undef gtk_init_check and gtk_init on win32.
2004-08-03 Matthias ClasenFix #149191, reported by Morten Welinder:
2004-06-11 Matthias ClasenTypo fix.
2004-05-18 Matthias ClasenCheck for XFIXES extension.
2004-05-10 Soeren SandmannNew internal function that emits the grab notify signal.
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-03 Owen TaylorSpecial case scroll events so that they propagate up...
2004-01-31 Matthias ClasenDon't leak the GtkKeySnooperData. (#132038, R. McFarland)
2004-01-17 Matthias ClasenSplit the gtk translations into the domains gtk20 and...
2004-01-07 Matthias ClasenChange the return value from gint to gboolean. (#130718...
2003-12-14 Hans Breuerhandle GTK_DATADIR similar as the other filesystem...
2003-10-28 Owen TaylorMove docs inline, rewrite docs, mention memory manageme...
2003-10-23 Owen TaylorFix some unused variables.
2003-09-30 Matthias ClasenDoc formatting tweaks.
2003-09-20 Tor LillqvistDon't use zip -r on the etc directory, to avoid includi...
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...
next