summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* API Change. Take GdkColor arguments instead of gdouble *. Leave the oldAlexander Larsson2001-04-201-2/+8
* disable USE_MMX for msvc build cause the assembler doesn't fit and is outHans Breuer2001-03-311-1/+2
* Fixed bug that returned NULL if a filename was selected.Alexander Larsson2001-03-261-1/+1
* make this somewhat key-navigableHavoc Pennington2001-03-241-1/+2
* Apply property patch from Lee MallaboneHavoc Pennington2001-03-231-4/+110
* Add more test when converting filenames from/to utf-8. Don't allowAlexander Larsson2001-03-121-57/+176
* new function, turns off decorations for a window.Havoc Pennington2001-03-071-1/+1
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-021-0/+12
* Adopt to new prototypes for unicode,locale,filename conversion functions.Owen Taylor2001-01-051-21/+21
* g_filename_{to,from}_utf8 now takes an extra parameter.Robert Brady2000-11-121-21/+21
* Add note about GtkMenuPositionFunc API changes.Alexander Larsson2000-11-081-1/+1
* Derive from GtkDialog, and use stock buttons. Should be 100% sourceHavoc Pennington2000-11-061-20/+17
* Make it compileAnders Carlsson2000-08-121-3/+3
* A few more variables renamed, relating to the "system" charset vs UTF-8Tor Lillqvist2000-08-121-15/+16
* Improve previous commit a bit, use better variable names.Tor Lillqvist2000-08-121-48/+55
* Add more calls to g_filename_{to,from}_utf8() to convert back and forthTor Lillqvist2000-08-121-427/+509
* Use the "system codepage" version of the directory name (not the UTF-8Tor Lillqvist2000-08-091-3/+5
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-35/+12
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-15/+19
* Merges from gtk-1-2Owen Taylor2000-03-141-14/+39
* add a 'paned' mode to the function to let it draw the seven dots, insteadJonathan Blandford2000-02-231-5/+8
* s/refcount/ref_count/.Tim Janik2000-02-131-3/+1
* Argh, decided not to return a string that must be freed fromTor Lillqvist2000-02-031-4/+7
* Use g_filename_to_utf8 to convert the font names Windows gives us fromTor Lillqvist2000-02-031-85/+47
* Adapt cast macros to standard.Raja R Harinath1999-11-221-4/+9