]> Pileus Git - ~andy/gtk/history - gdk
just go ahead and flush all the first validate stuff if it hasn't been
[~andy/gtk] / gdk /
2002-02-13 Tor LillqvistAdd some more GdkDebugFlags, for more fine-grained...
2002-02-13 Owen Taylorg_warning() if setting the local fails, like gdk_set_lo...
2002-02-11 jacob berkmanfix signature to match implementation
2002-02-10 Hans Breuerdon't reduce the scroll rect size by the scroll amount
2002-02-09 Owen TaylorXCopyArea with subwindow_mode = IncludeInferiors. ...
2002-02-08 Darin Adlerisspace -> g_ascii_isspace Remove gdki8n.h include...
2002-02-07 Anders CarlssonFree the setting name.
2002-02-06 Owen TaylorKeep the length of the anti-expose queue finite, by...
2002-02-05 Federico Mena QuinteroDo not #include <gdk/gdkwindow.h>.
2002-02-04 Owen Tayloron Feb 4 10:06:49 2002 Owen Taylor <otaylor@redhat...
2002-01-31 Owen TaylorFix another missing static.
2002-01-31 Mark McLoughlinmake static.
2002-01-30 Owen TaylorDeprecate GtkPreviewType, GtkSignalRunType, GtkSideType,
2002-01-29 Owen TaylorCall _gdk_draw_pixbuf(), thus enabling using this funct...
2002-01-29 Sven Neumannfixed a segfault that showed up when using the color...
2002-01-25 Federico Mena QuinteroMerge from gdk-pixbuf stable.
2002-01-25 Alex LarssonImplement copy_to_image instead of get_image
2002-01-21 Owen TaylorSet the fallback program class here, rather than
2002-01-21 Owen TaylorFix wrong types for command line arguments (#69124...
2002-01-21 Havoc Penningtonmention that window arg can be NULL
2002-01-19 Jeff GarzikWrap case values in GPOINTER_TO_UINT(). Fixes build...
2002-01-18 Raja R HarinathSimplify Makefiles. <URL: http://bugzilla.gnome.org...
2002-01-17 Owen TaylorMove here, and save/restore the X error handler to...
2002-01-14 Owen TaylorDon't mangle sequences of consecutive \n or \r.
2002-01-13 Sven Neumanndocumentation cleanups.
2002-01-11 Tor LillqvistFixes contributed by Archaeopteryx Software: This is...
2002-01-11 Tim Janikget rid of extraneous prototype
2002-01-10 Jonathan Blandfordget the types as well as the symbols because we need...
2002-01-10 Tor LillqvistApply the same fixes and improvements as to the gtk...
2002-01-09 Owen TaylorCheck for RENDER before trying to use it... XRenderFind...
2002-01-08 Owen TaylorFix a problem where were the offset into the image...
2002-01-05 Hans Breuerneed to cast image->mem away from void* to avoid 'error...
2002-01-04 Owen TaylorOptimize a little bit. (More for consistency than becau...
2002-01-04 Owen TaylorPrivate function to tell if we have RENDER extension.
2002-01-04 Owen TaylorFix problem where retrieved atoms weren't properly...
2002-01-01 Tor LillqvistAppend EXEEXT to ../gdk-pixbuf/gdk-pixbuf-csource.
2001-12-29 Matthias ClasenGDK instead of Gdk.
2001-12-28 Tor LillqvistUse G_N_ELEMENTS(). (unicode_classify): Don't return...
2001-12-23 Owen Taylor1.3.12, interface, binary age 0.
2001-12-18 Owen TaylorExplicitely deprecate gdk_gc_set_font() (reported by...
2001-12-18 Owen TaylorFix prototype for direction_changed. (Reported by Jeff...
2001-12-15 Darin Adler Fix some warnings.
2001-12-11 Jacob Berkman*** empty log message ***
2001-12-09 Anders CarlssonUpdate xsettings name.
2001-12-08 Christopher BlizzardFallback to setting the prgname to "<unknown>" if someo...
2001-12-07 Havoc Penningtonfix up my list of "cursors that are actually useful...
2001-12-06 Matthias ClasenFix docs. (#66383)
2001-12-05 Matthias ClasenDeprecate. (#65851)
2001-12-04 Owen TaylorRef and sink priv->tooltips in init() and unref priv...
2001-11-30 Matthias ClasenDeprecate.
2001-11-30 Owen TaylorPatch from Hidetoshi Tajima to fix bad match error...
2001-11-29 Matthias ClasenTypo fix.
2001-11-29 Owen TaylorConvert atoms to and from atoms for properties of type...
2001-11-28 Owen TaylorRemove reference to gdkcursors.h.
2001-11-28 Matthias ClasenDirectly include the contents of gdkcursors.h in the...
2001-11-26 Owen TaylorAdd long, but horribly sketchy comment about what is...
2001-11-25 Kristian Rietveldfree font_desc when finished (#65266)
2001-11-24 Manish Singhgdk/linux-fb/gdkdrawable-fb2.c update to latest Pango API
2001-11-24 Owen TaylorHandle events in windows other than widget->event_windo...
2001-11-23 Hans Breuerreflect Pango API change
2001-11-21 Owen TaylorFix problem with lost parameter.
2001-11-21 Owen TaylorVersion 1.3.11, interface, binary age 0.
2001-11-19 Owen TaylorUse RevertToParent, not RevertToNone. (#64613, Matthias...
2001-11-19 Elliot Leeremove "temporary" file that has been in CVS for past...
2001-11-19 Owen TaylorFix a memory leak when retrieving atom names. (Michael...
2001-11-19 Alex LarssonUpdate to new Pango API.
2001-11-18 Hans Breuermake it compile with msvc: !HAVE_UNISTD_H; no label...
2001-11-18 Owen TaylorInclude glib-object.h instead of gobject/gsignal.h
2001-11-16 Owen TaylorCal gdk_window_invalidate_maybe_recurse() for recursion...
2001-11-10 Hans Breuermake sure we know what we are talking about when asked...
2001-11-09 Hans Breueruse g_strcasecmp(), some poor platforms don't have...
2001-11-08 Tor LillqvistAdd headers. Add section about ActiveIMM.
2001-11-06 Owen TaylorFix misplaced HAVE_XFT.
2001-11-05 Owen TaylorRedo Xft support to go directly to Picture objects...
2001-11-05 Owen TaylorClamp max window width/height to 32767, not 32768 since...
2001-11-05 Owen TaylorImplement gdk_color_parse() in terms of pango_color_par...
2001-11-04 Owen TaylorAdd a function gdk_window_invalidate_maybe_recurse...
2001-11-02 Sebastian WilhelmiRemoved -DGTK_DISABLE_COMPAT_H.
2001-10-31 jacob berkmanthese should be 31, not 3. Hooray for Xatoms (and not...
2001-10-29 jacob berkmanautomake doesn't support conditionalized LDFLAGS, so...
2001-10-29 Tor LillqvistUpdates.
2001-10-29 Tor LillqvistNew file, hand-written wrapper for the Wintab library.
2001-10-28 Hans Breuerstatic correct-ness, underscore prefixing of library...
2001-10-27 Matthias ClasenTypo fix. Updates. Document the special values <none...
2001-10-26 Anders CarlssonUgh, broken pipe.
2001-10-26 Hans Breuerupdated externals
2001-10-24 Alex LarssonUpdate to new Pango APIs
2001-10-24 Owen TaylorAlways set window->parent (except or the root window...
2001-10-23 Owen TaylorRemove G_DISABLE_CONST_RETURNS.
2001-10-22 Jonathan BlandfordRemove handle_box from App demo.
2001-10-22 Owen TaylorDeprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)
2001-10-22 Owen TaylorDon't call g_thread_init(), we don't want to link to...
2001-10-22 Owen TaylorAdd a function, gdk_threads_init() that must be explici...
2001-10-22 Owen TaylorFix problem with g_return_if_fail return value.
2001-10-19 Owen TaylorFix up for change to Pango font API. #61933. (Untested...
2001-10-18 Havoc Penningtonfix compilation
2001-10-18 Matthias ClasenAdd gdk_window_lookup, gdk_window_foreign_new, gdk_pixm...
2001-10-16 Owen TaylorRename ACTIVATE_MNEMONIC enum to MNEMONIC_ACTIVATE...
2001-10-10 Owen TaylorCall setlocale (LC_ALL, ""). (#60606)
2001-10-06 Matthias ClasenReplace reference to non-existent function gdk_x11_curs...
next