| Commit message (Expand) | Author | Age | Files | Lines |
* | 2.10.1GTK_2_10_1 | Matthias Clasen | 2006-07-24 | 191 | -110340/+70110 |
* | Updated Portuguese translation. | Duarte Loreto | 2006-07-23 | 2 | -1852/+1752 |
* | Updated French translation. | Christophe Merlet | 2006-07-23 | 2 | -29/+48 |
* | Add a POTFILES.skip file | Matthias Clasen | 2006-07-23 | 3 | -1/+8 |
* | Fix a memleak | Matthias Clasen | 2006-07-23 | 3 | -0/+12 |
* | Updated Lithuanian translation. | Žygimantas Beručka | 2006-07-22 | 2 | -4/+8 |
* | Updated French translation. | Christophe Merlet | 2006-07-22 | 2 | -7/+12 |
* | Updated Lithuanian translation. | Žygimantas Beručka | 2006-07-22 | 2 | -1991/+1866 |
* | Updated gtk+ zh_CN translation. | Funda Wang | 2006-07-22 | 2 | -1928/+1038 |
* | Updated Lithuanian translation. | Žygimantas Beručka | 2006-07-22 | 2 | -72/+82 |
* | Updated Portuguese translation. | Duarte Loreto | 2006-07-22 | 2 | -2246/+1383 |
* | updated hebrew translation | Yair Hershkovitz | 2006-07-21 | 2 | -1846/+1748 |
* | New function to destroy an rc context. | Matthias Clasen | 2006-07-21 | 5 | -28/+90 |
* | Implement. | Richard Hult | 2006-07-21 | 4 | -12/+94 |
* | Replace gtk_rc_style_ref/unref by g_object_ref/unref. | Matthias Clasen | 2006-07-21 | 5 | -6/+14 |
* | 0-terminate outbuf in all cases. (#348227, Nguyen Thái Ngoc Duy) | Matthias Clasen | 2006-07-21 | 3 | -8/+13 |
* | Enable symbolic colors and color expressions in style properties. Fixes | Michael Natterer | 2006-07-21 | 3 | -40/+168 |
* | remove accidential 2nd parameter to g_object_unref(). | Michael Natterer | 2006-07-21 | 3 | -1/+11 |
* | Don't leak the action_view. (#348120, Chris Wilson) | Matthias Clasen | 2006-07-21 | 3 | -13/+23 |
* | Improve drawing of tabs | Matthias Clasen | 2006-07-21 | 3 | -10/+13 |
* | Fix a memleak | Matthias Clasen | 2006-07-21 | 3 | -0/+18 |
* | Unset the during_reorder flag. (#348049, Sven Herzberg, patch by Benjamin | Matthias Clasen | 2006-07-21 | 3 | -0/+13 |
* | Updated French translation. | Christophe Merlet | 2006-07-20 | 2 | -598/+77 |
* | Argh, initialize "passed"! (set_filename_timeout_cb): Renamed from | Federico Mena Quintero | 2006-07-20 | 1 | -2/+79 |
* | Just remove the scroll timeout here, don't access settings. (#348095, | Matthias Clasen | 2006-07-20 | 3 | -5/+12 |
* | Fix messed up refcounting. (#348090, Chris Wilson) | Matthias Clasen | 2006-07-20 | 3 | -8/+20 |
* | Export this privately. | Matthias Clasen | 2006-07-20 | 5 | -4/+29 |
* | Fix a thinko that leads to constantly reloading the mime data if a | Matthias Clasen | 2006-07-20 | 2 | -14/+34 |
* | Argh, initialize "passed"! (set_filename_timeout_cb): Renamed from | Federico Mena Quintero | 2006-07-20 | 2 | -0/+16 |
* | Updated Lithuanian translation. | Žygimantas Beručka | 2006-07-20 | 2 | -2295/+1369 |
* | Free caches on shutdown | Matthias Clasen | 2006-07-20 | 2 | -0/+14 |
* | fix typo to make it compile again. | Michael Natterer | 2006-07-20 | 3 | -1/+11 |
* | Correctly chain up the finalization vfunc. (#348089, Chris Wilson) | Emmanuele Bassi | 2006-07-20 | 3 | -1/+13 |
* | Append the event to the queue instead of using gdk_event_put. | Richard Hult | 2006-07-20 | 5 | -125/+221 |
* | Translation updated by Tino Meinen. | Vincent van Adrighem | 2006-07-20 | 2 | -1669/+1348 |
* | Add xdg_init-free versions of some functions and use them internally, so | Matthias Clasen | 2006-07-20 | 4 | -20/+58 |
* | fix bug #5241 | Matthias Clasen | 2006-07-20 | 2 | -2/+10 |
* | Reindent. | Richard Hult | 2006-07-19 | 4 | -1/+21 |
* | ]): Listen to windowDidResignMain notifications and properly update the | Richard Hult | 2006-07-19 | 5 | -25/+63 |
* | add align_set field to keep track whether the align property was set by | Kristian Rietveld | 2006-07-19 | 3 | -1/+32 |
* | Check if option is NULL before using it. (#348014, Christian Persch) | Matthias Clasen | 2006-07-19 | 3 | -1/+10 |
* | When looking up a font XID, add the XID_FONT_BIT. (#348001) | Matthias Clasen | 2006-07-19 | 3 | -1/+11 |
* | Updated Korean translation. | Changwoo Ryu | 2006-07-19 | 2 | -657/+488 |
* | Fixed "removed text_view_markup translation" | Nguyen Thai Ngoc Duy | 2006-07-19 | 1 | -2/+1 |
* | Ignore quartz pc files. | Richard Hult | 2006-07-19 | 1 | -0/+2 |
* | ]): Remove unused variables to fix compiler warnings. | Richard Hult | 2006-07-19 | 4 | -2/+12 |
* | Implement type hints and use them to determine which windows should be | Richard Hult | 2006-07-19 | 5 | -12/+86 |
* | Get the position correctly for the root window. Fixes bug #347976, patch | Richard Hult | 2006-07-19 | 3 | -15/+36 |
* | Updates | Matthias Clasen | 2006-07-19 | 3 | -6/+68 |
* | fix 347277 | Matthias Clasen | 2006-07-18 | 3 | -16/+51 |