summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-2423-1/+175
* When sending events to windows with a proxy, set the window field in theOwen Taylor1999-02-231-14/+71
* Always set the max width or height to at least 1, since 0 triggers bugs inOwen Taylor1999-02-211-2/+2
* Changed warnings from g_message() to g_warning().Owen Taylor1999-02-212-10/+10
* Account for the fact that Xlib expects format == 32 to be a long, even onOwen Taylor1999-02-213-24/+42
* removed debugging statements about embedded XID's. They could have beenOwen Taylor1999-02-212-12/+99
* Supplement the existing WMNormalHints, don't overwrite them.Owen Taylor1999-02-101-17/+26
* asure that ->value_buf always points to an allocated area.Tim Janik1999-02-102-715/+731
* If we can't find helvetica, fall back to "fixed". If we can't findOwen Taylor1999-02-102-7/+8
* Adjust saved positions of children when resizing a guffaw_gravity = TRUEOwen Taylor1999-02-051-0/+14
* s/XIM_INSTANTIATE_IS_MISSING_OR_STRANGE/XIM_INST_IS_MISSING_OR_STRANGE/Sebastian Wilhelmi1999-01-281-4/+4
* Allow exposure compression across GravityNotify events to improve theOwen Taylor1999-01-281-2/+12
* [ patch from Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> ]Owen Taylor1999-01-281-19/+44
* Change signatures for gdk_drag_begin() and gdk_drag_motion() so that theOwen Taylor1999-01-281-57/+173
* Remove TimJ's checks for already being mapped or hidden. See the ICCCM'sOwen Taylor1999-01-271-2/+2
* Use floor() instead of truncating to integer values so we get translationOwen Taylor1999-01-271-8/+160
* assert ref_count>0.Tim Janik1999-01-271-0/+3
* ByteswapOwen Taylor1999-01-241-5/+5
* Fix reversed assertion. (Pointed out by Austin DonnellyOwen Taylor1999-01-241-1/+1
* X expects longs, not uint32 for XChangeProperty, when format == 32.Owen Taylor1999-01-231-72/+92
* Add flags field to GtkTargetEntry table.Owen Taylor1999-01-231-1/+3
* Set and read the XdndActionList property defined in the Xdnd spec. We doOwen Taylor1999-01-211-11/+110
* 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