]> Pileus Git - ~andy/gtk/history - gdk/x11/gdkmain-x11.c
Use StructureNotifyMaskMask as the mask, as this enables an application
[~andy/gtk] / gdk / x11 / gdkmain-x11.c
1998-03-17 Miguel de IcazaUse StructureNotifyMaskMask as the mask, as this enable...
1998-03-14 Owen TaylorFixed misplaced 'else.' -owt
1998-03-14 Owen TaylorDon't leave NULL's in argv.
1998-03-11 Elliot LeeBug fixes/improvements to the motion event eating for Dnd
1998-03-11 rhlabs<raster@redhat.com>
1998-03-11 rhlabs<raster@redhat.com>
1998-03-10 Elliot LeeDnD bugfixes (hopefully :). Rasters code is still buggy...
1998-03-10 Tim Janikchanged gtk_range_trough_click() to take an additional...
1998-03-10 Elliot LeeMiguel, try this - I think it should do what you need...
1998-03-08 Owen Taylor- Show selection correctly when starting selection...
1998-03-08 Tim Janikapplied a bunch of patches and removed all the printfs...
1998-03-08 Tim Janikdefine the version variables in config.h.
1998-03-07 Tim Janikmade the object/class cast checks much more descriptive...
1998-03-06 Elliot LeeThis commit moves dnd variables around a bit, and has...
1998-03-06 Federico Mena Quintero[Ummm, maybe we should do the same change to the select...
1998-03-05 Owen TaylorUnset allocation on unparent, to force reallocation...
1998-03-05 Miguel de IcazaDrags can only be started with the left button.
1998-03-01 Elliot LeeAdd drag_end_event for future expansion, plus allow...
1998-02-26 Elliot LeeD&D now lets you use shaped windows for drags. As usual...
1998-02-25 Owen TaylorCheck the result of XGetICValues - it is failing for...
1998-02-19 Owen Taylorthe value of ---enable_debug is written into glibconfig...
1998-02-19 Tim Janikmore debugging fixes.
1998-02-19 Manish SinghShould compile with debugging off now...
1998-02-19 Owen Taylorconfigure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.c
1998-02-18 Jay PainterA couple of compiler warning fixes, GtkCList signal...
1998-02-16 Elliot LeeD&D fixes
1998-02-13 Tim Janikcheck for clist !REALIZED. (draw_rows): bail out if...
1998-02-13 Owen Taylorgtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer...
1998-02-07 Tim Janikdon't wipe out window_private's x and y coordinates...
1998-02-05 Tim Janiknew function to perform the same actions as gtk_list_re...
1998-01-26 Tim Janikadded a bunch of checks for window != NULL and private...
1998-01-21 Tim Janiksigh, it wasn't so simple - first correction
1998-01-21 Tim Janiknew function gdk_pointer_is_grabbed(). extremely simple ;)
1998-01-21 Shawn Amundsonstrdup changed to g_strdup
1998-01-17 Owen TaylorTake putback events into account
1998-01-03 Shawn AmundsonSeveral portability fixes from Michael Callahan <callah...
1998-01-02 Elliot LeeFixed recursing bug in gdk_exit_func()
1997-12-31 Elliot Leemisc gtk touchups
1997-12-26 Arturo EspinosaAdded new GDK_NO_EXPOSE and GDK_VISIBILITY_NOTIFY event...
1997-12-19 Elliot LeeOK, handle box is good to go except for having the...
1997-12-18 Elliot LeeFixed restoration of old event mask
1997-12-18 Elliot LeeDnD works again, fixed my own stupidity ;-)
1997-12-18 Elliot Leesorry about the debug define left in... - sopwith
1997-12-18 Elliot LeeDnD debugging misc
1997-12-18 Owen TaylorIt's all in the changelog. Well, almost all.
1997-12-17 Manish SinghAdded gdk_get_display ()
1997-12-17 Elliot LeeAdded root coords to button & motion events - sopwith
1997-12-11 Tim Janikadded gdk_progclass==NULL patch by Oliver Graf <ograf...
1997-12-07 Owen TaylorRemove dependencies of interfaces on USE_XIM Attempt...
1997-12-06 Elliot LeeRead the ChangeLog :)
1997-12-05 Michael JohnsonNo need to DUMP CORE if the display can't be opened...
1997-12-03 Owen TaylorVarious configuration and portability related changes...
1997-11-28 Elliot LeeMisc fixes for color changing stuff
1997-11-27 Gnome CVS UserPatches to support internationalized input by:
1997-11-24 Elliot LeeInitial revision