]> Pileus Git - ~andy/gtk/history - gdk
Try and spell my own name right - Tony
[~andy/gtk] / gdk /
1999-01-28 Sebastian Wilhelmis/XIM_INSTANTIATE_IS_MISSING_OR_STRANGE/XIM_INST_IS_MIS...
1999-01-28 Owen TaylorAllow exposure compression across GravityNotify events...
1999-01-28 Owen Taylor[ patch from Takashi Matsuda <matsu@arch.comp.kyutech...
1999-01-28 Owen TaylorChange signatures for gdk_drag_begin() and gdk_drag_mot...
1999-01-27 Owen TaylorRemove TimJ's checks for already being mapped or hidden...
1999-01-27 Owen TaylorSeparate out GLIB_LIBS and GLIB_DEPLIBS. This may fix...
1999-01-27 Owen TaylorUse floor() instead of truncating to integer values...
1999-01-27 Tim Janikassert ref_count>0.
1999-01-24 Owen TaylorByteswap
1999-01-24 Owen TaylorFix reversed assertion. (Pointed out by Austin Donnelly
1999-01-23 Owen TaylorX expects longs, not uint32 for XChangeProperty, when...
1999-01-23 Owen TaylorAdd flags field to GtkTargetEntry table.
1999-01-21 Owen TaylorSet and read the XdndActionList property defined in...
1999-01-21 Jeff GarzikMove not-null assertion before pointer de-ref.
1999-01-17 Owen TaylorPatch from Felix Bellaby <felix@pooh.u-net.com>
1999-01-15 Tim Janikdefine GTK_DISABLE_COMPAT_H for compilation of gtk...
1999-01-15 Owen Taylornparams for selection_get should be 3, not 2. [ From...
1999-01-15 Owen TaylorDo all event processing in dispatch() instead of prepar...
1999-01-12 Owen TaylorAdd a drag_data_received handler for the label.
1999-01-09 Owen TaylorFixed some list-manipulation breakage.
1999-01-06 Owen TaylorPush GdkRGB's visual and colormap around the color...
1999-01-05 Owen TaylorMake gtk_propagate_event() non-static, we need it in...
1999-01-02 Tim Janikmake this G_PRIORITY_DEFAULT.
1999-01-02 Jeff GarzikRemoved features.h test.
1999-01-02 Manish Singhgdk/gdk.c gdk/gdkinputnone.h casts to get rid of const...
1999-01-01 Jeff GarzikCheck for features.h.
1998-12-29 Owen TaylorFixed off-by-one error when computing length.
1998-12-24 Jeff Garzikx Pull in string.h for various mem*() and str*() functi...
1998-12-24 Jeff Garzikremoved unused var 64-bit cast point to const data...
1998-12-22 Owen TaylorRequest XmTRANFER_FAILURE on Motif drops not within...
1998-12-20 Tim Janikexport the priority at which events are processed.
1998-12-19 Owen TaylorDon't add the gthread libs to GLIB_LIBS either, or...
1998-12-19 Tim Janikremoved return_if_fail (label->words != NULL) since...
1998-12-18 Tim Janikadded gdk_flush() after g_main_run(), so we get the...
1998-12-17 Owen TaylorUse setlocale (LC_ALL, NULL), not (LC_ALL, "") to query...
1998-12-17 Sebastian WilhelmiDefine gdk_use_mb outside USE_XIM guard. Removed unnece...
1998-12-17 CST 1998 Shawn T... updated call to g_main_add_poll instead of g_main_poll_add
1998-12-17 Owen TaylorCheck for broken glibc 2.0 mb functions, and avoid...
1998-12-16 Owen TaylorDon't call XPending() if we have putback events.
1998-12-16 Owen TaylorMove main thread lock back to GDK - we need it there...
1998-12-16 Sebastian WilhelmiDefine gdk_xim_ic only, if USE_XIM is defined.
1998-12-16 Tim Janikurg, fixups
1998-12-16 Jeff GarzikRemove --with-threads, unused GTK_THREAD_FLAGS
1998-12-15 Elliot LeeUse G_IO_ERR|G_IO_HUP|G_IO_NVAL as the mask for checkin...
1998-12-15 Owen TaylorAdded gdk_text_extents_wc()
1998-12-15 Owen TaylorKeep separate putback_events and queued_events queues...
1998-12-15 Owen TaylorRemoved unused variable, fixed minor memory leak.
1998-12-15 Owen TaylorRemove gdk_signal, which crept back in in last commit.
1998-12-15 Owen TaylorCommented out testthreads from the build process, since...
1998-12-15 Manish Singhacconfig.h removed IPC_RMID_DEFERRED_RELEASE check
1998-12-12 Owen TaylorCorrections to computation of extents of text from...
1998-12-09 Sebastian WilhelmiFixed argument list and return type for non-XIM fallback.
1998-12-09 Owen TaylorAdd in missing 'flags' field to target list.
1998-12-09 Manish Singhput text after #endif in comment
1998-12-09 Owen TaylorNew file that holds code for dealing with X Input Methods.
1998-12-09 Owen TaylorDestroy widgets _after_ propagating unrealize signals...
1998-12-07 Elliot LeeDon't name function parameters after ObjC reserved...
1998-12-07 Owen TaylorUse IPC_RMID _after_ doing XShmAttach. This should...
1998-12-07 Owen TaylorNew functions gtk_window_set_transient_for() - set...
1998-12-01 Manish Singhconfigure.in gdk/Makefile.am Put -DFOO stuff into Makef...
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-27 Raph LevienFixed gdk_input_devices being NULL when compiled with...
1998-11-24 Owen TaylorFixed up copyright message.
1998-11-24 Jeff GarzikRemoved DEFS "+=" mess that breaks recent automakes...
1998-11-22 Owen TaylorFixed so it at least works with window managers other...
1998-11-18 Owen TaylorAccept drops that are sent to a toplevel but are not...
1998-11-18 Carsten HaitzlerTue Nov 17 1998 The Rasterman <raster@redhat.com> Added
1998-11-13 Owen TaylorNew function gdk_pixmap_foreign_new(). (gtk-blizzard...
1998-11-07 Jay Coxforward declaration for gtk_window_paint declare xid_ht...
1998-11-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-11-01 Raja R HarinathRemove `#pragma }'.
1998-10-26 Joel Beckerfixed extraneous "," on line 390
1998-10-21 Arturo EspinosaOne-character fix to make it compile - Federico
1998-10-20 Owen TaylorAlways send "drag_leave" to dests without GTK_DEST_DEFA...
1998-10-18 Owen TaylorAdded a modular client-message-filter mechanism, that...
1998-10-07 Tim Janikremoved all occourances of #pragma } and #pragma {...
1998-10-05 Raph LevienFixed an alpha bug.
1998-09-25 Tim Janiknew function to get the *real* geometry position of...
1998-09-20 Owen TaylorAdd names to prototype for gdk_image_new_bitmap.
1998-09-17 Manish Singhshutup CVS further
1998-09-17 Owen TaylorUpdate to libtool-1.2b, change library versioning schem...
1998-09-15 Owen TaylorReverted global changes of g_new to malloc(), added...
1998-09-15 CDT 1998 Shawn T... changed g_new()s to malloc()s and g_free()s to free...
1998-09-11 Raph LevienChecking in minor changes. Now synced with 0.9.0.
1998-09-08 Tim Janikuse g_atexit() instead of ATEXIT.
1998-09-05 Owen TaylorWhen the pointer is grabbed on an input window, either...
1998-09-03 Raph LevienFixed up some of the bigendian 32bpp modes.
1998-09-01 Raph LevienMinor improvements to gdkrgb, added testrgb to the...
1998-08-31 Raph LevienAdded a gdk_draw_rgb_image_dithalign function.
1998-08-29 Manish Singhquell some warnings with g_hash_table_new
1998-08-25 Owen TaylorReference count the fonts used in the text widget.
1998-08-24 Manish Singhremoved some unused variables
1998-08-22 Raph LevienAdded some calls to gdk_rgb_init, so it's much more...
1998-08-20 Manish Singhsilly visual fixes
1998-08-20 Raph LevienMinor fixes that were needed for the Gimp/GdkRgb integr...
1998-08-18 Tim Janikuse g_get_current_dir() instead of getcwd().
1998-08-18 Tim Janikrestricted the --g*fatal-* arguments to --g-fatal-warni...
1998-08-18 Raph LevienIt works better when I actually check the file in ...
1998-08-17 Tim Janikremoved gtk_input_add_interp.
1998-08-17 Dietmar Maurergdk.c: fixed bug in gdk_input_remove
next