summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* for the END case, use end_position - page_size instead of G_MAXINT, sinceKristian Rietveld2003-09-031-3/+4
* if icon->style != NULL, unref it. (Fixes memleak, patch from KjartanKristian Rietveld2003-09-031-0/+3
* broken pipeKristian Rietveld2003-09-0315-18/+18
* revert the change to only select when button 1 is pressed introduced inKristian Rietveld2003-09-021-3/+2
* Since we add one to the layout's reported width to account for the cursor,Owen Taylor2003-08-262-3/+7
* Send the focus on to the parent when there was no focus widget before andOwen Taylor2003-08-256-192/+429
* Don't include page->menu_label - causes various problems, includingOwen Taylor2003-08-251-2/+0
* Fixes #115871, reported by Michael Natterer.Kristian Rietveld2003-08-253-29/+58
* Fix some missing initializations of rc_file->directory.Owen Taylor2003-08-241-1/+3
* Fix problem where rc_file->directory wasn't always getting set. (#120549,Owen Taylor2003-08-241-1/+2
* Keep a list of current GtkRcFiles being parsed, not just the directoriesOwen Taylor2003-08-211-22/+26
* Fix option menu scrolling (#119821, Owen Taylor).Kristian Rietveld2003-08-211-5/+26
* Merge from HEAD.Kristian Rietveld2003-08-211-44/+61
* always round approximate digit widths up, to avoid truncation, convert toKristian Rietveld2003-08-201-5/+6
* Don't look at the same directory twice (in simple cases). (#120342)Noah Levitt2003-08-201-15/+22
* change the type of step to gdouble, since it gets it's data from a gdoubleKristian Rietveld2003-08-201-1/+1
* Replace client_window field with 'priv' pointer, retaining binaryOwen Taylor2003-08-192-8/+46
* Rework handling of REBUILD_PNGS, so that we also don't try to REBUILD_PNGSOwen Taylor2003-08-181-1/+3
* Improve Cedilla handling - based on a patch from Gustavo De Nardin,Owen Taylor2003-08-152-4/+2
* stop editing on vertical scrolling. (#108035, reported by Tim Janik).Kristian Rietveld2003-08-151-1/+3
* fix off-by-one error. (#109292 continued, patch from Yann Rouillard).Kristian Rietveld2003-08-151-18/+10
* Also support the up, down, left, right, home, end, page up and page downKristian Rietveld2003-08-151-20/+94
* Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai):Owen Taylor2003-08-151-5/+4
* Don't reposition the cursor when we aren't trying to complete. (FixesOwen Taylor2003-08-141-6/+12
* If getting the current directory fails because of encoding conversionOwen Taylor2003-08-141-9/+42
* Remove usage of menu_shell->ignore leave which was to deal with strayOwen Taylor2003-08-132-21/+7
* Fix some places that weren't properly Xinerama-ified.Owen Taylor2003-08-131-16/+23
* connect_after() to key-press-event on the entry, so input methods getOwen Taylor2003-08-131-2/+2
* Protect against reentrancy from ::focus-out handlers. (#118129, FelipeOwen Taylor2003-08-121-7/+18
* Remove GDK_LOCK_MASK before calling gdk_keymap_translate_keyboard_state soOwen Taylor2003-08-121-0/+4
* Mark parent public as well; it's extensively accessed in existing code, soOwen Taylor2003-08-111-2/+0
* Mark some members as public. (#119463)Matthias Clasen2003-08-101-0/+4
* Fix a bug where on theme change, resize/redraw wasn't properly gettingOwen Taylor2003-08-071-2/+2
* Use g_strtod() to cope with C libraries with crippled locale support.Matthias Clasen2003-08-071-1/+1
* Don't cut descenders when rendering. (#118646, Charles Kerr)Matthias Clasen2003-08-061-1/+1
* Add a missing break. (#119156, Callum McKenzie)Owen Taylor2003-08-051-0/+1
* Accept drops with the wrong format, since the KDE color chooserMatthias Clasen2003-08-021-4/+8
* Always return an absolute path (#115590), fix a problem where you couldOwen Taylor2003-08-011-29/+15
* Fix obvious reallocation bug in rarely or never hit code path (#118071,Owen Taylor2003-08-011-1/+1
* Patch from Denis Mikhalkin to forward KeyRelease events as well asOwen Taylor2003-08-011-5/+6
* Fix function name in warning message. (#118156, Tim-Philipp Müller)Matthias Clasen2003-07-271-1/+1
* is-expander and is-expanded are boolean properties, not ints. (#118359,Matthias Clasen2003-07-271-2/+2
* Fixes issues pointed out by Morten Welinder in #115140.Kristian Rietveld2003-07-171-6/+12
* the treeview should only grab focus back if the "cell_editable" widgetKristian Rietveld2003-07-171-1/+2
* Don't set attr.event_mask twice, those things were meant to be ORred.Kristian Rietveld2003-07-171-2/+2
* stop editing if needed. (Fixes #115869, reported by Michael Natterer).Kristian Rietveld2003-07-171-0/+3
* special case drags to "0", scroll to the top after dropping. (FixesKristian Rietveld2003-07-121-1/+9
* free the old text and extra_attrs *after* we parsed the new markup string.Kristian Rietveld2003-07-121-7/+7
* Fixes #113904, testcase provided by Rene Seindal.Kristian Rietveld2003-07-121-1/+6
* use gdk_window_get_pointer instead of gdk_display_get_window_at_pointer toKristian Rietveld2003-07-121-3/+11