summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* g_warning() if setting the local fails, like gdk_set_locale() did.Owen Taylor2002-02-131-9/+20
* XCopyArea with subwindow_mode = IncludeInferiors. (#70999)Owen Taylor2002-02-091-1/+5
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-083-3/+1
* Free the setting name.Anders Carlsson2002-02-071-0/+3
* Keep the length of the anti-expose queue finite, by if it gets too long,Owen Taylor2002-02-062-40/+147
* on Feb 4 10:06:49 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-041-1/+1
* Fix another missing static.Owen Taylor2002-01-313-19/+6
* make static.Mark McLoughlin2002-01-314-13/+13
* fixed a segfault that showed up when using the color picker.Sven Neumann2002-01-291-2/+2
* Move here, and save/restore the X error handler to allow people using GTK+Owen Taylor2002-01-173-251/+161
* Don't mangle sequences of consecutive \n or \r.Owen Taylor2002-01-141-4/+4
* get the types as well as the symbols because we need them inJonathan Blandford2002-01-101-2/+2
* Check for RENDER before trying to use it... XRenderFindFormat() printsOwen Taylor2002-01-092-6/+14
* Fix a problem where were the offset into the image was passed intoOwen Taylor2002-01-081-6/+8
* Optimize a little bit. (More for consistency than because it makes much ofOwen Taylor2002-01-041-13/+10
* Private function to tell if we have RENDER extension.Owen Taylor2002-01-045-132/+807
* Fix problem where retrieved atoms weren't properly returned.Owen Taylor2002-01-041-1/+1
* GDK instead of Gdk.Matthias Clasen2001-12-292-13/+14
* Fix some warnings.Darin Adler2001-12-152-2/+2
* *** empty log message ***Jacob Berkman2001-12-112-30/+36
* Update xsettings name.Anders Carlsson2001-12-091-1/+1
* fix up my list of "cursors that are actually useful" in gdk_cursor_new()Havoc Pennington2001-12-071-10/+54
* Convert atoms to and from atoms for properties of type XA_ATOM. (#65555,Owen Taylor2001-11-291-21/+58
* 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
* Version 1.3.11, interface, binary age 0.Owen Taylor2001-11-211-0/+1
* Use RevertToParent, not RevertToNone. (#64613, Matthias Clasen)Owen Taylor2001-11-191-1/+1
* 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
* Include glib-object.h instead of gobject/gsignal.hOwen Taylor2001-11-181-2/+3
* 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-051-26/+0
* 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
* Always set window->parent (except or the root window itself); if theOwen Taylor2001-10-241-15/+21
* Remove G_DISABLE_CONST_RETURNS.Owen Taylor2001-10-231-1/+1
* Remove handle_box from App demo.Jonathan Blandford2001-10-221-9/+8
* Fix problem with g_return_if_fail return value.Owen Taylor2001-10-2210-271/+517
* fix compilationHavoc Pennington2001-10-181-1/+1
* Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup andMatthias Clasen2001-10-183-17/+53
* Rename ACTIVATE_MNEMONIC enum to MNEMONIC_ACTIVATE; signal was changed aOwen Taylor2001-10-161-1/+1
* Call setlocale (LC_ALL, ""). (#60606)Owen Taylor2001-10-103-25/+28
* Replace reference to non-existent function gdk_x11_cursor_get_xid byMatthias Clasen2001-10-061-2/+2
* Throughout: assorted docsHavoc Pennington2001-10-039-15/+779
* docsHavoc Pennington2001-10-021-0/+11
* Add a compat macro that got lost.Owen Taylor2001-09-241-1/+4
* 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-191-1/+1