]> Pileus Git - ~andy/gtk/history - gdk/x11
Don't mangle sequences of consecutive \n or \r.
[~andy/gtk] / gdk / x11 /
2002-01-14 Owen TaylorDon't mangle sequences of consecutive \n or \r.
2002-01-10 Jonathan Blandfordget the types as well as the symbols because we need...
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-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...
2001-12-29 Matthias ClasenGDK instead of Gdk.
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-07 Havoc Penningtonfix up my list of "cursors that are actually useful...
2001-11-29 Owen TaylorConvert atoms to and from atoms for properties of type...
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-21 Owen TaylorVersion 1.3.11, interface, binary age 0.
2001-11-19 Owen TaylorUse RevertToParent, not RevertToNone. (#64613, Matthias...
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 Owen TaylorInclude glib-object.h instead of gobject/gsignal.h
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-10-27 Matthias ClasenTypo fix. Updates. Document the special values <none...
2001-10-26 Anders CarlssonUgh, broken pipe.
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 TaylorFix problem with g_return_if_fail return value.
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...
2001-10-03 Havoc PenningtonThroughout: assorted docs
2001-10-02 Havoc Penningtondocs
2001-09-24 Owen TaylorAdd a compat macro that got lost.
2001-09-19 Owen TaylorSet _NET_WM_PID and WM_CLIENT_MACHINE properties on...
2001-09-19 Owen TaylorFix propagated (flags && GDK_COLOR_WRITEABLE) typo...
2001-09-11 Owen TaylorImplement a search path for GTK+ modules.
2001-09-08 Owen TaylorPrevent a false alarm constness warning with a cast.
2001-09-07 Owen TaylorDeprecate gdk_set/get_use_xshm, make gdk_set_use_xshm...
2001-09-07 Owen TaylorMake gdkx.h the only installed header from gdk/x11...
2001-09-07 Matthias Clasengdk/x11/gdkkeys-x11.c (get_direction): Don't call g_str...
2001-09-03 Owen TaylorSet current serial so that we don't eternally update...
2001-08-29 Havoc Penningtonadd default icon
2001-08-15 Matthias Clasengtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,
2001-08-10 Havoc Penningtonfix a typo.
2001-08-08 Hidetoshi Tajimaask apps for COMPOUND_TEXT instead of TEXT correctly...
2001-08-06 Havoc PenningtonThe whole GDK_IS_WINDOW() branch of this was a bit...
2001-07-31 Darin AdlerPut all mentions of GdkFont inside #ifndef GDK_DISABLE_...
2001-07-23 Ron SteinkeAdded a check on the colormap depth to gdk_drawable_set...
2001-07-18 Darin AdlerReorder code so that we don't get a g_warning message...
2001-07-18 Darin AdlerIgnore the sgml directory made by gtkdoc. Use gtk_windo...
2001-07-12 Owen TaylorProperly clean up when handling events for move-resize...
2001-07-06 Owen Taylor Jul 6 15:38:33 2001 Owen Taylor <otaylor@redhat...
2001-07-05 Owen TaylorAdd gdk_set_pointer_hooks() to allow pointer-querying...
2001-07-05 Owen TaylorCheck GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel ...
2001-07-03 Owen TaylorFor XEMBED embedding add a _XEMBED_INFO property to...
2001-07-03 Havoc Penningtonfix to use constants not atoms.
2001-06-30 Owen TaylorAllow %NULL for style to mean "revert to default style"
2001-06-30 Alex LarssonConvert GdkVisual to a GObject.
2001-06-29 Havoc PenningtonClip the retrieved image data to the screen, using...
2001-06-28 Havoc Penningtonnew function for mapping a window without fooling with...
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-06-23 Owen TaylorFix tests for XShm.h.
2001-06-23 Tim Janikdisabled g_free (image) calls, as GdkImage is an object...
2001-06-21 Owen TaylorHandle the case without XKB properly.
2001-06-08 Owen TaylorAdd a direction-changed signal, and gdk_keymap_get_curr...
2001-06-06 Owen TaylorInclude gtkwidget.h (#55798, Karl Nelson)
2001-06-05 Havoc PenningtonIgnore releases for buttons 6, 7
2001-06-04 Havoc Penningtonsupport button 6 and 7 for scroll left/right, from...
2001-06-04 Havoc PenningtonHandle case where we need to parse the xsetting as...
2001-05-30 Owen TaylorValidate value from GDK settings against parameter...
2001-05-20 Havoc PenningtonImprove error messages for X errors and losing connecti...
2001-05-03 Owen TaylorAdd dependency on Atk for accessibility support.
2001-05-02 Owen TaylorAlways trap errors around calls to XSetInputFocus since...
2001-04-28 Havoc Penningtonfix warning
2001-04-26 Jonathan Blandfordclean up column dragging code. Revealed some (potential...
2001-04-26 Owen TaylorRemove deprecation of gtk_window_set_default_size(...
2001-04-25 Owen TaylorTest for window == NULL in a number of cases.
2001-04-18 Owen TaylorTry changing mode on shm segments to 0600. We'll see...
2001-04-18 Owen TaylorIntroduce an extra child of toplevel windows that serve...
2001-04-02 Owen TaylorAdd GdkEventSetting event for notification of changes...
2001-04-01 Tim Janikraise window for non _NET window managers.
2001-03-29 Owen TaylorAdd private function to get the aux info structure...
2001-03-29 Owen Taylor*** empty log message ***
2001-03-16 Alexander LarssonFix sign error with queued region translations.
2001-03-15 Sven Neumannremoved
2001-03-09 Owen TaylorRemove old XIM code.
2001-03-09 Alexander LarssonDocument expose event->region change and that gtk_widge...
2001-03-05 Alexander LarssonAdded GdkWindowTypeHint type. Added modal_hint field...
2001-03-04 Owen TaylorDoc fixes
2001-03-03 Owen TaylorDetectable auto-repeat - make a repeating key generate
2001-03-03 Owen TaylorUnshift the group when extracting it from the X keyboar...
2001-03-02 Havoc Penningtonuse _gdk_region_get_xrectangles()
2001-03-02 Owen TaylorPatch from ChiDeok Hwang to move call to sync_selection...
2001-02-27 Havoc Penningtontest the window state stuff
2001-02-19 Havoc PenningtonGDK_DISABLE_COMPAT_H, GDK_DISABLE_DEPRECATED (we need...
next