summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Add call to g_type_init() - we'll need this later, and this makes sureOwen Taylor2000-06-062-1/+7
* We need to treat initial creation different from setting with regards toOwen Taylor2000-06-051-8/+15
* Hack gdk_event_get_graphics_expose() to sort of work by adding an extraOwen Taylor2000-06-051-54/+36
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-0219-1818/+2760
* Remove deadwood code.GTK_PRE_FLICKERElliot Lee2000-06-014-86/+2
* Put it into CVS.Elliot Lee2000-05-3151-0/+22169
* add missing header files.CEST 2000 lupus2000-05-234-0/+866
* If a region does not have any rectangles, or if the specified rectangle isElliot Lee2000-05-182-2/+2
* Plug same refcount leaks as in the X11 backend.gdk-object-branchpointTor Lillqvist2000-05-163-138/+49
* A bit of editing.Owen Taylor2000-05-155-151/+299
* Typo.Tor Lillqvist2000-05-121-1/+1
* Define more message types missing from mingw headers.Tor Lillqvist2000-05-125-15/+317
* Change all conversion from 16-bit formats to 32-bit formats to re-useDarin Adler2000-05-091-67/+118
* Fix typo. I had deleted a ! operator by mistake, which causedTor Lillqvist2000-05-073-202/+501
* Sat, 6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>Paolo Molaro2000-05-0623-0/+5461
* Move gdk_window_clear() into common code, implement in terms ofOwen Taylor2000-05-052-34/+48
* Don't try to draw too narrow or too low arcs, they seem to fail, at leastTor Lillqvist2000-05-022-2/+5
* New file, just a quick hack of the X11 version.Tor Lillqvist2000-05-011-0/+702
* Large changes to the Win32 backend, partially made necessary by theTor Lillqvist2000-05-0126-587/+861
* clean up enum format, remove extra comma, this keeps scanner scripts fromHavoc Pennington2000-04-153-6/+8
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-112-97/+87
* Fix problem with installation directory for gdkx.hOwen Taylor2000-04-071-1/+3
* Fix screwy indentation.Owen Taylor2000-04-053-2/+4
* Fix up merge slipup.Owen Taylor2000-03-282-1/+1
* Include gdkinternals.h instead of gdkprivate.h.Owen Taylor2000-03-284-4/+4
* Merge no-flicker branch into HEADOwen Taylor2000-03-2845-770/+7917
* Remove the #ifndef USE_DISPATCHMESSAGE sections, we do want to useTor Lillqvist2000-03-165-71/+22
* Merges from gtk-1-2Owen Taylor2000-03-1427-176/+189
* Internal GDK error reporting changes: (gdk_win32_gdi_failed) New functionTor Lillqvist2000-03-0813-162/+237
* Store just pixel value of background colour.Tor Lillqvist2000-03-036-111/+201
* s/unsigned long/guint32/g, s/unsigned short/guint16/g, s/unsignedMatt Wilson2000-02-291-100/+100
* Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>GMT 2000 Tony Gale2000-02-292-2/+2
* Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS /Owen Taylor2000-02-184-23/+87
* Move the test for no segments before the assertion for non-NULL segmentTor Lillqvist2000-02-134-78/+120
* init refcount to 1 (gdk_cursor_new): init refcount to 1Havoc Pennington2000-02-132-3/+6
* Add an extra parameter so that we don't have to do unnecessary settings toTor Lillqvist2000-02-1317-698/+820
* s/refcount/ref_count/.Tim Janik2000-02-134-16/+29
* gdk/win32/gdkproperty-win32.c The assertions for GDK_IS_WINDOW wereTor Lillqvist2000-02-092-6/+6
* Use g_filename_to_utf8 to convert the font names Windows gives us fromTor Lillqvist2000-02-038-32/+48
* Added sanity check for width and height being >= 0. Also, do nothing ifFederico Mena Quintero2000-02-021-0/+13
* forgot to cvs add thisHavoc Pennington2000-01-291-0/+49
* use gdk_cursor_unref instead of destroyHavoc Pennington2000-01-297-3/+12
* gdk/gdkwindow.h Remove prototypes for renamed functions.Tor Lillqvist2000-01-282-11/+0
* .cvsignore additionsOwen Taylor2000-01-211-0/+5
* The correct semantics (to mimic the X11 backend, which just callsTor Lillqvist2000-01-181-5/+7
* Removed the broken --enable-canvas-pixbuf option. Added the stuffFederico Mena Quintero2000-01-171-62/+42
* configure.in gdk/Makefile.am gdk/x11/Makefile.am Small fixes, thanks toTor Lillqvist2000-01-154-3/+1604
* new function to let you create a gdk_pixmap from a gdk_pixbuf.Jonathan Blandford2000-01-141-0/+67
* Ignore WM_MOVE for iconified or invisible windows. This fixes variousTor Lillqvist2000-01-091-1/+3
* Fix copy&paste error: Call the backend's draw_lines method, notTor Lillqvist2000-01-051-1/+1