summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-0815-17/+2
* gtk/gtkfilesel.c gtk/gtkgamma.c use stock labels for dialog actionSven Neumann2002-02-083-8/+10
* Pass the ref_node and unref_node calls through to the child model.Darin Adler2002-02-081-0/+10
* s/__FUNCTION__/G_GNUC_FUNCTION/ dittoLaszlo Peter2002-02-082-4/+4
* clean up a littleOwen Taylor2002-02-081-3/+3
* add change_value virtual function, to fix buildHavoc Pennington2002-02-082-1/+5
* Add ::move-focus-out signal to handle Control[-Shift]-Tab andOwen Taylor2002-02-083-46/+142
* Convert to using binding set for doing key bindings. (#62622, Requested byOwen Taylor2002-02-083-137/+135
* Fixes #70782 and some drag dest rectangle/line issuesKristian Rietveld2002-02-071-15/+31
* Use layout text (which may be affected by invisible char) to computeOwen Taylor2002-02-071-2/+3
* Change show_help signal to return gboolean instead of void. This allowsPadraig O'Briain2002-02-074-13/+17
* Change popup_menu signal to return gboolean instead of void. This allowsPadraig O'Briain2002-02-075-12/+16
* Fixes #70708Kristian Rietveld2002-02-061-10/+4
* remove unused variable (gtk_text_view_get_window): add warning about howHavoc Pennington2002-02-061-3/+5
* Add warnings if you try to use a child anchor that isn't inside a buffer.Havoc Pennington2002-02-061-0/+13
* rip out all the debugging ifdefs, as modelsort seems to be stable (andKristian Rietveld2002-02-061-49/+0
* offset area being gotten from pixmap by the align/padding offsets, so weHavoc Pennington2002-02-051-1/+1
* Remove a (now) misleading comment.Matthias Clasen2002-02-051-6/+3
* let's set the path, which we're going to pass with the emission ofKristian Rietveld2002-02-051-1/+1
* Fix leak of GdkEvent (#70519)Padraig O'Briain2002-02-041-0/+2
* Fix from Matthias Clasen to clear background appropriately for theme byOwen Taylor2002-02-041-5/+4
* rename "signal" arg to "name" to avoid compiler warnings about shadowingHavoc Pennington2002-02-042-6/+6
* Add flipping support to the expanders.Anders Carlsson2002-02-031-5/+5
* RC file lookup improvements (#68234, suggestions from Matthias Clasen.)Owen Taylor2002-02-031-126/+91
* Non-exported _gtk_menu_select_first() function that selects the first itemOwen Taylor2002-02-038-68/+63
* Fix some bugs in the determination of xgrab_shell.Owen Taylor2002-02-031-1/+1
* Add a GtkSetting (gtk-entry-select-on-focus) controlling whether theOwen Taylor2002-02-023-12/+42
* To get around the fact that we may have a owner_events = FALSE grab inOwen Taylor2002-02-021-40/+143
* Install gtkrc.default from $(srcdir) for when $(builddir) is different.Peter Williams2002-02-021-1/+1
* remove TESTGTK_RCFILE defineKristian Rietveld2002-02-021-1/+0
* Remove the "select first item if popped up from keypress" hack -- wasOwen Taylor2002-02-023-22/+56
* set upper member of vadjustment correct, so the vscrollbars of listsKristian Rietveld2002-02-022-3/+1
* Support engine "" {} to mean override to the default engine. (#70205)Owen Taylor2002-02-022-25/+59
* Parse the RC string here when the first object is created rather than inOwen Taylor2002-02-022-8/+66
* use gtk_label_new_with_mnemonic for labels that actually have mnemonicsManish Singh2002-02-021-6/+6
* Fix use of ! in shell.Owen Taylor2002-02-022-6/+7
* Fix ordering of priorities so that priorities take precendence over theOwen Taylor2002-02-021-25/+56
* use y coordinate relative to the tree and not the treeview window (fixesKristian Rietveld2002-02-011-1/+1
* adjust cell_area and background_area for possible treeview scroll (fixesKristian Rietveld2002-02-011-0/+14
* (committed this again -- broken pipe and ChangeLog update)Kristian Rietveld2002-02-011-1/+1
* Fix typo in property description. (Christian Rose.)Owen Taylor2002-02-011-1/+1
* Handle reparsing any strings if the theme changes. (#69465)Owen Taylor2002-02-011-8/+32
* set tree to NULL if tree_view->priv->tree is NULL (#70152, patch by JohnKristian Rietveld2002-02-011-3/+6
* ri Feb 1 12:51:20 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-011-1/+2
* s/directory/folder/ in all labels and messages.Owen Taylor2002-02-011-11/+11
* Feb 1 08:57:38 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-011-19/+1
* unref the model after the last use, not before.GTK_MULTIHEAD_MERGEPOINT_01_02_02Jonathan Blandford2002-01-311-2/+2
* Install a Default RC file that sets the tooltips color to yellow. (#58542)Owen Taylor2002-01-311-0/+9
* Install a Default RC file that sets the tooltips color to yellow. (#58542)Owen Taylor2002-01-312-5/+5
* Fix another missing static.Owen Taylor2002-01-311-1/+1