summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a compat macro that got lost.Owen Taylor2001-09-241-1/+4
* updated externalsHans Breuer2001-09-217-57/+112
* Remove unnecessary call to gdk_image_new_bitmap().Owen Taylor2001-09-201-9/+3
* configure.in gdk/Makefile.am gtk/Makefile.am gtk/gtkselection.cSven Neumann2001-09-201-11/+1
* Add a missing pango_layout_iter_free ().Owen Taylor2001-09-201-0/+2
* Set _NET_WM_PID and WM_CLIENT_MACHINE properties on each window, not justOwen Taylor2001-09-191-0/+12
* Fix propagated (flags && GDK_COLOR_WRITEABLE) typo. (#59723)Owen Taylor2001-09-193-4/+4
* Allow -1 for width/height to mean "width/height of pixbuf" (Patch fromOwen Taylor2001-09-191-9/+25
* Released 1.3.8.GTK_1_3_8Tim Janik2001-09-191-1/+0
* Fix incorrect parameter to compute_double_length (#58680, patch fromOwen Taylor2001-09-191-1/+1
* don't use += before =Matt Wilson2001-09-181-4/+3
* Implement a search path for GTK+ modules.Owen Taylor2001-09-112-2/+27
* Forget gdkfontAlexander Larsson2001-09-101-3/+1
* Update to use the new g_boxed_type_register_static API.Alex Larsson2001-09-104-12/+4
* Prevent a false alarm constness warning with a cast.Owen Taylor2001-09-082-1/+2
* Removed unused function.Alex Larsson2001-09-087-15/+27