summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output.Tor Lillqvist2001-03-192-6/+6
* New function. print_event_state, print_event): Use preprocessor macro toTor Lillqvist2001-03-181-151/+59
* Fix sign error with queued region translations.Alexander Larsson2001-03-161-1/+1
* removedSven Neumann2001-03-153-128/+0
* Make GtkFB compile and link.Alexander Larsson2001-03-122-21/+118
* updatedHans Breuer2001-03-105-46/+60
* Remove old XIM code.Owen Taylor2001-03-0912-1736/+1
* updatedHans Breuer2001-03-094-9/+235
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-094-6/+32
* new function, turns off decorations for a window.Havoc Pennington2001-03-071-0/+4
* Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow. NewAlexander Larsson2001-03-052-79/+291
* Doc fixesOwen Taylor2001-03-044-16/+6
* Detectable auto-repeat - make a repeating key generateOwen Taylor2001-03-034-1/+43
* Unshift the group when extracting it from the X keyboard event.Owen Taylor2001-03-031-1/+2
* use _gdk_region_get_xrectangles()Havoc Pennington2001-03-029-24/+159
* Patch from ChiDeok Hwang to move call to sync_selection() up a few linesOwen Taylor2001-03-022-3/+9
* 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