summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-042-12/+26
* Havoc Pennington <hp@redhat.com>Havoc Pennington2001-01-021-0/+1
* New function, as in the X11 backend. (gdk_window_new,Tor Lillqvist2000-12-305-41/+51
* Set the system colormap on input only windows, to avoid special cases allHavoc Pennington2000-12-301-1/+2
* Don't use isprint() for chars > 255.Alexander Larsson2000-12-221-1/+1
* Uh? What happed? My cvs checkin got broken pipe..Alexander Larsson2000-12-216-951/+168
* Check for FreeType using freetype-config, since we can't rely on Xft toOwen Taylor2000-12-201-0/+1
* wow, that implementation was pretty non-working.Havoc Pennington2000-12-181-20/+28
* Port to GObject, can go back in gdk-pixbuf after setting up aHavoc Pennington2000-12-172-7/+87
* Add two virtualized functions gdk_drawable_get_clip_region - to get theOwen Taylor2000-12-1514-121/+367