| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383) | Matthias Clasen | 2002-09-21 | 17 | -125/+168 |
* | Set the IM context client window to NULL, not to the window that is about | Owen Taylor | 2002-09-20 | 1 | -1/+1 |
* | Fri Sep 20 16:56:54 2002 Owen Taylor <otaylor@redhat.com> ... | Owen Taylor | 2002-09-20 | 1 | -1/+1 |
* | On Win32, look explicitly for LANG, LC_ALL and LC_CTYPE, and if not found, | Tor Lillqvist | 2002-09-19 | 1 | -0/+30 |
* | Fix usage of compat GTK_TYPE_ macros without including gtkobject.h. | Owen Taylor | 2002-09-19 | 1 | -12/+8 |
* | Stockify color picker icon. (#89880) | Matthias Clasen | 2002-09-16 | 5 | -44/+6 |
* | Make GtkTreeRowReference a boxed type. | Jonathan Blandford | 2002-09-11 | 4 | -1/+31 |
* | Draw radio buttons more symmetric. Draw shadow out bevels slightly | Soeren Sandmann | 2002-09-11 | 3 | -15/+16 |
* | If the end iter is also a part of the selection, then we are in the | Shivram U | 2002-09-09 | 1 | -1/+2 |
* | call gtk_widget_ensure_style() before reading "button_relief". Fixes | Soeren Sandmann | 2002-09-07 | 1 | -2/+3 |
* | Pass the actual input keycode to XIM, rather than the result of | Owen Taylor | 2002-09-06 | 1 | -1/+3 |
* | docs/reference/gtk/tmpl/gtkdialog.sgml | Soeren Sandmann | 2002-09-01 | 3 | -8/+25 |
* | Use cygwin_conv_to_posix_path(). (gtk_file_selection_dir_activate): Call | Tor Lillqvist | 2002-08-31 | 1 | -40/+26 |
* | Don't include <winsock.h> on Cygwin (#91654, Masahiro Sakai). | Tor Lillqvist | 2002-08-25 | 1 | -1/+1 |
* | Compile gtk_init_abi_check and gtk_init_check_abi_check when on | Tor Lillqvist | 2002-08-25 | 1 | -5/+7 |
* | Include gtkbox.h and gtkwindow.h on Win32, as the defines for struct | Tor Lillqvist | 2002-08-24 | 1 | -1/+4 |
* | Add gtk_win32res_lo. (#87101, J. Ali Harlow) | Tor Lillqvist | 2002-08-24 | 1 | -1/+1 |
* | Fix buglet that sometimes left dirt in corner of the rubberband area. | Soeren Sandmann | 2002-08-20 | 1 | -16/+13 |
* | Use gtk_entry_set_positions() to update current_pos and selection_bound so | Padraig O'Briain | 2002-08-19 | 1 | -5/+12 |
* | switch vbox and action_area back to the order that 2.0 has | jacob berkman | 2002-08-16 | 1 | -1/+1 |
* | initialize gtk_selection_atoms only once at the 1st call. set length of | Hidetoshi Tajima | 2002-08-14 | 1 | -0/+2 |
* | Move focus to children, if they exist, after GtkTextView is focused. | Padraig O'Briain | 2002-08-14 | 1 | -2/+20 |
* | Minor documentation fixes | Soren Sandmann | 2002-08-10 | 40 | -155/+185 |
* | Fix doc comment. | Matthias Clasen | 2002-08-07 | 2 | -4/+5 |
* | Patch from Soeren Sandmann to improve GtkLabel behavior when it gets a too | Owen Taylor | 2002-08-05 | 1 | -8/+14 |
* | When overriding LDFLAGS, include @LDFLAGS@, otherwise LDFLAGS the users | Owen Taylor | 2002-08-05 | 1 | -0/+1 |
* | Fix problem with wrong depth being used. (#89941, Jacob Berkman.) Remove | Owen Taylor | 2002-08-05 | 1 | -1/+2 |
* | Add a note that yes, we do know what () means and we can't change it. | Owen Taylor | 2002-08-05 | 10 | -66/+79 |
* | Fix for binary compatibility across 2.x.y. | Matthias Clasen | 2002-08-04 | 1 | -6/+5 |
* | sorry | Gediminas Paulauskas | 2002-08-02 | 1 | -1/+1 |
* | Fix menus resizing dynamically while they are popped up or torn off. | Owen Taylor | 2002-08-02 | 1 | -25/+92 |
* | prototypes with no parameters must be defined as (void), not () | Gediminas Paulauskas | 2002-08-02 | 1 | -1/+1 |
* | New demo for window migration between different displays and screens. | Owen Taylor | 2002-08-01 | 5 | -16/+61 |
* | escape_string() only takes one arg | jacob berkman | 2002-07-31 | 1 | -1/+1 |
* | Avoid using g_strescape(), since it mangles UTF-8, (#89479, Yao Zhang.) | Owen Taylor | 2002-07-31 | 1 | -1/+29 |
* | Handle inverted ranges correctly (#85436, fix from Norihiro UMEDA) | Owen Taylor | 2002-07-30 | 1 | -6/+9 |
* | Changes, bug fixes etc. | Anders Carlsson | 2002-07-29 | 2 | -122/+92 |
* | Unset gtk-im-surrounding-info object data again. (Fix from Yao Zhang, | Owen Taylor | 2002-07-29 | 1 | -1/+4 |
* | API additions: _move, _reorder and _swap for stores, path constructor. | Kristian Rietveld | 2002-07-26 | 10 | -20/+692 |
* | When a menubar is up, use F10 to cycle menubars, not Control-Tab (#87159, | Owen Taylor | 2002-07-25 | 2 | -23/+11 |
* | [ Patch from Padraig O'Briain, #87904 ] | Owen Taylor | 2002-07-25 | 2 | -1/+22 |
* | Apply patch from Gustavo Giraldez for bug #78513 | Havoc Pennington | 2002-07-25 | 1 | -11/+23 |
* | Don't use GTK_RC_FILES, since it causes problems with what KDE (etc.) does | Owen Taylor | 2002-07-24 | 1 | -1/+1 |
* | activate the menu item so old apps work properly | jacob berkman | 2002-07-10 | 1 | -0/+1 |
* | Fix some cases where signal connection IDs where being assigned to guint | Owen Taylor | 2002-07-10 | 3 | -6/+6 |
* | Add an extra parameter to _gtk_menu_item_select_first() to allow us to | Owen Taylor | 2002-07-06 | 6 | -12/+48 |
* | fix warning. (gtk_tree_view_search_iter): fix warning, #85884 | Jonathan Blandford | 2002-07-05 | 4 | -9/+10 |
* | Merge from HEAD. | Kristian Rietveld | 2002-07-05 | 1 | -0/+1 |
* | Use hyphen instead of underscore in signal names in calls to | Padraig O'Briain | 2002-07-02 | 1 | -2/+2 |
* | only validate the visible area if we've ever been requisitioned. | Jonathan Blandford | 2002-07-02 | 1 | -1/+4 |