summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Rationalized the screen initialization process, changed the GdkDisplayX11Erwann Chenede -2002-05-036-197/+171
* Doc updates.Matthias Clasen2002-05-026-12/+97
* make gdk_screen_get_monitor_at_point cross platform instead of backendErwann Chenede -2002-05-023-33/+18
* removed unneeded ref. #79977Erwann Chenede -2002-05-025-33/+0
* removed that function as gdk_drawable_get_screen does the job. #79964Erwann Chenede -2002-05-013-17/+7
* remove virtualization and made it cross platform. fix #79961 fixedErwann Chenede -2002-05-014-99/+80
* Use the same key when setting and getting NetWmSupportedAtoms.Anders Carlsson2002-05-011-1/+1
* Improve a warning.Matthias Clasen2002-04-301-12/+0
* fix problem with finalizing non-initialized fully display when failing toOwen Taylor2002-04-301-7/+6
* Update for multihead.Owen Taylor2002-04-301-2/+1
* retionalized multihead code in _gdk_x11_copy_to_image. fixes #80256 andErwann Chenede -2002-04-301-11/+14
* Doc fixes.Alex Larsson2002-04-307-23/+19
* Missing ChangeLog entry and indentation fixOwen Taylor2002-04-301-4/+4
* Fix silly bug, noticed by Sven Neumann.Alex Larsson2002-04-291-1/+1
* Use GDK_DISPLAY_XDISPLAY instead of GDK_SCREEN_XDISPLAY since we pass in aAnders Carlsson2002-04-264-1/+10
* include X11/Xlib.h, fixes the buildKristian Rietveld2002-04-261-0/+2
* Add missing gdkscreen/display-x11.h files.Owen Taylor2002-04-263-14/+32
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-2574-4253/+6384
* Save x and y in window_private.Alexander Larsson2002-04-211-0/+3
* replace GDK_IS_WINDOW with GDK_IS_DRAWABLE in the assert, only checkKristian Rietveld2002-04-201-6/+6
* Remove some files whose content is either obsolete or has been movedMatthias Clasen2002-04-191-339/+0
* gdk-pixbuf/Makefile.am (uninstall-libtool-import-lib) Fix typo, thanks toTor Lillqvist2002-04-181-1/+1
* create the target pixbuf AFTER filling in width/height, so that passing inHavoc Pennington2002-04-131-8/+8
* fix cut-n-paste bug which breaks big-endian machines (fixes #73585)jacob berkman2002-04-121-1/+1
* removed gdkkeysyms.h from .cvsignoreSven Neumann2002-04-051-1/+0
* Fix undefined variable typo. Patch from Simon Floery <simon.floery@gmx.at>Alex Larsson2002-04-051-1/+1
* fix segfault upon NULL return from gdk_utf8_to_string_target().Tim Janik2002-04-042-2/+3
* Fix some bugs, and introduce a minor feature.Tor Lillqvist2002-04-041-27/+149
* Fixed dashed line issues (#74441) to an IMO reasonable extend. That is:Hans Breuer2002-03-284-139/+312
* add more explanatory text to the error message about missing charsets, andHavoc Pennington2002-03-231-2/+5
* Fix typo, where x value was assigned to both x and y.Richard Hult2002-03-221-1/+1
* Fix memory leak. (#74400, Morten Welinder.)Owen Taylor2002-03-222-7/+63
* Don't clear all of the pen_style, just the PS_STYLE_MASK. Seems to fixTor Lillqvist2002-03-211-2/+2
* Remove some left over debugging code with a G_BREAKPOINT() in it.Owen Taylor2002-03-211-9/+1
* Patches from Carlo E. Prelz <fluido@fluido.as> Now gtkfb at least compilesAlex Larsson2002-03-212-0/+43
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-202-3/+2
* Fix assignment of time in scroll events. (Sven Neumann, #75574)Owen Taylor2002-03-201-1/+1
* Use gdk_window_get_toplevel(), as it is the top-level windows that areTor Lillqvist2002-03-192-2/+4
* Fix backwards conditional. (#75019, Dan Winship.)Owen Taylor2002-03-181-1/+1
* just return when we have an input_only window (fix by Owen Taylor)Kristian Rietveld2002-03-161-0/+5
* Fix byte shift arithmetic for big-endian. (Tracked down with help fromOwen Taylor2002-03-151-2/+2
* Fudge keymap to have lower upper case variants if there is only a singlePadraig O'Briain2002-03-151-0/+18
* Fix rather improbable reentrancy problem if a window is destroyed whileOwen Taylor2002-03-141-0/+3
* Add missing .la suffix for libgdk_pixbuf.Tor Lillqvist2002-03-071-1/+1
* gdk/Makefile.am rework so that only things that really need to be doneManish Singh2002-03-061-10/+7
* gdk/Makefile.am use install-foo-hook instead of install-foo-local, sinceManish Singh2002-03-061-2/+2
* gdk-pixbuf/gdk_pixbuf.rc.in gdk/win32/rc/gdk.rc.in Use GTK_API_VERSION.Tor Lillqvist2002-03-061-3/+3
* Bypass calls to the grab/ungrab functions in gdkinput-win32.c, as theyTor Lillqvist2002-03-064-62/+131
* Update version to 2.0.0Owen Taylor2002-03-053-25/+25
* Fixes for non XKB operation. (#73103)Owen Taylor2002-03-043-32/+102