summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up some more leftovers from before Owen's reorganization: Don't haveTor Lillqvist2000-01-021-10/+9
* Added reference counting to animations. A web browser may want to share aFederico Mena Quintero2000-01-021-4/+4
* gdk/win32/gdkprivate-win32.h gdk/win32/gdkevents-win32.cTor Lillqvist1999-12-304-5/+2
* If we don't HAVE_XCONVERTCASE we must #include gdkkeysyms.h to get theTor Lillqvist1999-12-292-0/+5
* When handling a single character (text length == 1), don't handle it as ifTor Lillqvist1999-12-181-6/+24
* More tweaks. Check only if at least one of those Unicode subrange bits weTor Lillqvist1999-12-121-10/+17
* gdk/Makefile.am Distribute Win32 files.Tor Lillqvist1999-12-115-73/+104
* Distribute README.win32.Tor Lillqvist1999-12-112-1/+110
* Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as theyTor Lillqvist1999-12-113-4/+4
* make a warning go away.Jonathan Blandford1999-12-101-1/+1
* Should now handle all formats, slow routine used where optimisedMichael Zucchi1999-12-091-21/+115
* Filled in body of function. (rgbconvert): Added GdkColormap parameter, andMichael Zucchi1999-12-091-79/+42
* Fixed the red/green/red bug on two occasions. Changed from the customArjan van de Ven1999-12-081-2/+2
* Fix includes. (gdk_pixbuf_get_from_drawable): Implemented the zillionFederico Mena Quintero1999-12-081-173/+331
* Fix string measurement code. For now, the rbearing is set to the same asTor Lillqvist1999-12-061-12/+6
* New function. Guesstimate what Unicode subranges a font covers based onTor Lillqvist1999-12-055-106/+667
* Change only_if_exists argument of gdk_atom_intern to bool.Owen Taylor1999-12-032-2/+2
* #include <config.h>, and fix includes.Federico Mena Quintero1999-12-022-3/+3
* Keep the mask around until after we draw ... since the GC changes aren'tOwen Taylor1999-11-301-2/+4
* Temp debugging function prototype left in by mistake.Tor Lillqvist1999-11-251-1/+0
* Fix two copy&paste errors.Tor Lillqvist1999-11-255-110/+163
* Create the temporary buffer to the size of the interesction of theFederico Mena Quintero1999-11-241-10/+11
* set event->any.window before calling filter functions.Tor Lillqvist1999-11-231-0/+2
* make the symlink. Does not work for srcdir != buildir != . Beats me why; IJonathan Blandford1999-11-222-3/+3
* Remove, as this is a file generated by configure (or copied fromTor Lillqvist1999-11-2114-673/+33