]> Pileus Git - ~andy/gtk/history - gdk
always run a g_main_iteration, even if there are no active main loops.
[~andy/gtk] / gdk /
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
1998-08-16 Tim Janikfatal warning option is split up now, "--g-fatal-warnin...
1998-08-14 Raph LevienCommitting a patch by Ray Lehtiniemi to speed up 565_d...
1998-08-12 Owen TaylorAdded gdk_text/string_extents() - too calculate all...
1998-08-11 Owen TaylorApplied gtk-pedersen-980727-0; added all logical operat...
1998-08-02 Owen TaylorChange window_private->parent pointer when reparenting.
1998-08-02 Raph LevienMade some config changes to make it work better both...
1998-07-22 Manish Singhactually builds and runs properly on big endian machine...
1998-07-21 Raph LevienMore minor config fixes.
1998-07-21 Raph LevienFixed minor config bug.
1998-07-17 Owen TaylorIf xid_ht hasn't been created yet, don't do the lookup.
1998-07-16 Elliot LeeMake gdk_window_foreign_new fail gracefully
1998-07-15 Manish SinghBuild fixes for gdkrgb
1998-07-15 Raph LevienIntegrating GdkRgb 0.0.3 into the Gtk+ source tree.
1998-07-13 George Leblcheck if old_parent_private is not NULL before trying...
1998-07-10 CDT 1998 Shawn T... 4 bit support, increased available_depths array, which...
1998-07-04 Tim Janikchanged reversed_[12] to reserved_[12] in gtk_*_get_typ...
1998-06-30 Tim Janikimplemented default handler for key-release events...
1998-06-28 Manish Singhuse native Xlib XConvertCase if it's available
1998-06-27 Tim Janikcompatibility function to provide XConvertCase() functi...
1998-06-25 Stefan JeskeAdded functions gdk_text_height, gdk_string_height...
1998-06-24 Tim Janikdo not avoid to queue for a resize if the container...
1998-06-17 Tim Janiknew function gdk_window_at_pointer() to retrive the...
1998-06-15 Owen Taylorgdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile...
1998-06-13 Owen TaylorPatch from Tom Bech <tomb@ii.uib.no>, to handle color...
1998-06-13 Owen TaylorRemoved code for drawing the child in two places at...
1998-06-10 Owen Taylorglib/* Moved to glib module
1998-06-10 Owen TaylorRenamed g_const_pointer => gconstpointer.
1998-06-10 Tim Janikprevent gdk_init() from segfaulting when invoked with...
1998-06-09 Owen TaylorRemoved g_object_pointer_hash, which was just g_direct_...
1998-06-09 Tim Janiknew functions gtk_selection_data_copy and gtk_selection...
1998-06-08 Tim Janikwrapped enum definitions with glib macros.
1998-06-07 Marius VollmerNew prototypes. New functions.
next