summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
...
* s/XIM_INSTANTIATE_IS_MISSING_OR_STRANGE/XIM_INST_IS_MISSING_OR_STRANGE/Sebastian Wilhelmi1999-01-282-8/+8
* Allow exposure compression across GravityNotify events to improve theOwen Taylor1999-01-282-4/+24
* [ patch from Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> ]Owen Taylor1999-01-282-38/+88
* Change signatures for gdk_drag_begin() and gdk_drag_motion() so that theOwen Taylor1999-01-283-117/+349
* Remove TimJ's checks for already being mapped or hidden. See the ICCCM'sOwen Taylor1999-01-272-4/+4
* Separate out GLIB_LIBS and GLIB_DEPLIBS. This may fix the --with-glibOwen Taylor1999-01-271-1/+1
* Use floor() instead of truncating to integer values so we get translationOwen Taylor1999-01-274-16/+326
* assert ref_count>0.Tim Janik1999-01-272-0/+6
* ByteswapOwen Taylor1999-01-242-10/+10
* Fix reversed assertion. (Pointed out by Austin DonnellyOwen Taylor1999-01-242-2/+2
* X expects longs, not uint32 for XChangeProperty, when format == 32.Owen Taylor1999-01-232-144/+184
* Add flags field to GtkTargetEntry table.Owen Taylor1999-01-232-2/+6
* Set and read the XdndActionList property defined in the Xdnd spec. We doOwen Taylor1999-01-212-22/+220
* Move not-null assertion before pointer de-ref.Jeff Garzik1999-01-214-6/+12
* Patch from Felix Bellaby <felix@pooh.u-net.com>Owen Taylor1999-01-174-4/+100
* define GTK_DISABLE_COMPAT_H for compilation of gtk code.Tim Janik1999-01-152-22/+22
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-157-9/+131
* Do all event processing in dispatch() instead of prepare() and check().Owen Taylor1999-01-152-10/+10
* Add a drag_data_received handler for the label.Owen Taylor1999-01-123-110/+302
* Fixed some list-manipulation breakage.Owen Taylor1999-01-092-2/+12
* Push GdkRGB's visual and colormap around the color selection dialog soOwen Taylor1999-01-061-1/+2
* Make gtk_propagate_event() non-static, we need it in gtkdnd.c so that theOwen Taylor1999-01-052-4/+4
* make this G_PRIORITY_DEFAULT.Tim Janik1999-01-023-3/+3
* Removed features.h test.Jeff Garzik1999-01-024-18/+44
* gdk/gdk.c gdk/gdkinputnone.h casts to get rid of const warningsManish Singh1999-01-024-12/+12
* Check for features.h.Jeff Garzik1999-01-014-40/+36
* Fixed off-by-one error when computing length.Owen Taylor1998-12-292-4/+4
* x Pull in string.h for various mem*() and str*() functions, in anJeff Garzik1998-12-247-6/+71
* removed unused var 64-bit cast point to const data Made const-correct.Jeff Garzik1998-12-244-4/+2
* Request XmTRANFER_FAILURE on Motif drops not within a drop zone. I don'tOwen Taylor1998-12-222-4/+4
* export the priority at which events are processed.Tim Janik1998-12-203-24/+24
* Don't add the gthread libs to GLIB_LIBS either, or -lgthread -lpthreadOwen Taylor1998-12-192-4/+6
* removed return_if_fail (label->words != NULL) since that's a valid caseTim Janik1998-12-192-2/+2
* added gdk_flush() after g_main_run(), so we get the original behaviourTim Janik1998-12-182-2/+2
* Use setlocale (LC_ALL, NULL), not (LC_ALL, "") to query current locale.Owen Taylor1998-12-172-4/+4
* Define gdk_use_mb outside USE_XIM guard. Removed unnecessary USE_XIM guardSebastian Wilhelmi1998-12-172-16/+16
* updated call to g_main_add_poll instead of g_main_poll_addCST 1998 Shawn T. Amundson1998-12-172-2/+2
* Check for broken glibc 2.0 mb functions, and avoid them.Owen Taylor1998-12-174-162/+296
* Don't call XPending() if we have putback events.Owen Taylor1998-12-162-2/+2
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-167-6/+107
* Define gdk_xim_ic only, if USE_XIM is defined.Sebastian Wilhelmi1998-12-162-0/+4
* urg, fixupsTim Janik1998-12-164-28/+11
* Remove --with-threads, unused GTK_THREAD_FLAGSJeff Garzik1998-12-161-1/+0
* Use G_IO_ERR|G_IO_HUP|G_IO_NVAL as the mask for checking forElliot Lee1998-12-152-6/+4
* Added gdk_text_extents_wc()Owen Taylor1998-12-153-0/+156
* Keep separate putback_events and queued_events queues so that we get bothOwen Taylor1998-12-152-60/+148
* Removed unused variable, fixed minor memory leak.Owen Taylor1998-12-152-38/+0
* Remove gdk_signal, which crept back in in last commit.Owen Taylor1998-12-154-92/+4110
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-1513-4385/+142
* acconfig.h removed IPC_RMID_DEFERRED_RELEASE checkManish Singh1998-12-152-164/+0