summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* Move not-null assertion before pointer de-ref.Jeff Garzik1999-01-212-3/+6
* Patch from Felix Bellaby <felix@pooh.u-net.com>Owen Taylor1999-01-172-2/+50
* define GTK_DISABLE_COMPAT_H for compilation of gtk code.Tim Janik1999-01-151-11/+11
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-152-4/+60
* Do all event processing in dispatch() instead of prepare() and check().Owen Taylor1999-01-151-5/+5
* Add a drag_data_received handler for the label.Owen Taylor1999-01-121-55/+150
* Fixed some list-manipulation breakage.Owen Taylor1999-01-091-1/+6
* Make gtk_propagate_event() non-static, we need it in gtkdnd.c so that theOwen Taylor1999-01-051-2/+2
* make this G_PRIORITY_DEFAULT.Tim Janik1999-01-021-1/+1
* Removed features.h test.Jeff Garzik1999-01-022-9/+22
* gdk/gdk.c gdk/gdkinputnone.h casts to get rid of const warningsManish Singh1999-01-022-6/+6
* Check for features.h.Jeff Garzik1999-01-012-20/+18
* Fixed off-by-one error when computing length.Owen Taylor1998-12-291-2/+2
* x Pull in string.h for various mem*() and str*() functions, in anJeff Garzik1998-12-243-2/+29
* removed unused var 64-bit cast point to const data Made const-correct.Jeff Garzik1998-12-242-2/+1
* Request XmTRANFER_FAILURE on Motif drops not within a drop zone. I don'tOwen Taylor1998-12-221-2/+2
* export the priority at which events are processed.Tim Janik1998-12-201-2/+2
* Don't add the gthread libs to GLIB_LIBS either, or -lgthread -lpthreadOwen Taylor1998-12-191-2/+3
* removed return_if_fail (label->words != NULL) since that's a valid caseTim Janik1998-12-191-1/+1
* added gdk_flush() after g_main_run(), so we get the original behaviourTim Janik1998-12-181-1/+1
* Use setlocale (LC_ALL, NULL), not (LC_ALL, "") to query current locale.Owen Taylor1998-12-171-2/+2
* Define gdk_use_mb outside USE_XIM guard. Removed unnecessary USE_XIM guardSebastian Wilhelmi1998-12-171-8/+8
* updated call to g_main_add_poll instead of g_main_poll_addCST 1998 Shawn T. Amundson1998-12-171-1/+1
* Check for broken glibc 2.0 mb functions, and avoid them.Owen Taylor1998-12-172-81/+148
* Don't call XPending() if we have putback events.Owen Taylor1998-12-161-1/+1
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-163-3/+43
* Define gdk_xim_ic only, if USE_XIM is defined.Sebastian Wilhelmi1998-12-161-0/+2
* urg, fixupsTim Janik1998-12-161-8/+0
* Use G_IO_ERR|G_IO_HUP|G_IO_NVAL as the mask for checking forElliot Lee1998-12-151-3/+2
* Added gdk_text_extents_wc()Owen Taylor1998-12-151-0/+74
* Keep separate putback_events and queued_events queues so that we get bothOwen Taylor1998-12-151-30/+74
* Removed unused variable, fixed minor memory leak.Owen Taylor1998-12-151-19/+0
* Remove gdk_signal, which crept back in in last commit.Owen Taylor1998-12-152-46/+2055
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-154-2151/+64
* acconfig.h removed IPC_RMID_DEFERRED_RELEASE checkManish Singh1998-12-151-82/+0
* Corrections to computation of extents of text from a font set. (fromOwen Taylor1998-12-121-4/+4
* Fixed argument list and return type for non-XIM fallback.Sebastian Wilhelmi1998-12-091-8/+8
* Add in missing 'flags' field to target list.Owen Taylor1998-12-091-1/+7
* New file that holds code for dealing with X Input Methods.Owen Taylor1998-12-091-0/+1447
* Destroy widgets _after_ propagating unrealize signals through the widgetOwen Taylor1998-12-094-715/+176
* Use IPC_RMID _after_ doing XShmAttach. This should work everywhere, andOwen Taylor1998-12-071-6/+8
* New functions gtk_window_set_transient_for() - set up a "transient for"Owen Taylor1998-12-071-0/+113
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-304-12/+12
* Fixed gdk_input_devices being NULL when compiled with --xinput=xfree butRaph Levien1998-11-271-10/+12
* Fixed up copyright message.Owen Taylor1998-11-241-13/+13
* Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is theJeff Garzik1998-11-247-7/+7
* Fixed so it at least works with window managers other than Enlightenment,Owen Taylor1998-11-221-24/+27
* Accept drops that are sent to a toplevel but are not within the toplevelsOwen Taylor1998-11-181-27/+69
* Tue Nov 17 1998 The Rasterman <raster@redhat.com> AddedCarsten Haitzler1998-11-181-0/+63
* New function gdk_pixmap_foreign_new(). (gtk-blizzard-981005-0. ChristopherOwen Taylor1998-11-132-0/+50