summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Corrections to computation of extents of text from a font set. (fromOwen Taylor1998-12-122-8/+8
* Fixed argument list and return type for non-XIM fallback.Sebastian Wilhelmi1998-12-092-16/+16
* Add in missing 'flags' field to target list.Owen Taylor1998-12-092-2/+14
* put text after #endif in commentManish Singh1998-12-092-4/+3
* New file that holds code for dealing with X Input Methods.Owen Taylor1998-12-092-0/+2894
* Destroy widgets _after_ propagating unrealize signals through the widgetOwen Taylor1998-12-0914-1576/+542
* Don't name function parameters after ObjC reserved words ("id" toElliot Lee1998-12-071-1/+1
* Use IPC_RMID _after_ doing XShmAttach. This should work everywhere, andOwen Taylor1998-12-072-12/+16
* New functions gtk_window_set_transient_for() - set up a "transient for"Owen Taylor1998-12-074-5/+259
* configure.in gdk/Makefile.am Put -DFOO stuff into Makefile.am INCLUDES.Manish Singh1998-12-011-1/+9
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-309-29/+29
* Fixed gdk_input_devices being NULL when compiled with --xinput=xfree butRaph Levien1998-11-272-20/+24
* Fixed up copyright message.Owen Taylor1998-11-244-46/+46
* Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is theJeff Garzik1998-11-2416-18/+17