summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed so it at least works with window managers other than Enlightenment,Owen Taylor1998-11-223-49/+55
* Accept drops that are sent to a toplevel but are not within the toplevelsOwen Taylor1998-11-183-56/+140
* Tue Nov 17 1998 The Rasterman <raster@redhat.com> AddedCarsten Haitzler1998-11-183-0/+129
* New function gdk_pixmap_foreign_new(). (gtk-blizzard-981005-0. ChristopherOwen Taylor1998-11-136-1/+101
* forward declaration for gtk_window_paint declare xid_ht static get theJay Cox1998-11-072-2/+2
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-0619-344/+1342
* Remove `#pragma }'.Raja R Harinath1998-11-011-3/+3
* fixed extraneous "," on line 390Joel Becker1998-10-261-1/+1
* One-character fix to make it compile - FedericoArturo Espinosa1998-10-212-2/+2
* Always send "drag_leave" to dests without GTK_DEST_DEFAULT_MOTION.Owen Taylor1998-10-202-342/+294
* Added a modular client-message-filter mechanism, that is used for the DNDOwen Taylor1998-10-1815-2310/+6310
* removed all occourances of #pragma } and #pragma { which were in place toTim Janik1998-10-071-1/+0
* Fixed an alpha bug.Raph Levien1998-10-051-3/+3