summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Update my e-mail address.Anders Carlsson2003-12-2912-12/+12
* Add a way to lock individual accelerator paths. (#73207, reported by HavocMatthias Clasen2003-12-292-0/+62
* use CHILD_VISIBLE instead of VISIBLE to determine whether we should stopSoeren Sandmann2003-12-271-1/+2
* Don't use first_action without initializing it if n_entries is 0.Matthias Clasen2003-12-261-2/+2
* fix GTK_TYPE_ICON_INFO macro, reported by muppet.Manish Singh2003-12-241-1/+1
* Add GtkClipboardTargetReceivedFunc, gtk_clipboard_request_targets() andMatthias Clasen2003-12-242-0/+115
* Use gtk_paint_arrow instead of draw_arrow_left/draw_arrow_right. Removed.Matthias Clasen2003-12-211-49/+23
* Fix memory leaks caused by the failure to free the result ofMatthias Clasen2003-12-213-3/+16
* New function to emit the "cancel" signal on a menu shell.Matthias Clasen2003-12-215-5/+20
* Fix the "language_set" blurb. (#129720, Christian Rose)Matthias Clasen2003-12-201-1/+1
* do not invalidate all of treeview when resizing (#110074, patch fromKristian Rietveld2003-12-201-1/+3
* Fixes #108458.Kristian Rietveld2003-12-196-0/+172
* use strstr instead of strcmp (#117127, suggestion from Soeren Sandmann).Kristian Rietveld2003-12-191-1/+1
* move item insertion logic here from gtk_menu_real_insert(),Kristian Rietveld2003-12-191-9/+25
* Use g_date_strftime() for UTF-8 correctness; use Julian dates to simplifyFederico Mena Quintero2003-12-191-41/+19
* Fix the behaviour of insensitive actions, which was broken whenMatthias Clasen2003-12-194-3/+11
* Fixes #110249, reworked patch from Joshua N Pritikin.Kristian Rietveld2003-12-182-0/+174
* add key bindings for "*" and "/" (expand/collapse all). (#110195, reportedKristian Rietveld2003-12-181-0/+23
* clear the extra_attrs list if we set "text" after "markup". (FixesKristian Rietveld2003-12-181-0/+11
* Fix typo that used the wrong x/y values for the x1, y1 pointAlexander Larsson2003-12-181-1/+1
* added language and language_set properties like GtkTextTag has. (#103800,Kristian Rietveld2003-12-181-1/+48
* Correct misleading docs. Add docs for the "activate" signal. (#129358,Matthias Clasen2003-12-182-3/+11
* 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