summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Added rule for Latvian language gtkrc filePablo Saratxaga2000-05-221-1/+2
* Spelling/grammar fixes in comments.Nils Barth2000-05-213-3/+3
* set send_event to TRUE. (gtk_drawing_area_size): queue a resize.Tim Janik2000-05-191-6/+6
* when unref-ing the handlers, also invalidate them. bug nailed down by KarlTim Janik2000-05-191-2/+10
* handle "(nil)" foundries, patch from Grigorios Magklis.Tim Janik2000-05-191-6/+9
* Remember to save the file before committing.Jonathan Blandford2000-05-171-4/+1
* Patch from David Santiago <mrcooger@cyberverse.com> to change things soOwen Taylor2000-05-172-42/+36
* Plug same refcount leaks as in the X11 backend.gdk-object-branchpointTor Lillqvist2000-05-167-69/+61
* A bit of editing.Owen Taylor2000-05-153-50/+60
* don't include gtk/gtkintl.h in a public header file.Tim Janik2000-05-122-1/+1
* documented necessary changes for 1.4 transition.Tim Janik2000-05-1283-5595/+4618
* Color selection dialog rewrite.Owen Taylor2000-05-109-1466/+3250
* Sat, 6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>Paolo Molaro2000-05-064-0/+8
* Move gdk_window_clear() into common code, implement in terms ofOwen Taylor2000-05-051-0/+1
* some Make 3.79 $(strip ) versions are broken and require an empty arg,Tim Janik2000-05-041-13/+12
* Large changes to the Win32 backend, partially made necessary by theTor Lillqvist2000-05-013-5/+6
* Add this function, replacing the broken gtk_label_get ()Havoc Pennington2000-04-262-12/+23
* gtk/gtkclist.c (gtk_clist_motion) If we get a motion event with is_hintTor Lillqvist2000-04-152-0/+10
* Export the gtk_private_signals and gtk_private_n_signals variables, theyTor Lillqvist2000-04-132-9/+30
* Your eyes are bloodshot.GDK_PIXBUF_0_7_0Federico Mena Quintero2000-04-131-2/+3
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-111-0/+1
* Fix problem with installation directory for gdkx.hOwen Taylor2000-04-072-18/+36
* Fix screwy indentation.Owen Taylor2000-04-051-0/+1
* same as belowRadek Doulik2000-04-031-0/+17
* oops. s/return_if_fail/return_val_if_fail/g and add a return value.Jonathan Blandford2000-03-301-2/+2
* Fix up merge slipup.Owen Taylor2000-03-281-23/+1
* *** empty log message ***Owen Taylor2000-03-281-1/+1
* Merge no-flicker branch into HEADOwen Taylor2000-03-2815-1115/+119
* add getter.Jonathan Blandford2000-03-232-0/+10
* removed stray gutter_size reference, a 1.2 relicManish Singh2000-03-151-1/+0
* Merges from gtk-1-2Owen Taylor2000-03-1456-1393/+514
* Internal GDK error reporting changes: (gdk_win32_gdi_failed) New functionTor Lillqvist2000-03-083-1/+12
* Store just pixel value of background colour.Tor Lillqvist2000-03-032-1/+9
* Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>GMT 2000 Tony Gale2000-02-296-12/+12
* Implement num_marked_dates, and don't emit mutiple day_selected signals onGMT 2000 Tony Gale2000-02-261-9/+15
* add a 'paned' mode to the function to let it draw the seven dots, insteadJonathan Blandford2000-02-234-171/+114
* Return TRUE to prevent the scroll event to be propagated upwards.Anders Carlsson2000-02-191-1/+1
* Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS /Owen Taylor2000-02-188-55/+130
* Add patch from Jonathan Blandford and Anders Carlsson to change the PanedOwen Taylor2000-02-177-462/+495
* Add an extra parameter so that we don't have to do unnecessary settings toTor Lillqvist2000-02-132-2/+45
* s/refcount/ref_count/.Tim Janik2000-02-13104-158/+283
* Argh, decided not to return a string that must be freed fromTor Lillqvist2000-02-032-5/+9
* Use g_filename_to_utf8 to convert the font names Windows gives us fromTor Lillqvist2000-02-033-85/+60
* Add some sanity checks if the widget passed to gtk_drag_get_data() was notOwen Taylor2000-02-012-11/+2
* use gdk_cursor_unref instead of destroyHavoc Pennington2000-01-291-1/+1
* FixOwen Taylor2000-01-251-2/+2
* Added lib/gtk+/include/* to %files (bug #5178 - Peter Wainright)Owen Taylor2000-01-241-1/+4
* Make the @detail argument for the GtkStyleClass vtable const.Owen Taylor2000-01-212-724/+722
* Make GtkPrintFunc take a const string argument like GtkTranslateFunc. ThisOwen Taylor2000-01-212-4/+4
* Added progressive animation loading. Added progressive animation loading.Jonathan Blandford2000-01-072-14/+66