summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 2.10.7GTK_2_10_7Matthias Clasen2007-01-055-21/+25
* Take the scroll arrow into account when drawing the background. (#393166,Matthias Clasen2007-01-051-1/+6
* Fix broken width computation, again.Behdad Esfahbod2007-01-051-2/+3
* take into account both scroll arrows when calculating size request inCarlos Garnacho2007-01-051-1/+1
* Merged from HEAD:Michael Natterer2007-01-051-1/+1
* move set_cursor after realization of the popup window, so clamp nodeMatthias Clasen2007-01-051-4/+8
* Fix uninitialized width variable.Behdad Esfahbod2007-01-041-3/+3
* Cross-compilation fixes. (#392646, Yevgen Muntyan)Matthias Clasen2007-01-042-3/+16
* Fix some compiler warnings.Matthias Clasen2007-01-046-6/+7
* Fix #332604, reported by Joe Wreschnig, patch by Jan Arne Petersen andMatthias Clasen2007-01-041-6/+19
* Fix another leakMatthias Clasen2007-01-041-0/+1
* Exit early if we can't get file info - this happens if the iter points toMatthias Clasen2007-01-041-0/+6
* Apply a patch by Chris Wilson to avoid spurious valgrind warnings fromMatthias Clasen2007-01-043-37/+43
* Fix memory leaks.Matthias Clasen2007-01-031-9/+17
* If the current page is removed, always pick a different one. (#392457,Matthias Clasen2007-01-031-3/+20
* Merged from HEAD.Kristian Rietveld2007-01-031-1/+3
* Work when the entry is not realized. (#392315, Yevgen Muntyan)Matthias Clasen2007-01-031-10/+14
* Only process updates on the window at hand, not on all windows, to avoidMatthias Clasen2007-01-031-1/+1
* Fix typo.Tor Lillqvist2007-01-021-1/+1
* Center in the frame. (#304482, Rob Staudinger, patch by RichardMatthias Clasen2007-01-021-2/+15
* Only handle key bindings for scrolling if the scrollbars are visible.Matthias Clasen2007-01-022-8/+16
* Remove forgotten debug spewMatthias Clasen2007-01-021-1/+0
* Only handle key bindings for tab reordering if the tabs are shown andMatthias Clasen2007-01-023-17/+27
* Waste less time with non-directories. (#391725, Chris Wilson)Matthias Clasen2007-01-021-8/+9
* Fix en/em dash confusion. (#378462)Matthias Clasen2007-01-011-1/+1
* Move the signal and idle disconnections into the dispose function, as wellEmmanuele Bassi2006-12-311-23/+52
* Include windows.h (#391229, Kazuki Iwamoto)Matthias Clasen2006-12-311-0/+1
* Remove the scroll timeout. (#390872, Yevgen Muntyan)Matthias Clasen2006-12-311-0/+6
* Redraw assistant on reallocate to avoid rendering glitches. (#343956,Matthias Clasen2006-12-311-0/+2
* Correctly handle min size. (#320465, Philipp Langdale)Matthias Clasen2006-12-311-5/+7
* Don't install cursors on insensitive widgets. (#358864, Jan Schampera)Matthias Clasen2006-12-315-44/+139
* Don't die in an assertion if focus went missing. Just warn, clean up andMatthias Clasen2006-12-292-2/+8
* return if the widget that originally received the event is a notebookCarlos Garnacho2006-12-291-1/+1
* Only use the results of find_menu/toolbar_position() if they succeed. MayMatthias Clasen2006-12-281-108/+127
* Don't leak HICONs on Win32. (#364868, Hiroyuki Yamamoto)Tor Lillqvist2006-12-281-0/+18
* Implement gtk_status_icon_position_menu() on Windows. Keep track of whereTor Lillqvist2006-12-271-6/+25
* Accept NULL.Matthias Clasen2006-12-272-12/+7
* Add a g_return_if_fail. (#362614, Xan Lopez)Matthias Clasen2006-12-271-0/+2
* If a required action is missing, don't recurse over the children.Matthias Clasen2006-12-271-3/+2
* Fix a few problems with nested menus in comboboxes (#386694, YevgenMatthias Clasen2006-12-271-5/+25
* Merged from HEAD.Kristian Rietveld2006-12-261-1/+1
* Return the correct value from gtk_notebook_insert_page if the page-addedChristian Persch2006-12-261-1/+2
* Fix small regressions in GtkNotebook tab detaching. Bug #378852.Carlos Garnacho2006-12-261-13/+19
* Expose improvements for GtkNotebook. Bug #383435Carlos Garnacho2006-12-261-46/+34
* Avoid spurious redraws.Matthias Clasen2006-12-261-16/+11
* Fix mem leaks. Bug #389194.Christian Persch2006-12-251-0/+2
* Improve the DND scrolling behaviour. (#92387, Carlos Garnacho Parro)Matthias Clasen2006-12-251-24/+48
* Fix typo (s/expansive/expensive) (#389183)Bastien Nocera2006-12-241-1/+1
* Don't ignore reverse portrait option when is selected in page setupCarlos Garcia Campos2006-12-241-2/+5
* When shift-clicking, keep the larger part of the selection selected.Matthias Clasen2006-12-241-3/+6