| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes for #143829, Tommi Komulainen, Christian Persch: | Matthias Clasen | 2005-02-16 | 1 | -0/+13 |
* | Stop scrolling when the pathbar goes away. (#167094, Rodney Dawes) | Matthias Clasen | 2005-02-11 | 1 | -0/+7 |
* | Fix a reference. Sorry about that, Vincent & Vincent | Matthias Clasen | 2005-02-11 | 1 | -1/+1 |
* | Complete the fix for #165770, Vincent Untz: | Matthias Clasen | 2005-02-11 | 1 | -0/+11 |
* | Fix RTL keynav for going from menubar to menu. | Matthias Clasen | 2005-02-09 | 1 | -0/+5 |
* | Added "xh" to ALL_LINGUAS. Added Xhosa translation by Adi Attar | Christian Rose | 2005-02-08 | 1 | -0/+4 |
* | Bump version | Matthias Clasen | 2005-02-04 | 1 | -0/+2 |
* | 2.6.2GTK_2_6_2 | Matthias Clasen | 2005-02-04 | 1 | -0/+6 |
* | Work better when there is not enough space. This avoids a nasty size | Matthias Clasen | 2005-02-04 | 1 | -0/+7 |
* | Avoid spurious selection of RTL direction if the widget does not have | Matthias Clasen | 2005-02-04 | 1 | -0/+6 |
* | Use the wide character version of ImmGetCompositionString() here, too. | Tor Lillqvist | 2005-02-03 | 1 | -0/+6 |
* | Don't do one roundtrip per motion event. (#166173, pointed out by Chris | Matthias Clasen | 2005-02-03 | 1 | -0/+6 |
* | remove debug spew. | Mark McLoughlin | 2005-02-03 | 1 | -0/+4 |
* | Make the gdk_key array const (#166075, Tommi Komulainen) | Matthias Clasen | 2005-02-03 | 1 | -0/+5 |
* | Don't select the first row if the chooser is not mapped. This happens when | Federico Mena Quintero | 2005-02-02 | 1 | -0/+9 |
* | Implement lazy extended input initialization on Win32, by Robert Ă–gren. | Tor Lillqvist | 2005-02-02 | 1 | -0/+21 |
* | Use a FIFO list for storing GdkSelProp of a single window so that | Ivan, Wong Yat Cheung | 2005-02-02 | 1 | -0/+6 |
* | Updates | Matthias Clasen | 2005-02-02 | 1 | -0/+4 |
* | Look for icons in XDG_DATA_DIRS/pixmaps. (#165950, Thomas Zajic) | Matthias Clasen | 2005-02-02 | 1 | -0/+3 |
* | Set info->icon_list to NULL after freeing it. (#165800, Damon Chaplin) | Matthias Clasen | 2005-02-02 | 1 | -0/+5 |
* | Don't g_assert_not_reached() if we are in any other state. Another code | Federico Mena Quintero | 2005-02-02 | 1 | -0/+7 |
* | depend on stable pango-1.8, not unstable 1.7 | Michael Natterer | 2005-02-02 | 1 | -0/+4 |
* | Fix #165770: | Federico Mena Quintero | 2005-02-01 | 1 | -0/+10 |
* | Remove debug printf. (#165877, Carlos Garnacho Parro) | Matthias Clasen | 2005-02-01 | 1 | -0/+3 |
* | Fix many instances of "the the" in docs and comments. (#165815, Masao | Matthias Clasen | 2005-02-01 | 1 | -0/+3 |
* | Add a --quiet option. | Matthias Clasen | 2005-02-01 | 1 | -0/+4 |
* | New functions, code blocks refactored out of update_keymap(). No | Tor Lillqvist | 2005-02-01 | 1 | -0/+17 |
* | Use NULL, not 0 to terminate NULL-terminated va lists. (#165683) | Matthias Clasen | 2005-01-31 | 1 | -0/+5 |
* | update ancient IRC info. | Manish Singh | 2005-01-27 | 1 | -0/+4 |
* | Oops, don't assert that we can't reach the end of the function; this | Federico Mena Quintero | 2005-01-27 | 1 | -0/+7 |
* | Some visual tweaks to the about dialog, obey HIG spacing a bit more, add a | Matthias Clasen | 2005-01-27 | 1 | -0/+6 |
* | Don't allow -1 as minimum-key-length. (gtk_entry_completion_set_model): | Matthias Clasen | 2005-01-26 | 1 | -0/+9 |
* | Make sure the license dialog is initially displayed without a horizontal | Matthias Clasen | 2005-01-26 | 1 | -0/+8 |
* | Fix docs. (#165180, Jeff Franks) | Matthias Clasen | 2005-01-25 | 1 | -0/+3 |
* | Fix docs. (#165163, Jeff Franks) | Matthias Clasen | 2005-01-25 | 1 | -0/+3 |
* | Use the correct setter for a string GValue. (#165203, Damon Chaplin) | Matthias Clasen | 2005-01-25 | 1 | -0/+5 |
* | Initialize user_time from DESKTOP_STARTUP_ID. (#165131, Elijah Newren) | Matthias Clasen | 2005-01-25 | 1 | -0/+6 |
* | Removed leftover comments. | Federico Mena Quintero | 2005-01-25 | 1 | -0/+4 |
* | Fix #147785 and clean up the loading code: | Federico Mena Quintero | 2005-01-25 | 1 | -0/+49 |
* | Document GtkWidget::style-set. (#164222, Alex Graveley) | Matthias Clasen | 2005-01-24 | 1 | -0/+5 |
* | Remove the accidentally added prototype for this unimplemented function. | Matthias Clasen | 2005-01-23 | 1 | -0/+4 |
* | Avoid spurious drags. (#164884) | Matthias Clasen | 2005-01-23 | 1 | -0/+5 |
* | Merged from HEAD: | Tor Lillqvist | 2005-01-23 | 1 | -0/+19 |
* | Fix for #163702, from Ivan Wong: | Tor Lillqvist | 2005-01-23 | 1 | -0/+16 |
* | Handle Greek tonos dead accent key. (#164859, reported and fix verified by | Tor Lillqvist | 2005-01-23 | 1 | -4/+12 |
* | Don't call GetVolumeInformation() for network drives. They might be | Tor Lillqvist | 2005-01-23 | 1 | -0/+10 |
* | Don't loop forever here, even if the only focusable widgets are labels. | Matthias Clasen | 2005-01-20 | 1 | -0/+3 |
* | Don't reverse the order of modules when putting them in gtk_modules. | Matthias Clasen | 2005-01-20 | 1 | -0/+4 |
* | Don't crash if the tree is empty. (#164669, Priit Laes) | Matthias Clasen | 2005-01-20 | 1 | -0/+5 |
* | Call GDK_DISPLAY_XDISPLAY with a display, not a window. Clean up the | Manish Singh | 2005-01-20 | 1 | -0/+6 |