summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* make gboolean args in prototypes and implementations consistent (TomasTim Janik1999-09-173-64/+63
* slight version increment to 1.2.5-pre2.Tim Janik1999-09-142-10/+18
* When we receive an unexpected destroy notify on one of our windows, don'tOwen Taylor1999-09-032-6/+6
* Add name => font and name => fontset hashes. The name => fontset hash is aOwen Taylor1999-09-033-8/+166
* Remove useless and slightly confusing test. [ XInternAtom (,,TRUE) willOwen Taylor1999-09-024-4/+4
* Don't omit setting the properties if flags == 0 - there may be an existingOwen Taylor1999-09-024-12/+20
* Use gdk_error_trap_push() to avoid stomping over gdk_error_warnings.Owen Taylor1999-09-012-8/+4
* Compute the hints after we request the new size.Owen Taylor1999-09-012-32/+2
* invoke indent on gtkmarshal.*. rewrote source generation rules, useTim Janik1999-08-231-42/+66
* rambopoo commitManish Singh1999-08-231-0/+504
* we use window->need_resize from configure_event now, to indicate that theTim Janik1999-08-202-4/+14
* Added missing sanity checks. (gtk_target_list_unref): Likewise.Federico Mena Quintero1999-08-189-6/+13
* Honor tree->view_lines. (gtk-guy-990611-3.patch: Guy HarrisOwen Taylor1999-08-083-8/+8
* Don't core dump at all on X IO errors, only core dump if --enable-debugOwen Taylor1999-06-302-4/+68
* removed old ""Got event for unknown window:" message. disabledTim Janik1999-06-2512-108/+136
* 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