summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Removed stray GtkPlugButton declaration.Owen Taylor1999-05-062-2/+2
* Change G_MAXINT to 2^16 to alleviate overflow problems in various windowOwen Taylor1999-05-062-16/+16
* Patch from Sung-Hyun Nam <namsh@lgic.co.kr>Owen Taylor1999-05-062-20/+20
* Initialize size_hints.x and size_hints.y because kwm brokenly paysOwen Taylor1999-05-052-2/+18
* Free the return value of gdk_list_visuals(). (Bug #1193 - Morten WelinderOwen Taylor1999-05-051-6/+9
* cast the return value of XSetIMValues to (void *) when comparing to NULL,Manish Singh1999-05-042-2/+2
* Use width,height = 0, 0 to mean - here to edge of window, instead of -1,Owen Taylor1999-05-042-2/+6
* check private->destroyed before making the callManish Singh1999-05-021-5/+7
* Fix leak pointed out by Morten Welinder <terra@diku.dk>.Owen Taylor1999-04-272-0/+8
* correctly remove the default filter from the listGeorge Lebl1999-04-212-2/+2
* #include "gdkkeysyms.h" for gdk_XConvertCase #definesManish Singh1999-04-172-0/+2
* removed some silly #ifdef HAVE_CONFIG that we don't do in many otherOwen Taylor1999-04-134-24/+8
* bumped version number to Gtk+ 1.2.2, interface 0, binary 2.Tim Janik1999-04-112-2/+2
* Add error traps so if the other end of the connection dies, we survive.Owen Taylor1999-04-062-2/+2
* Only unhighlight when we've previously highlighted.Owen Taylor1999-04-062-58/+40
* Check explicitly for the string "None" - it is in the XPM spec and someOwen Taylor1999-04-052-2/+2
* Fix warning created by people mucking around with the gsource API.Owen Taylor1999-04-052-20/+40
* made "->" into a "." of previous change so it compilesManish Singh1999-04-022-2/+2
* Set the window field of the event structure before calling user filters.Federico Mena Quintero1999-04-012-0/+4
* Use False as the last argument to XInternAtom() here. This is aFederico Mena Quintero1999-04-012-6/+6
* Free the value of the intermediate text property - prevents major memoryOwen Taylor1999-03-292-0/+4
* Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>Owen Taylor1999-03-296-2/+44
* Fix bug where if --display is specified on the command line, than the dragOwen Taylor1999-03-294-8/+10
* plugging problems reported by "Bruce Mitchener, Jr." <bruce@puremagic.com>Tim Janik1999-03-174-202/+202
* first lookup the xfont ID in our font hash table, if we have aTim Janik1999-03-092-24/+44
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-2456-2/+427
* When sending events to windows with a proxy, set the window field in theOwen Taylor1999-02-232-28/+142
* Always set the max width or height to at least 1, since 0 triggers bugs inOwen Taylor1999-02-212-4/+4
* Changed warnings from g_message() to g_warning().Owen Taylor1999-02-214-20/+20
* Account for the fact that Xlib expects format == 32 to be a long, even onOwen Taylor1999-02-217-48/+86
* removed debugging statements about embedded XID's. They could have beenOwen Taylor1999-02-215-24/+204
* Supplement the existing WMNormalHints, don't overwrite them.Owen Taylor1999-02-102-34/+52
* asure that ->value_buf always points to an allocated area.Tim Janik1999-02-105-1434/+1468
* If we can't find helvetica, fall back to "fixed". If we can't findOwen Taylor1999-02-104-14/+16
* Adjust saved positions of children when resizing a guffaw_gravity = TRUEOwen Taylor1999-02-052-0/+28
* 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