summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* Jonathan got the logical flag backwards in the expand_collapse_cursor_rowKristian Rietveld2003-12-181-13/+17
* only start editing when activated by the left mouse button. (#106869,Kristian Rietveld2003-12-181-1/+1
* Migrating all cell renderers to use the new instance private dataKristian Rietveld2003-12-185-116/+108
* add a single-paragraph-mode property, use private instance data. (FixesKristian Rietveld2003-12-171-0/+39
* now deprecated (#106953, reported by Matthias Clasen).Kristian Rietveld2003-12-171-2/+8
* if we set a new stock_id and there was a previous stock_id, unref theKristian Rietveld2003-12-171-1/+8
* Check that index is not bigger than level array length also when depth isMarco Pesenti Gritti2003-12-171-2/+6
* only try to strcmp or strlen if we managed to normalize and casefold theKristian Rietveld2003-12-171-6/+12
* Add missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(). Cast second argumentMatthias Clasen2003-12-177-11/+15
* fix compile warning. (#122727, patch from Kjartan Maraas).Kristian Rietveld2003-12-171-1/+1
* Yay! Fixed height mode! Hooray! (Part 2 of #80868).Kristian Rietveld2003-12-172-15/+168
* Actually call the default signal handlers instead of calling theMurray Cumming2003-12-171-34/+41
* Added a "volumes-changed" signal. Added the following methods:Federico Mena Quintero2003-12-174-138/+631
* fix preprocessor conditional confusion. (G_OS_UNIX/G_OS_WIN32 stuff)Manish Singh2003-12-161-5/+6
* Do not interpret distant clicks as double-clicks (#116541, BernhardMatthias Clasen2003-12-161-6/+20
* Sigh, revert the change.Federico Mena Quintero2003-12-151-0/+27
* Removed. (gtk_dialog_close): Don't call dialog_has_cancel(). At leastFederico Mena Quintero2003-12-151-27/+0
* Add new properties, xalign and yalign, with getter and setterMatthias Clasen2003-12-152-14/+178
* handle GTK_DATADIR similar as the other filesystem placement 'constants'Hans Breuer2003-12-146-12/+217
* A trick for a faster treeview, step 1. Patch to short circuitKristian Rietveld2003-12-133-3/+31
* Undo the last change, since it broke logical keynav. Fix stepper directionMatthias Clasen2003-12-131-31/+16
* Implement "gravity" for RTL mode in a better way: Keep the distance fromMatthias Clasen2003-12-121-2/+6
* Combo box flipping support.Kristian Rietveld2003-12-122-15/+61
* Fix direction of steppers in inverted scrollbars. (#129084, OlexiyMatthias Clasen2003-12-111-9/+38
* Don't unnecessarily reserve space for arrows in RTL mode. (#129075, SemionMatthias Clasen2003-12-111-1/+1
* Changes to allow "no input" windows (#64613):Matthias Clasen2003-12-102-6/+93
* Added toolbar items for the filter separator and the filter item.Federico Mena Quintero2003-12-101-38/+74
* Use "Home" rather than "Username's Home" (#125964).Federico Mena Quintero2003-12-101-18/+21
* Use the behavior of the GtkFileSelection to determine selected paths inJan Arne Petersen2003-12-081-10/+50
* s/Unix/Win32/g.Matthias Clasen2003-12-082-232/+225
* === Released 2.3.1 ===Owen Taylor2003-12-088-15/+49
* Actually commit RTL flipping changes for GtkNotebook which I alreadyMatthias Clasen2003-12-081-54/+135
* fix comment typoTim Janik2003-12-081-1/+1
* Don't crash if icon_theme_builtin_icons hasn't been initialized. (#128726,Matthias Clasen2003-12-071-1/+3
* Implement RTL flipping for GtkAlignment. (#127585)Matthias Clasen2003-12-061-2/+6
* Fix the position of the popup window when in RTL mode. (#127578)Matthias Clasen2003-12-061-0/+2
* Applied patch from Ross McFarland <rwmcfa1@neces.com>, initialize *count_pManish Singh2003-12-051-1/+3
* Implement RTL flipping for GtkViewport: Adjust the "gravity" when resizingMatthias Clasen2003-12-052-6/+27
* Allow gtk_label_set_attributes() take NULL. See bug #128517.Mark McLoughlin2003-12-041-1/+2
* Removed the in_change flag. (completion_idle_callback): Use a temporaryFederico Mena Quintero2003-12-041-15/+11
* Decouple impl->current_folder from the selection in the folder tree. ThisFederico Mena Quintero2003-12-021-20/+37
* Remove duplicate declaration of gtk_icon_source_set_icon_name(). (#JeffMatthias Clasen2003-12-021-2/+0
* Patch from Hans-Petter Jansson <hpj@ximian.com> to align the bookmarksFederico Mena Quintero2003-12-011-19/+37
* Set the shortcuts tree as a drag destination.Federico Mena Quintero2003-12-011-28/+156
* return TRUE if there are disappearing placeholders that are still visible.Soeren Sandmann2003-11-301-34/+41
* Patch from <chinen@jp.ibm.com> to handle RTL support for column resizers,Jonathan Blandford2003-11-292-8/+13
* Don't use freed memory. (#127698, Taavi Talvik)Matthias Clasen2003-11-271-2/+3
* Remove debug g_print()s.Matthias Clasen2003-11-271-10/+0
* Remove debug define.Matthias Clasen2003-11-271-1/+1
* allow accel activation depending on sensitivity and the attach widget.Tim Janik2003-11-277-16/+86