summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)Matthias Clasen2002-09-2117-125/+168
* Set the IM context client window to NULL, not to the window that is aboutOwen Taylor2002-09-201-1/+1
* Fri Sep 20 16:56:54 2002 Owen Taylor <otaylor@redhat.com> ...Owen Taylor2002-09-201-1/+1
* On Win32, look explicitly for LANG, LC_ALL and LC_CTYPE, and if not found,Tor Lillqvist2002-09-191-0/+30
* Fix usage of compat GTK_TYPE_ macros without including gtkobject.h.Owen Taylor2002-09-191-12/+8
* Stockify color picker icon. (#89880)Matthias Clasen2002-09-165-44/+6
* Make GtkTreeRowReference a boxed type.Jonathan Blandford2002-09-114-1/+31
* Draw radio buttons more symmetric. Draw shadow out bevels slightlySoeren Sandmann2002-09-113-15/+16
* If the end iter is also a part of the selection, then we are in theShivram U2002-09-091-1/+2
* call gtk_widget_ensure_style() before reading "button_relief". FixesSoeren Sandmann2002-09-071-2/+3
* Pass the actual input keycode to XIM, rather than the result ofOwen Taylor2002-09-061-1/+3
* docs/reference/gtk/tmpl/gtkdialog.sgmlSoeren Sandmann2002-09-013-8/+25
* Use cygwin_conv_to_posix_path(). (gtk_file_selection_dir_activate): CallTor Lillqvist2002-08-311-40/+26
* Don't include <winsock.h> on Cygwin (#91654, Masahiro Sakai).Tor Lillqvist2002-08-251-1/+1
* Compile gtk_init_abi_check and gtk_init_check_abi_check when onTor Lillqvist2002-08-251-5/+7
* Include gtkbox.h and gtkwindow.h on Win32, as the defines for structTor Lillqvist2002-08-241-1/+4
* Add gtk_win32res_lo. (#87101, J. Ali Harlow)Tor Lillqvist2002-08-241-1/+1
* Fix buglet that sometimes left dirt in corner of the rubberband area.Soeren Sandmann2002-08-201-16/+13
* Use gtk_entry_set_positions() to update current_pos and selection_bound soPadraig O'Briain2002-08-191-5/+12
* switch vbox and action_area back to the order that 2.0 hasjacob berkman2002-08-161-1/+1
* initialize gtk_selection_atoms only once at the 1st call. set length ofHidetoshi Tajima2002-08-141-0/+2
* Move focus to children, if they exist, after GtkTextView is focused.Padraig O'Briain2002-08-141-2/+20
* Minor documentation fixesSoren Sandmann2002-08-1040-155/+185
* Fix doc comment.Matthias Clasen2002-08-072-4/+5
* Patch from Soeren Sandmann to improve GtkLabel behavior when it gets a tooOwen Taylor2002-08-051-8/+14
* When overriding LDFLAGS, include @LDFLAGS@, otherwise LDFLAGS the usersOwen Taylor2002-08-051-0/+1
* Fix problem with wrong depth being used. (#89941, Jacob Berkman.) RemoveOwen Taylor2002-08-051-1/+2
* Add a note that yes, we do know what () means and we can't change it.Owen Taylor2002-08-0510-66/+79
* Fix for binary compatibility across 2.x.y.Matthias Clasen2002-08-041-6/+5
* sorryGediminas Paulauskas2002-08-021-1/+1
* Fix menus resizing dynamically while they are popped up or torn off.Owen Taylor2002-08-021-25/+92
* prototypes with no parameters must be defined as (void), not ()Gediminas Paulauskas2002-08-021-1/+1
* New demo for window migration between different displays and screens.Owen Taylor2002-08-015-16/+61
* escape_string() only takes one argjacob berkman2002-07-311-1/+1
* Avoid using g_strescape(), since it mangles UTF-8, (#89479, Yao Zhang.)Owen Taylor2002-07-311-1/+29
* Handle inverted ranges correctly (#85436, fix from Norihiro UMEDA)Owen Taylor2002-07-301-6/+9
* Changes, bug fixes etc.Anders Carlsson2002-07-292-122/+92
* Unset gtk-im-surrounding-info object data again. (Fix from Yao Zhang,Owen Taylor2002-07-291-1/+4
* API additions: _move, _reorder and _swap for stores, path constructor.Kristian Rietveld2002-07-2610-20/+692
* When a menubar is up, use F10 to cycle menubars, not Control-Tab (#87159,Owen Taylor2002-07-252-23/+11
* [ Patch from Padraig O'Briain, #87904 ]Owen Taylor2002-07-252-1/+22
* Apply patch from Gustavo Giraldez for bug #78513Havoc Pennington2002-07-251-11/+23
* Don't use GTK_RC_FILES, since it causes problems with what KDE (etc.) doesOwen Taylor2002-07-241-1/+1
* activate the menu item so old apps work properlyjacob berkman2002-07-101-0/+1
* Fix some cases where signal connection IDs where being assigned to guintOwen Taylor2002-07-103-6/+6
* Add an extra parameter to _gtk_menu_item_select_first() to allow us toOwen Taylor2002-07-066-12/+48
* fix warning. (gtk_tree_view_search_iter): fix warning, #85884Jonathan Blandford2002-07-054-9/+10
* Merge from HEAD.Kristian Rietveld2002-07-051-0/+1
* Use hyphen instead of underscore in signal names in calls toPadraig O'Briain2002-07-021-2/+2
* only validate the visible area if we've ever been requisitioned.Jonathan Blandford2002-07-021-1/+4