summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Remove reference to gdkcursors.h.Owen Taylor2001-11-281-1/+0
* Directly include the contents of gdkcursors.h in the GdkCursorType enum.Matthias Clasen2001-11-284-236/+110
* Add long, but horribly sketchy comment about what is going on in thisOwen Taylor2001-11-261-1/+106
* free font_desc when finished (#65266)Kristian Rietveld2001-11-251-0/+2
* gdk/linux-fb/gdkdrawable-fb2.c update to latest Pango APIManish Singh2001-11-246-11/+34
* Handle events in windows other than widget->event_window properly.Owen Taylor2001-11-241-1/+1
* reflect Pango API changeHans Breuer2001-11-231-1/+2
* Fix problem with lost parameter.Owen Taylor2001-11-211-1/+1
* Version 1.3.11, interface, binary age 0.Owen Taylor2001-11-214-11/+12
* Use RevertToParent, not RevertToNone. (#64613, Matthias Clasen)Owen Taylor2001-11-191-1/+1
* remove "temporary" file that has been in CVS for past year or soElliot Lee2001-11-191-13/+0
* Fix a memory leak when retrieving atom names. (Michael Meeks, #64508)Owen Taylor2001-11-191-1/+1
* Update to new Pango API.Alex Larsson2001-11-191-1/+1
* make it compile with msvc: !HAVE_UNISTD_H; no label without op, even ifHans Breuer2001-11-181-201/+266
* Include glib-object.h instead of gobject/gsignal.hOwen Taylor2001-11-187-9/+20
* Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann)Owen Taylor2001-11-161-1/+1
* make sure we know what we are talking about when asked for MINMAXINFO.Hans Breuer2001-11-101-0/+14
* use g_strcasecmp(), some poor platforms don't have strcasecmp()Hans Breuer2001-11-097-59/+81
* Add headers. Add section about ActiveIMM.Tor Lillqvist2001-11-086-162/+105
* Fix misplaced HAVE_XFT.Owen Taylor2001-11-061-1/+1
* Redo Xft support to go directly to Picture objects instead of usingOwen Taylor2001-11-056-77/+205
* Clamp max window width/height to 32767, not 32768 since we have to be ableOwen Taylor2001-11-052-124/+216
* Implement gdk_color_parse() in terms of pango_color_parse().Owen Taylor2001-11-054-1001/+18
* Add a function gdk_window_invalidate_maybe_recurse() for use in "shallowOwen Taylor2001-11-042-18/+66
* Removed -DGTK_DISABLE_COMPAT_H.Sebastian Wilhelmi2001-11-021-46/+0
* these should be 31, not 3. Hooray for Xatoms (and not using the XA_*jacob berkman2001-10-311-2/+2
* automake doesn't support conditionalized LDFLAGS, so put win32 flags injacob berkman2001-10-291-2/+1
* Updates.Tor Lillqvist2001-10-293-2/+61
* New file, hand-written wrapper for the Wintab library.Tor Lillqvist2001-10-2924-708/+376
* static correct-ness, underscore prefixing of library internal functionsHans Breuer2001-10-2820-128/+164
* Typo fix. Updates. Document the special values <none> and <parent> forMatthias Clasen2001-10-271-1/+1
* Ugh, broken pipe.Anders Carlsson2001-10-262-5/+5
* updated externalsHans Breuer2001-10-263-23/+13
* Update to new Pango APIsAlex Larsson2001-10-243-29/+20
* Always set window->parent (except or the root window itself); if theOwen Taylor2001-10-243-27/+44
* Remove G_DISABLE_CONST_RETURNS.Owen Taylor2001-10-231-1/+1
* Remove handle_box from App demo.Jonathan Blandford2001-10-221-9/+8
* Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)GTK_MULTIHEAD_MERGEPOINT_22_10_01Owen Taylor2001-10-221-0/+2
* Don't call g_thread_init(), we don't want to link to -lgthread if we don'tOwen Taylor2001-10-221-3/+2
* Add a function, gdk_threads_init() that must be explicitely called toOwen Taylor2001-10-222-3/+21
* Fix problem with g_return_if_fail return value.Owen Taylor2001-10-2214-312/+616
* Fix up for change to Pango font API. #61933. (Untested, even forOwen Taylor2001-10-191-13/+12
* fix compilationHavoc Pennington2001-10-181-1/+1
* Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup andMatthias Clasen2001-10-1811-28/+101
* Rename ACTIVATE_MNEMONIC enum to MNEMONIC_ACTIVATE; signal was changed aOwen Taylor2001-10-161-1/+1
* Call setlocale (LC_ALL, ""). (#60606)Owen Taylor2001-10-104-64/+29
* Replace reference to non-existent function gdk_x11_cursor_get_xid byMatthias Clasen2001-10-061-2/+2
* forgot to save before previous commit; this adds the deprecationHavoc Pennington2001-10-031-0/+2
* Throughout: assorted docsHavoc Pennington2001-10-0317-35/+1131
* docsHavoc Pennington2001-10-021-0/+11