summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesel.c
Commit message (Expand)AuthorAgeFilesLines
* Escape invalid filename before printing it out, since it isn't a validOwen Taylor2002-11-071-1/+3
* Remove check for winsock.h since it might show up on Linux+Wine. InsteadOwen Taylor2002-11-031-1/+1
* Add a mnemonic to the "selection" label. (More of #74267)Owen Taylor2002-11-021-4/+23
* small doc fixes.Matthias Clasen2002-10-291-2/+2
* Fix sensitivity of file operation buttons and buttons inside fileopOwen Taylor2002-10-251-3/+49
* Deprecation cleanupManish Singh2002-10-091-71/+74
* check if last_selected is valid before doing a strcmp on it, which mayManish Singh2002-09-251-1/+2
* preserve ordering from gtk_tree_selection_foreach when returning filenamesManish Singh2002-09-251-5/+11
* Use cygwin_conv_to_posix_path(). (gtk_file_selection_dir_activate): CallTor Lillqvist2002-08-311-40/+26
* Don't include <winsock.h> on Cygwin (#91654, Masahiro Sakai).Tor Lillqvist2002-08-251-1/+1
* Minor documentation fixesSoren Sandmann2002-08-101-3/+3
* Actually use the UTF-8 filename, so we actually fix #83386.Owen Taylor2002-06-161-4/+4
* Fix backwards asssertion. (#85434)Owen Taylor2002-06-161-1/+1
* Fix so that the encoding of the filename is handled properly in the caseOwen Taylor2002-06-131-3/+31
* gtk/gtkfilesel.c gtk/gtkplug.c gtk/gtkwidget.c gtk/gtkwindow.c a few typosVitaly Tishkov2002-05-131-1/+1
* Doc fixes.Owen Taylor2002-04-301-3/+5
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-1/+1
* Fix typo in message.Abigail Brady2002-04-141-1/+1
* Initialize error to NULL.Anders Carlsson2002-04-091-1/+1
* when encountering non-UTF-8 file names, alert the user with g_message()Tim Janik2002-03-281-3/+10
* Some packing tweaks.Owen Taylor2002-03-081-3/+15
* Fix memory leak. (#73370, Paolo Maggi).Owen Taylor2002-03-041-2/+5
* added compile time switch to put the tree views into a hpaned for owen toTim Janik2002-03-031-3/+15
* Add missing NULL check.Darin Adler2002-02-281-1/+2
* new fileHans Breuer2002-02-271-1/+1
* Move inclusion of <windows.h> before inclusion of <winsock.h>, to actuallyTor Lillqvist2002-02-241-36/+36
* Released 1.3.14GTK_MULTIHEAD_MERGEPOINT_18_02_02GTK_1_3_14Owen Taylor2002-02-181-3/+22
* Added multiple selection APIManish Singh2002-02-171-35/+287
* converted the "Delete File" dialog to GtkMessageDialog. Marked missingSven Neumann2002-02-111-47/+28
* don't reduce the scroll rect size by the scroll amountHans Breuer2002-02-101-2/+4
* gtk/gtkfilesel.c gtk/gtkgamma.c use stock labels for dialog actionSven Neumann2002-02-081-4/+4
* s/directory/folder/ in all labels and messages.Owen Taylor2002-02-011-11/+11
* Switch over to GtkTreeView from GtkCList. Remove the entries above theOwen Taylor2002-01-291-116/+158
* Mark children as composite. (#66360)Matthias Clasen2002-01-171-0/+4
* Fix "deleting" filename by adding another boolean parameter toOwen Taylor2002-01-171-35/+22
* Refresh the dialog on map. (#52877, inspired by request from MurrayOwen Taylor2002-01-171-0/+15
* Ref-sink the tooltips object. Ref-sink the tooltips object. Fix someOwen Taylor2001-11-211-1/+1
* make it compile with msvc: !HAVE_UNISTD_H; no label without op, even ifHans Breuer2001-11-181-17/+15
* chain finalize to parent class to get removed from the toplevel_list.Hans Breuer2001-11-031-0/+2
* Go to the GUP proposed ordering of buttons with [OK] in the lower rightOwen Taylor2001-11-021-32/+31
* Add a "menu" property and notify on it. (#62798, Padraig O'Briain)Owen Taylor2001-10-311-1/+1
* Grab the focus to the fileop entry for create dir / rename file.Owen Taylor2001-10-291-0/+4
* Updates.Tor Lillqvist2001-10-291-0/+3
* Remove G_DISABLE_CONST_RETURNS.Owen Taylor2001-10-231-19/+27
* Don't draw with GTK_STATE_ACTIVE.Alex Larsson2001-09-191-2/+228
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-17/+0
* Rename to gtk_radio_menu_item_get_group(), add deprecated alias. (#57044)Owen Taylor2001-07-121-6/+7
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-1/+3
* get sizes an icon set can render without falling back to missing imageHavoc Pennington2001-05-251-2/+2
* voc Pennington <hp@redhat.com>Havoc Pennington2001-04-281-2/+0