| Commit message (Expand) | Author | Age | Files | Lines |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -36/+4 |
* | Avoid relocation | Matthias Clasen | 2006-04-04 | 1 | -1/+1 |
* | Oops. (#336784) | Behdad Esfahbod | 2006-04-02 | 1 | -1/+0 |
* | Use a GString instead of static buffer to reduce .bss by 8kb. (#336784) | Behdad Esfahbod | 2006-04-01 | 1 | -3/+7 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -4/+1 |
* | Stylistic improvements and clarifications for some blurbs. (#315520, | Matthias Clasen | 2005-09-09 | 1 | -1/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -2/+2 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Use g_get_host_name(). | Tor Lillqvist | 2005-07-08 | 1 | -12/+6 |
* | Prevent an infinite loop when G_FILENAME_ENCODING is invalid. (#309280, | Matthias Clasen | 2005-07-01 | 1 | -2/+4 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -5/+3 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+5 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -2/+2 |
* | gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c | Matthias Clasen | 2005-03-01 | 1 | -3/+3 |
* | Fix many instances of "the the" in docs and comments. (#165815, Masao | Matthias Clasen | 2005-02-01 | 1 | -1/+1 |
* | gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.c | Tor Lillqvist | 2004-12-12 | 1 | -21/+76 |
* | fix unselect in multiple selection (#156805) | Erwann Chenede - | 2004-11-15 | 1 | -2/+10 |
* | Add a public setting for button ordering (#74669, Owen Taylor) | Matthias Clasen | 2004-10-25 | 1 | -1/+6 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fix #138807. | Federico Mena Quintero | 2004-06-02 | 1 | -3/+3 |
* | Tell the user to use G_FILENAME_ENCODING, not G_BROKEN_FILENAMES. Fixes | Federico Mena Quintero | 2004-04-15 | 1 | -2/+2 |
* | Use a single OK button, not a Close button, as per the HIG. | Federico Mena Quintero | 2004-03-11 | 1 | -1/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -1/+1 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -6/+6 |
* | Use 0777 as the mode for mkdir() and let the umask do the right thing. | Federico Mena Quintero | 2004-01-06 | 1 | -1/+1 |
* | Removed space that proceeded the end-of-sentence punctuation. Fixes: | Alexander Winston | 2004-01-06 | 1 | -1/+1 |
* | Deprecate. Ditto. | Kristian Rietveld | 2003-10-10 | 1 | -1/+4 |
* | Don't reposition the cursor when we aren't trying to complete. (Fixes | Owen Taylor | 2003-08-14 | 1 | -6/+12 |
* | If getting the current directory fails because of encoding conversion | Owen Taylor | 2003-08-14 | 1 | -9/+42 |
* | Always return an absolute path (#115590), fix a problem where you could | Owen Taylor | 2003-08-01 | 1 | -29/+15 |
* | Fix obvious reallocation bug in rarely or never hit code path (#118071, | Owen Taylor | 2003-08-01 | 1 | -1/+1 |
* | (gtk_file_selection_set_filename): Add a hint about opening | Matthias Clasen | 2003-05-22 | 1 | -0/+4 |
* | Some keynav improvements for the "Rename File" and "Create Directory" | Matthias Clasen | 2003-05-21 | 1 | -22/+12 |
* | Fix capitalization of UTF-8. (#106419, Roozbeh Pournader) | Owen Taylor | 2003-04-22 | 1 | -1/+1 |
* | Use GetDriveType() to recognize removable drives (in order to avoid | Tor Lillqvist | 2003-02-09 | 1 | -1/+1 |
* | Merge from stable: | Tor Lillqvist | 2003-01-19 | 1 | -36/+85 |
* | Use g_printf instead of system printf. (#99327) | Matthias Clasen | 2002-12-15 | 1 | -4/+4 |
* | Use g_utf8_collate_key() to sort in human-friendly order. (#94473) | Owen Taylor | 2002-12-13 | 1 | -3/+10 |
* | System fnmatch wasn't going to be UTF-8 clean, neither was our version. | Owen Taylor | 2002-12-13 | 1 | -14/+7 |
* | Const warning fix. | Owen Taylor | 2002-12-13 | 1 | -2/+2 |
* | Include "." and ".." in the list of entries; they are needed for correct | Owen Taylor | 2002-12-13 | 1 | -7/+10 |
* | Data constness fixes. (#75754) | Matthias Clasen | 2002-12-10 | 1 | -4/+4 |
* | Escape invalid filename before printing it out, since it isn't a valid | Owen Taylor | 2002-11-07 | 1 | -1/+3 |
* | Remove check for winsock.h since it might show up on Linux+Wine. Instead | Owen Taylor | 2002-11-03 | 1 | -1/+1 |
* | Add a mnemonic to the "selection" label. (More of #74267) | Owen Taylor | 2002-11-02 | 1 | -4/+23 |
* | small doc fixes. | Matthias Clasen | 2002-10-29 | 1 | -2/+2 |
* | Fix sensitivity of file operation buttons and buttons inside fileop | Owen Taylor | 2002-10-25 | 1 | -3/+49 |
* | Deprecation cleanup | Manish Singh | 2002-10-09 | 1 | -71/+74 |