summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix this for the single-rectangle case. (#326127, Benjamin Berg)Matthias Clasen2006-01-083-14/+21
* Updated Catalan translation.Josep Puigdemont i Casamajó2006-01-072-345/+419
* Fix actiongroup-action interaction that relied on actions connecting toMatthias Clasen2006-01-076-42/+85
* Add missing property change notification.Matthias Clasen2006-01-073-15/+39
* And free the string...Matthias Clasen2006-01-061-0/+1
* Just use the directory name for the home dir. (#325817, Federico MenaMatthias Clasen2006-01-063-2/+9
* Initialize editable to TRUE. (gtk_text_tag_class_init): The default valueMatthias Clasen2006-01-063-7/+35
* Make clicked an action signal. (#325782, Martyn Russell)Matthias Clasen2006-01-063-1/+7
* Disconnect from the old adjustments signals. (#325869, Jorn Baayen)Matthias Clasen2006-01-063-2/+11
* added a bunch of tests use g_snprintf() don't include unistd.h twice.Hans Breuer2006-01-065-9/+35
* updated hindiRajesh Ranjan2006-01-062-638/+667
* also recurse into win32 for ::clean create gtkbuiltincache.h (most code toHans Breuer2006-01-054-7/+48
* Set minimum for activity-step property to 0 instead of -G_MAXUINT.Johan Dahlin2006-01-053-1/+11
* Only connect to the event if we have a frame, since the handler is onlyMatthias Clasen2006-01-053-5/+12
* Some moreMatthias Clasen2006-01-053-26/+11
* Use a weak reference rather than the destroy signal to track proxies goingMatthias Clasen2006-01-053-18/+22
* Revert the last change.Matthias Clasen2006-01-053-3/+7
* Removed.Matthias Clasen2006-01-053-22/+8
* allocate correct amount for signal and arguments.Rodrigo Moya2006-01-053-2/+12
* Don't return a value from a void function.Matthias Clasen2006-01-053-1/+11
* Revert questionable changes.Matthias Clasen2006-01-054-5/+18
* Don't return a list of NULLs. (#325723, Steve Chaplin)Matthias Clasen2006-01-043-24/+37
* guard against multiplying by -1 (when n_args is 0).Rodrigo Moya2006-01-043-1/+11
* use gtk_menu_attach_to_widget() and gtk_menu_detach() instead ofMichael Natterer2006-01-043-5/+32
* Use the slice allocator for many small allocations.Matthias Clasen2006-01-0418-95/+166
* Include also the gtk20-properties message catalogs.Tor Lillqvist2006-01-043-1/+10
* Updated Spanish translation.Francisco Javier F. Serrador2006-01-032-6/+10
* Fix the buildMatthias Clasen2006-01-033-1/+5
* Remove pointless castMatthias Clasen2006-01-031-1/+1
* Call gtk_drag_update for non-motion events. (#325443, Peter Harvey)Matthias Clasen2006-01-033-2/+14
* Avoid connecting to notify on our own properties.Matthias Clasen2006-01-033-215/+320
* When deleting words, delete preceding whitespace as well. (#325358, AkkanaMatthias Clasen2006-01-033-6/+16
* Have these return TRUEAnders Carlsson2006-01-026-21/+146
* Make identical to the X11 implementation. (#322264, John Ehresman)Tor Lillqvist2006-01-023-20/+8
* Revert stuff that was accidentally committed.Tor Lillqvist2006-01-021-41/+0
* Get the invalidated region from ScrollWindowEx() instead of an incorrectTor Lillqvist2006-01-025-24/+81
* Connect to notify instead of multiple detailed signals.Matthias Clasen2005-12-314-48/+76
* Add gdk_cairo_set_source_pixmap. (#318805, Alexander Larsson)Matthias Clasen2005-12-307-2/+49
* Call gdk_display_manager_set_default_display() to change the defaultMatthias Clasen2005-12-303-1/+10
* minor doc editJonathan Blandford2005-12-302-4/+8
* Alert dialogs should not have titles and should not be displayed in theMatthias Clasen2005-12-303-6/+18
* Add deprecation note to gtk_exit() (#325199, Ævar Arnfjörð Bjarmason)Matthias Clasen2005-12-302-4/+8
* Always call the get_path and get_iter implementations directly, ratherMatthias Clasen2005-12-304-38/+52
* More of the sameMatthias Clasen2005-12-293-89/+59
* Remove excessive g_return_if_fail() checks in static functions.Matthias Clasen2005-12-294-152/+59
* Use the slice allocater for GtkTreeDataSortHeader.Matthias Clasen2005-12-297-103/+95
* Make the args a flexible array inside the struct, and allocate themMatthias Clasen2005-12-284-12/+23
* delete GtkCTreeRow as GtkCTreeRow, not clist rows which crashes in gsliceTim Janik2005-12-273-1/+11
* In the case for FILTER_RULE_PIXBUF_FORMATS, check thatFederico Mena Quintero2005-12-274-0/+16
* Fix a typo. (gdk_screen_get_setting): Avoid relocations for the settingsMatthias Clasen2005-12-273-42/+82