| Commit message (Expand) | Author | Age | Files | Lines |
* | 2.10.7GTK_2_10_7 | Matthias Clasen | 2007-01-05 | 204 | -91901/+106217 |
* | Take the scroll arrow into account when drawing the background. (#393166, | Matthias Clasen | 2007-01-05 | 2 | -1/+11 |
* | Fix broken width computation, again. | Behdad Esfahbod | 2007-01-05 | 2 | -2/+8 |
* | take into account both scroll arrows when calculating size request in | Carlos Garnacho | 2007-01-05 | 2 | -1/+7 |
* | Merged from HEAD: | Michael Natterer | 2007-01-05 | 2 | -1/+8 |
* | Avoid overflow when converting coordinates to Pango units. (#332266, Jody | Behdad Esfahbod | 2007-01-05 | 4 | -2/+54 |
* | move set_cursor after realization of the popup window, so clamp node | Matthias Clasen | 2007-01-05 | 2 | -4/+14 |
* | Translation updated by Leonardo Ferreira Fontenelle | Gustavo Noronha Silva | 2007-01-04 | 4 | -1416/+1389 |
* | Fix uninitialized width variable. | Behdad Esfahbod | 2007-01-04 | 2 | -3/+8 |
* | Cross-compilation fixes. (#392646, Yevgen Muntyan) | Matthias Clasen | 2007-01-04 | 6 | -7/+29 |
* | Fix some compiler warnings. | Matthias Clasen | 2007-01-04 | 8 | -8/+17 |
* | Fix a compiler warning | Matthias Clasen | 2007-01-04 | 2 | -1/+5 |
* | vi.po: Updated Vietnamese translation. | Clytie Siddall | 2007-01-04 | 1 | -1043/+916 |
* | vi.po: Updated Vietnamese translation. | Clytie Siddall | 2007-01-04 | 1 | -0/+4 |
* | Updated Vietnamese translation. | Clytie Siddall | 2007-01-04 | 1 | -0/+4 |
* | Updated Vietnamese translation. | Clytie Siddall | 2007-01-04 | 1 | -1450/+1545 |
* | Updates | Matthias Clasen | 2007-01-04 | 2 | -0/+12 |
* | Fix #332604, reported by Joe Wreschnig, patch by Jan Arne Petersen and | Matthias Clasen | 2007-01-04 | 2 | -6/+29 |
* | Fix another memleak | Matthias Clasen | 2007-01-04 | 2 | -6/+11 |
* | Fix another leak | Matthias Clasen | 2007-01-04 | 2 | -0/+6 |
* | Exit early if we can't get file info - this happens if the iter points to | Matthias Clasen | 2007-01-04 | 2 | -0/+14 |
* | Apply a patch by Chris Wilson to avoid spurious valgrind warnings from | Matthias Clasen | 2007-01-04 | 8 | -129/+142 |
* | Close the http connection after getting the PPD. | Matthias Clasen | 2007-01-04 | 2 | -5/+10 |
* | Updated Arabic Translation. | Djihed Afifi | 2007-01-03 | 2 | -270/+272 |
* | Fix memory leaks. | Matthias Clasen | 2007-01-03 | 2 | -9/+22 |
* | If the current page is removed, always pick a different one. (#392457, | Matthias Clasen | 2007-01-03 | 2 | -3/+26 |
* | Merged from HEAD. | Kristian Rietveld | 2007-01-03 | 2 | -1/+11 |
* | Export SED to make sourcing of libtool work. Tighten up the directfb | Matthias Clasen | 2007-01-03 | 2 | -3/+11 |
* | Work when the entry is not realized. (#392315, Yevgen Muntyan) | Matthias Clasen | 2007-01-03 | 2 | -10/+25 |
* | Only process updates on the window at hand, not on all windows, to avoid | Matthias Clasen | 2007-01-03 | 2 | -1/+8 |
* | Updates | Matthias Clasen | 2007-01-02 | 2 | -5/+156 |
* | Try to fix #315732, reported by Luke Hutchinson: | Matthias Clasen | 2007-01-02 | 4 | -20/+48 |
* | Fix typo. | Tor Lillqvist | 2007-01-02 | 2 | -1/+6 |
* | Center in the frame. (#304482, Rob Staudinger, patch by Richard | Matthias Clasen | 2007-01-02 | 2 | -2/+24 |
* | Only handle key bindings for scrolling if the scrollbars are visible. | Matthias Clasen | 2007-01-02 | 3 | -8/+23 |
* | Remove forgotten debug spew | Matthias Clasen | 2007-01-02 | 1 | -1/+0 |
* | Only handle key bindings for tab reordering if the tabs are shown and | Matthias Clasen | 2007-01-02 | 4 | -17/+42 |
* | Waste less time with non-directories. (#391725, Chris Wilson) | Matthias Clasen | 2007-01-02 | 2 | -8/+19 |
* | Fix some IPP compliance issues. (#391523, Albrecht Dress) | Matthias Clasen | 2007-01-01 | 3 | -11/+24 |
* | Fix en/em dash confusion. (#378462) | Matthias Clasen | 2007-01-01 | 2 | -1/+11 |
* | Move the signal and idle disconnections into the dispose function, as well | Emmanuele Bassi | 2006-12-31 | 2 | -23/+63 |
* | Include windows.h (#391229, Kazuki Iwamoto) | Matthias Clasen | 2006-12-31 | 2 | -0/+6 |
* | Remove the scroll timeout. (#390872, Yevgen Muntyan) | Matthias Clasen | 2006-12-31 | 2 | -0/+20 |
* | Redraw assistant on reallocate to avoid rendering glitches. (#343956, | Matthias Clasen | 2006-12-31 | 2 | -0/+8 |
* | Correctly handle min size. (#320465, Philipp Langdale) | Matthias Clasen | 2006-12-31 | 2 | -5/+12 |
* | Don't install cursors on insensitive widgets. (#358864, Jan Schampera) | Matthias Clasen | 2006-12-31 | 6 | -44/+148 |
* | Don't die in an assertion if focus went missing. Just warn, clean up and | Matthias Clasen | 2006-12-29 | 3 | -2/+15 |
* | return if the widget that originally received the event is a notebook | Carlos Garnacho | 2006-12-29 | 2 | -1/+7 |
* | Updated English (British) translation | David Lodge | 2006-12-29 | 4 | -3355/+3093 |
* | Only use the results of find_menu/toolbar_position() if they succeed. May | Matthias Clasen | 2006-12-28 | 2 | -108/+133 |