summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Released Gtk+-1.3.3.GTK_1_3_3Tim Janik2001-04-041-2/+3
* sorry, I only wanted to commit .cvsignoreSven Neumann2001-04-033-21/+3
* shut up CVSSven Neumann2001-04-034-3/+22
* Add empty gdk_setting_get().Alexander Larsson2001-04-031-0/+7
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-0218-21/+1575
* Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. RemoveAlexander Larsson2001-04-021-2/+24
* raise window for non _NET window managers.Tim Janik2001-04-011-1/+2
* disable USE_MMX for msvc build cause the assembler doesn't fit and is outHans Breuer2001-03-314-2/+82
* Add private function to get the aux info structure fo the widget.Owen Taylor2001-03-292-11/+79
* *** empty log message ***Owen Taylor2001-03-295-5/+670
* 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