summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* test the window state stuffHavoc Pennington2001-02-2710-27/+792
* small (not only) portability fixesHans Breuer2001-02-252-3/+3
* return solid masks for xpms that have no transparent color. This makes theAlexander Larsson2001-02-231-1/+26
* Update. Mention the gtk-1-3-win32-production branch.Tor Lillqvist2001-02-2385-276/+822
* Actually copy the whole gc, not just the public parts.Alexander Larsson2001-02-202-2/+4
* add --deprecated-guardsHavoc Pennington2001-02-207-16/+403
* test was backward, so deprecated functions were excluded by defaultHavoc Pennington2001-02-191-1/+1
* updated for win32 msvc build (forgot this before)Hans Breuer2001-02-193-3/+3
* updated for win32 msvc buildHans Breuer2001-02-193-10/+14
* GDK_DISABLE_COMPAT_H, GDK_DISABLE_DEPRECATED (we need to merge those twoHavoc Pennington2001-02-196-22/+23
* Copy data and free data with free().Alexander Larsson2001-02-191-0/+5
* convert the X coordinates so they're with respect to the line, rather thanHavoc Pennington2001-02-171-14/+29
* Add a shortcut if the window and the current clip_region doesn't overlap.Alexander Larsson2001-02-132-1/+9
* Don't reference last_cursor if it is null. Fixes crash when rotating theAlexander Larsson2001-02-135-1735/+4
* fix bug where it always set the foreground, even if we were only using aHavoc Pennington2001-02-134-40/+296
* Remove gdkcc-win32.c from here, too.Tor Lillqvist2001-02-111-1/+0
* New function, copied from X11 version.Tor Lillqvist2001-02-116-1622/+57
* better error message if you try to add a widget to a bin that already hasHavoc Pennington2001-02-095-1875/+0
* Fix syntax error introduced with earlier commit) (pointed out by OllieOwen Taylor2001-02-061-1/+0
* gdk/gdk.def Provide dummy implementations.Tor Lillqvist2001-02-042-0/+13
* removed gtk_signal_init() compat define.Tim Janik2001-02-041-1/+1
* Remove confusing comment about X11.Owen Taylor2001-02-032-8/+4
* Make gdk_colormap_sync private since it was never exported in a headerOwen Taylor2001-02-027-35/+57
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-021-0/+10
* Added some strerror() to the g_warnings().Alexander Larsson2001-01-311-3/+3
* A bunch of whitespace cleanup.Alexander Larsson2001-01-319-50/+51
* adapt to handle PangoColorHavoc Pennington2001-01-264-39/+269
* Don't leak image. Simplify using gdk_colormap_query_color().32001-01-231-0/+34
* Don't leak built-in cursors.32001-01-235-21/+36
* Don't leak visible_region. Use visible_region instead of region.22001-01-222-8/+18
* Define EMULATE_GDKFONT. Add extra pango_font stuff to GfkFontPrivate.92001-01-193-214/+488
* gtk/gtkmain.c Use the newTor Lillqvist2001-01-171-6/+25
* Remove unused variable.Owen Taylor2001-01-171-2/+0
* Doh! Mixed up x and y.72001-01-179-252/+444
* Some cleanups.Alexander Larsson2001-01-161-10/+9
* Include <stdlib.h> for getenv().Tor Lillqvist2001-01-153-5/+10
* New implementaion that more closely mimics the events that an X serverTor Lillqvist2001-01-151-8/+217
* Implemented drag and drop. Seems to be mostly working. I sometimes get anAlexander Larsson2001-01-151-10/+385
* Use gdk_window_invalidate_rect instead of gdk_window_invalidate_rect_clearAlexander Larsson2001-01-151-5/+22
* For optization, add an full_shapes argument to gdk_fb_clip_region. If thisAlexander Larsson2001-01-153-22/+80
* offset the current invalid region, fixes redraw bug while scrolling theHavoc Pennington2001-01-121-1/+5
* Hide mouse pointer while rotation. Show it afterwards.Alexander Larsson2001-01-121-0/+4
* Take shaped windows in consideration when generating clip region.Alexander Larsson2001-01-124-23/+184
* Added ENABLE_SHADOW_FBAlexander Larsson2001-01-1111-90/+851
* Implement better mouse capturing. Do use SetCapture(). Thanks toTor Lillqvist2001-01-091-5/+68
* Added --with-included-loaders optionAlexander Larsson2001-01-091-0/+9
* Correct filename ~/.pangoft2_aliasesAlexander Larsson2001-01-084-12/+63
* Possibly send focus events when the mouse moves from one window toAlexander Larsson2001-01-081-3/+30
* Adapt calls to g_{locale,filename}_{to,from}_utf8 to match current API.Tor Lillqvist2001-01-073-4/+7
* free colormap in here. Sync from X port. (gdk_fb_set_colormap): allow theAlexander Larsson2001-01-053-25/+66