| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix another leak | Matthias Clasen | 2007-01-04 | 1 | -0/+3 |
* | Fix another leak | Matthias Clasen | 2007-01-04 | 1 | -0/+5 |
* | Exit early if we can't get file info - this happens if the iter points to | Matthias Clasen | 2007-01-04 | 1 | -0/+8 |
* | Apply a patch by Chris Wilson to avoid spurious valgrind warnings from | Matthias Clasen | 2007-01-04 | 1 | -0/+5 |
* | Close the http connection after getting the PPD. | Matthias Clasen | 2007-01-04 | 1 | -0/+3 |
* | Fix memory leaks | Matthias Clasen | 2007-01-03 | 1 | -0/+5 |
* | If the current page is removed, always pick a different one. (#392457, | Matthias Clasen | 2007-01-03 | 1 | -0/+6 |
* | Cleanups | Matthias Clasen | 2007-01-03 | 1 | -0/+4 |
* | Export SED to make sourcing of libtool work. Tighten up the directfb | Matthias Clasen | 2007-01-03 | 1 | -0/+5 |
* | gtk/gtkstyle.c (option_menu_get_props) Use gtk_border_free when freeing | Michael Natterer | 2007-01-03 | 1 | -0/+6 |
* | Work when the entry is not realized. (#392315, Yevgen Muntyan) | Matthias Clasen | 2007-01-03 | 1 | -0/+11 |
* | Only process updates on the window at hand, not on all windows, to avoid | Matthias Clasen | 2007-01-03 | 1 | -0/+7 |
* | fix docs. | Kristian Rietveld | 2007-01-02 | 1 | -0/+5 |
* | Include locale.h | Matthias Clasen | 2007-01-02 | 1 | -0/+4 |
* | Call setlocale(). | Matthias Clasen | 2007-01-02 | 1 | -0/+11 |
* | Try to fix #315732, reported by Luke Hutchinson: | Matthias Clasen | 2007-01-02 | 1 | -0/+11 |
* | beep when a keybinding didn't change adjustment->value. | Michael Natterer | 2007-01-02 | 1 | -0/+5 |
* | Try harder not to beep on events which are not meant to insert stuff in | Matthias Clasen | 2007-01-02 | 1 | -0/+6 |
* | Small documentation fixes. | Matthias Clasen | 2007-01-02 | 1 | -0/+4 |
* | Center in the frame. (#304482, Rob Staudinger, patch by Richard | Matthias Clasen | 2007-01-02 | 1 | -0/+5 |
* | Fix for leak when window destroyed | Michael David Emmel | 2007-01-02 | 1 | -0/+4 |
* | Only handle key bindings for scrolling if the scrollbars are visible. | Matthias Clasen | 2007-01-02 | 1 | -0/+7 |
* | Fix a segfault in horizontal scrolling | Matthias Clasen | 2007-01-02 | 1 | -0/+5 |
* | Only handle key bindings for tab reordering if the tabs are shown and | Matthias Clasen | 2007-01-02 | 1 | -0/+9 |
* | Mention in the docs that the return value is NULL-terminated. (#383373, | Matthias Clasen | 2007-01-02 | 1 | -0/+6 |
* | Waste less time with non-directories. (#391725, Chris Wilson) | Matthias Clasen | 2007-01-02 | 1 | -0/+5 |
* | Implement activity mode for GtkCellRendererProgress. (#377851, Brad | Matthias Clasen | 2007-01-02 | 1 | -0/+5 |
* | Fix some IPP compliance issues. (#391523, Albrecht Dress) | Matthias Clasen | 2007-01-01 | 1 | -0/+11 |
* | Fix en/em dash confusion. (#378462) | Matthias Clasen | 2007-01-01 | 1 | -0/+4 |
* | Use the right object when disconnecting from the GtkRecentManager::changed | Emmanuele Bassi | 2006-12-31 | 1 | -0/+6 |
* | Move the signal and idle disconnections into the dispose function, as well | Emmanuele Bassi | 2006-12-31 | 1 | -0/+7 |
* | Include windows.h (#391229, Kazuki Iwamoto) | Matthias Clasen | 2006-12-31 | 1 | -0/+5 |
* | Remove the scroll timeout. (#390872, Yevgen Muntyan) | Matthias Clasen | 2006-12-31 | 1 | -0/+14 |
* | Redraw assistant on reallocate to avoid rendering glitches. (#343956, | Matthias Clasen | 2006-12-31 | 1 | -0/+6 |
* | Typo fix. (#352121, Clytie Siddall) | Matthias Clasen | 2006-12-31 | 1 | -0/+4 |
* | Improve the docs of the "label" property. (#341730, Kristof Vansant) | Matthias Clasen | 2006-12-31 | 1 | -0/+5 |
* | Correctly handle min size. (#320465, Philipp Langdale) | Matthias Clasen | 2006-12-31 | 1 | -0/+5 |
* | Implement editing of flags. | Matthias Clasen | 2006-12-31 | 1 | -0/+4 |
* | Don't install cursors on insensitive widgets. (#358864, Jan Schampera) | Matthias Clasen | 2006-12-31 | 1 | -0/+9 |
* | fix doc formatting errors | Matthias Clasen | 2006-12-29 | 1 | -0/+4 |
* | Clarify docs. (#353423, Christian Persch) | Matthias Clasen | 2006-12-29 | 1 | -0/+3 |
* | Don't die in an assertion if focus went missing. Just warn, clean up and | Matthias Clasen | 2006-12-29 | 1 | -0/+7 |
* | return if the widget that originally received the event is a notebook | Carlos Garnacho | 2006-12-29 | 1 | -0/+6 |
* | Fix a typo | Matthias Clasen | 2006-12-29 | 1 | -0/+5 |
* | Display children of containers and cell renderers of cell layouts. | Matthias Clasen | 2006-12-29 | 1 | -0/+3 |
* | New function to get the cell renderers of a cell layout. | Matthias Clasen | 2006-12-29 | 1 | -0/+10 |
* | Use word wrapping by default, and center multiline labels. (#318763, Ross | Matthias Clasen | 2006-12-29 | 1 | -0/+8 |
* | Fix a typo in the docs. (#390423, David Lodge) | Matthias Clasen | 2006-12-28 | 1 | -0/+3 |
* | Only use the results of find_menu/toolbar_position() if they succeed. May | Matthias Clasen | 2006-12-28 | 1 | -0/+6 |
* | Fix some formatting errors in docs. | Matthias Clasen | 2006-12-28 | 1 | -0/+4 |