summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deprecate gdk_set/get_use_xshm, make gdk_set_use_xshm a noop. RemoveOwen Taylor2001-09-075-15/+68
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-0799-4680/+1146
* gdk/x11/gdkkeys-x11.c (get_direction): Don't call g_strcasecmp on NULL string...Matthias Clasen2001-09-071-8/+12
* Set current serial so that we don't eternally update the keymap after weOwen Taylor2001-09-031-0/+2
* add default iconHavoc Pennington2001-08-292-21/+19
* remove gtk_menu_* compat defines; these are already in gtkmenu.h, and theHavoc Pennington2001-08-261-47/+175
* [ Patch from Sebastian Wilhelmi, 52790 ]Owen Taylor2001-08-2310-4/+39
* updated externalsHans Breuer2001-08-196-131/+644