| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Document possible accelerator gotcha when using this function. (#139641, | Matthias Clasen | 2004-04-13 | 1 | -0/+4 |
* | Don't leak list nodes. (#138862, Morten Welinder) | Matthias Clasen | 2004-04-13 | 1 | -0/+5 |
* | remove unused variable. (gtk_tree_view_button_press): If we activated the | Jonathan Blandford | 2004-04-13 | 1 | -0/+8 |
* | Added documentation to all the signals. | Federico Mena Quintero | 2004-04-13 | 1 | -0/+5 |
* | Don't unref model if it is NULL. (#139770) | Matthias Clasen | 2004-04-12 | 1 | -0/+3 |
* | Typo fix. | Matthias Clasen | 2004-04-12 | 1 | -0/+22 |
* | Moved search entries into priv data. | Jonathan Blandford | 2004-04-11 | 1 | -0/+23 |
* | workaround for bug #137496, the real fix would involve just another small | Hans Breuer | 2004-04-11 | 1 | -0/+8 |
* | If both Shift and CapsLock pressed, ignore the shift only for letters | Tor Lillqvist | 2004-04-10 | 1 | -0/+13 |
* | Terminate g_object_[dis]connect() calls with NULL instead of 0. Fixes | Christian Persch | 2004-04-09 | 1 | -0/+7 |
* | Added gujarati translations | Guntupalli Karunakar | 2004-04-09 | 1 | -0/+4 |
* | Fix #132500. | Federico Mena Quintero | 2004-04-07 | 1 | -0/+20 |
* | Completed ALL_LINGUAS list | Pablo Saratxaga | 2004-04-06 | 1 | -0/+4 |
* | Use a title for SAVE and CREATE_FOLDER modes. Fixes #137272. | Federico Mena Quintero | 2004-04-06 | 1 | -0/+3 |
* | Look for G_DIR_SEPARATOR in the display_name, and err out if it is | Federico Mena Quintero | 2004-04-06 | 1 | -0/+4 |
* | Make the new-folder button say "Create Fo_lder" rather than "Create | Federico Mena Quintero | 2004-04-06 | 1 | -0/+7 |
* | Ref/sink the buttons. Also, free them correctly upon failure. Based on a | Federico Mena Quintero | 2004-04-06 | 1 | -0/+6 |
* | Handle '--' correctly. | Anders Carlsson | 2004-04-05 | 1 | -0/+4 |
* | set the height correctly for fixed height when inserting a node, #138082 | Jonathan Blandford | 2004-04-02 | 1 | -0/+5 |
* | Fix #136077. | Federico Mena Quintero | 2004-04-02 | 1 | -0/+46 |
* | Move AC_CANONICAL_HOST earlier, before the check for native Win32. | Tor Lillqvist | 2004-03-31 | 1 | -0/+3 |
* | Use X11 semantics for angles. Thanks to Tim Newsham. | Tor Lillqvist | 2004-03-31 | 1 | -0/+5 |
* | Fix #137520. | Federico Mena Quintero | 2004-03-29 | 1 | -0/+39 |
* | Just use the file under the cursor; we don't need the logic from | Federico Mena Quintero | 2004-03-25 | 1 | -0/+6 |
* | Fill the location entry with the display name of the file under the cursor | Federico Mena Quintero | 2004-03-25 | 1 | -0/+6 |
* | Bare drive designators (eg., "c:") are no longer considered as root | J. Ali Harlow | 2004-03-24 | 1 | -0/+6 |
* | Invert test for error in mkdir. Fixes #137945 | J. Ali Harlow | 2004-03-24 | 1 | -0/+6 |
* | Fixed #138004 using Federico's code from #132327. | J. Ali Harlow | 2004-03-24 | 1 | -0/+16 |
* | Test that path is actually a directory and throw error if not. Fixed bug | J. Ali Harlow | 2004-03-24 | 1 | -0/+6 |
* | Ignore empty volume labels; assume that GetVolumeInformation would fail if | J. Ali Harlow | 2004-03-22 | 1 | -0/+13 |
* | added punjabi translation | Guntupalli Karunakar | 2004-03-22 | 1 | -0/+4 |
* | Include the backslash. Otherwise gtk_file_system_win32_path_to_uri() | Tor Lillqvist | 2004-03-21 | 1 | -0/+8 |
* | applied the undisputable and required [due to recent gtkfilesystem | Hans Breuer | 2004-03-20 | 1 | -0/+13 |
* | Revert the patch to #137520, as 2.4.1 is for conservative bug fixes only. | Federico Mena Quintero | 2004-03-19 | 1 | -0/+6 |
* | Test existance of the path after checking for locality, if needed. | Morten Welinder | 2004-03-19 | 1 | -0/+6 |
* | Fix #137520. | Federico Mena Quintero | 2004-03-19 | 1 | -0/+39 |
* | Include eventbox for expander. (#137564, reported by Jacques Garrigue) | Owen Taylor | 2004-03-18 | 1 | -0/+6 |
* | Added Marathi transnlations | Guntupalli Karunakar | 2004-03-18 | 1 | -0/+4 |
* | Free volumes not actually put into the shortcut list. | Morten Welinder | 2004-03-17 | 1 | -0/+3 |
* | Plug leak. | Morten Welinder | 2004-03-17 | 1 | -0/+2 |
* | Plug some leaks and expose others. | Morten Welinder | 2004-03-17 | 1 | -0/+3 |
* | Forgot bug number. | Morten Welinder | 2004-03-17 | 1 | -1/+1 |
* | Don't leak the tooltip object. | Morten Welinder | 2004-03-17 | 1 | -0/+3 |
* | Do nothing if we have no screen. Fixes #137260. | Morten Welinder | 2004-03-17 | 1 | -1/+6 |
* | Make this work when the slider buttons have been destroyed. | Morten Welinder | 2004-03-17 | 1 | -0/+13 |
* | Move the repositioning logic from _gtk_entry_completion() popup over here. | Matthias Clasen | 2004-03-17 | 1 | -0/+6 |
* | === Released 2.4.0 ===GTK_2_4_0 | Owen Taylor | 2004-03-16 | 1 | -0/+3 |
* | === Released 2.4.0 === | Owen Taylor | 2004-03-16 | 1 | -0/+11 |
* | Block the ::changed handler during the ::match-selected when done by | Jonathan Blandford | 2004-03-16 | 1 | -0/+6 |
* | Block the ::changed handler during the emission of ::match-selected. | Matthias Clasen | 2004-03-15 | 1 | -0/+14 |