summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Recognize negative column indices as invalid. (#415260, Chris Wilson)Matthias Clasen2007-04-282-2/+2
* Same fix for gtk_entry_real_insert_textMatthias Clasen2007-04-281-19/+22
* Only call g_object_get() when necessary. (#373137, Morten Welinder, patchMatthias Clasen2007-04-281-6/+9
* Add a note about being embedded. (#340107, Christian Persch)Matthias Clasen2007-04-281-0/+3
* Add GTK_TARGET_OTHER_{APP,WIDGET} to restrict drags within anMatthias Clasen2007-04-282-2/+6
* Make make clean cleanMatthias Clasen2007-04-281-1/+1
* Plug memory leaks caused by wrong use of g_slist_remove_link(). (#405515,Matthias Clasen2007-04-282-3/+3
* Use strstr instead of g_strstr with -1 for length.Xan Lopez2007-04-281-1/+1
* Rember the user input that triggered the completion, add API to theXan Lopez2007-04-284-78/+133
* Internalize some strings, pointed out by Damon Chaplin.Matthias Clasen2007-04-276-8/+9
* Support inline-selection in entries (#318459)Xan Lopez2007-04-274-9/+200
* Merged heavily modified patch from maemo-gtk which enables opening andMichael Natterer2007-04-274-173/+340
* Append a '/' to directory names in the completion popup. (#431323, MaartenMatthias Clasen2007-04-261-3/+5
* Add a simple validation demo. Make it possible to add arbitrary childrenMatthias Clasen2007-04-261-37/+90
* Remove old child of scrolled window before adding a new one when switchingTor Lillqvist2007-04-261-0/+8
* Don't install UNIX-printing headers and support files on non-UNIXMatthias Clasen2007-04-261-1/+2
* Accept unnamed separators. (#369112, Christian Persch)Matthias Clasen2007-04-261-2/+2
* Don't access invalid memory. (#429732, Armin Burgmeier)Matthias Clasen2007-04-261-1/+1
* Win32 drop shadow goodnessCody Russell2007-04-252-4/+4
* added 16x16 version of as per discussion in bug #431740.Jakub Steiner2007-04-252-0/+249
* Set the background of the header window again. (#431067, Benjamin Berg)Matthias Clasen2007-04-251-0/+1
* Set the filename to NULL for builtin icons, sincMatthias Clasen2007-04-251-4/+14
* Don't crash if end_run is not set. (#424168, Matthias Hasselmann)Matthias Clasen2007-04-251-2/+3
* fix ACTIVE state of scroll buttons (we were setting the state to ACTIVEMichael Natterer2007-04-251-59/+75
* fix the build. Dunno if the fix is right, but I think it is.Michael Natterer2007-04-251-1/+1
* cleanup/refactor some leftover code.Kristian Rietveld2007-04-251-14/+5
* Parse half-open ranges like -2 or 3-, and be a bit more liberal aboutMatthias Clasen2007-04-242-14/+34
* Ensure the icon_theme->all_icons and dir->icons hash tables use the sameChris Wilson2007-04-241-1/+1
* Add GTK_ICON_LOOKUP_GENERIC_FALLBACK icon lookup flag and implement it.Matthias Clasen2007-04-192-4/+26
* Fix a leak by not increasing the refcount of the GtkRecentInfo object whenEmmanuele Bassi2007-04-181-1/+1
* Make async print preview work by actually starting the print process inAlexander Larsson2007-04-161-1/+4
* fixed wrong g_convert_with_fallback() call which causedYevgen Muntyan2007-04-141-1/+1
* update the stock icons to follow the Tango le guidelinesJakub Steiner2007-04-11378-45/+62672
* Switch over to use glib's new g_hash_table_get_keys() rather than our ownChris Wilson2007-04-113-55/+17
* Duplicate the mime_type when storing it in a hash node, to avoid leaks.Matthias Clasen2007-04-092-3/+9
* s/arrow-size/arrow-spacing in the arrow-spacing style property docs.Xan Lopez2007-04-071-1/+1
* use new gdk_threads API.Kristian Rietveld2007-04-041-16/+8
* Don't set metrics-hinting font option. Rely on the default value which isBehdad Esfahbod2007-04-031-4/+0
* remove artifact from the time when type checking casts warned on NULL,Michael Natterer2007-04-021-14/+10
* Don't close menus on clicks on their border area (bug #423761). (modifiedMichael Natterer2007-03-291-2/+48
* get rid of local GtkSettings variables by moving gtk_widget_get_settings()Michael Natterer2007-03-291-38/+34
* don't unref tooltip_window, since this is handled by set_qdata_full()Kristian Rietveld2007-03-281-3/+0
* Initialise variable. Bug #423064.Christian Persch2007-03-261-0/+1
* calculate the depth with the corrected real_cell_area and don't subtractKristian Rietveld2007-03-241-5/+5
* fixed gtk-yes and gtk-no to tango styleAndreas Nilsson2007-03-242-0/+0
* gtk-dialog-authentication.svg gtk-dialog-error.svg gtk-dialog-info.svgJakub Steiner2007-03-2310-0/+2844
* Fix a couple of comment typos (#421627)Rodney Dawes2007-03-231-2/+2
* Add a keybinding (C-h) to toggle whether to show hidden files. (#344657,Matthias Clasen2007-03-231-5/+24
* Add a keybinding to toggle the visibility of the location entry. (#383354,Matthias Clasen2007-03-231-13/+36
* Freeze property notification. Handle the gtk-color-scheme xsetting beingMatthias Clasen2007-03-222-8/+13