Commit Graph

29 Commits

Author SHA1 Message Date
Eli Barzilay
c9f5e15ee0 use expand-user-path so "~"s work again
svn: r10262
2008-06-14 03:48:50 +00:00
Danny Yoo
87f8e830b6 Fixing type error in path dialog.
When the directory is bad, we need to send a list of path-labels; the
original code would pass in a path object and would emit a contract
error of the form:

dyoo@kfisler-ra1:~$ set in list-box%: expected argument of type <list of strings (up to 200 characters)>; given ("Bad Directory:" #<path:/home/dyoo/tmp/>)

svn: r9868
2008-05-16 19:08:35 +00:00
Eli Barzilay
b1a08edd5a use new require specs in many places
svn: r8774
2008-02-23 09:42:03 +00:00
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Eli Barzilay
05022c082d treat backspacing better (PR8662)
svn: r6209
2007-05-12 06:27:52 +00:00
Eli Barzilay
8661413b7f use path-element->string
svn: r6146
2007-05-04 20:55:19 +00:00
Eli Barzilay
89ce220ed9 use bytes->string/locale to translate paths-as-bytes to strings
svn: r5318
2007-01-12 00:52:23 +00:00
Eli Barzilay
5876ed8e3b fix PR8428, and also paths with an initial "~"
svn: r5294
2007-01-10 10:33:54 +00:00
Eli Barzilay
477528c805 minor bug on directory selections
svn: r4454
2006-09-28 20:48:25 +00:00
Eli Barzilay
e14e007d23 some bug fixes
svn: r3729
2006-07-16 15:45:16 +00:00
Eli Barzilay
0dba7be788 fix bug with choosing "/" from the directory navigator, change color of "/" prefix
svn: r3723
2006-07-16 10:22:04 +00:00
Eli Barzilay
3c80a10235 heavy fix: deal with bad string encodings etc
svn: r3722
2006-07-16 10:03:55 +00:00
Eli Barzilay
a5a4d27002 added a label for the filename field
svn: r3713
2006-07-15 18:45:04 +00:00
Eli Barzilay
a009ba322d * Proper fix for the path-list bug (undo bogus semaphore)
* Don't reset the paths if the glob pattern is not changed

svn: r3339
2006-06-12 14:13:58 +00:00
Eli Barzilay
976489df84 protect path-list with a semaphore
svn: r3326
2006-06-11 17:53:25 +00:00
Eli Barzilay
e4410603a0 * Fix bug that showed dirs that begin with a dot
* Set filter when the field loses focus
* Use `right' at the end of the text to force immediate completion
* When using the path-list, don't move the focus back to the text

svn: r3323
2006-06-11 09:33:35 +00:00
Eli Barzilay
5176f2462d auto-enter when choosing a new root on windows
svn: r3229
2006-06-05 05:08:58 +00:00
Eli Barzilay
953e3e8d1a svn: r3213 2006-06-04 07:42:02 +00:00
Eli Barzilay
018a87ebdc remember size through a preference
svn: r3211
2006-06-04 05:23:34 +00:00
Eli Barzilay
acb08c5e62 added path-dialog.ss to mrlib
svn: r3209
2006-06-04 00:14:27 +00:00
Eli Barzilay
abf83c1c37 tweak to avoid re-complete when typing a character from the completed text
svn: r3174
2006-06-01 22:59:14 +00:00
Eli Barzilay
ce0c03c60f use globs for show-dots (if filters are used)
svn: r3159
2006-05-31 20:28:11 +00:00
Eli Barzilay
9c68db34fe multiple selections now work fine, AFAICT
svn: r3158
2006-05-31 20:07:37 +00:00
Eli Barzilay
99bec24645 some fixes for multi-selections
svn: r3153
2006-05-31 18:55:27 +00:00
Eli Barzilay
684d69710c fix clickback action, make get-file accept only existing files
svn: r3140
2006-05-30 22:06:44 +00:00
Eli Barzilay
44a83b946c removed debugging print
svn: r3139
2006-05-30 22:02:00 +00:00
Eli Barzilay
d9d8bbd7db fix when filters is null, forbid filters when getting a directory
svn: r3138
2006-05-30 21:59:46 +00:00
Eli Barzilay
be47aa5e82 make the slashes in the top box appear normal so its clear that there are separate links there
svn: r3137
2006-05-30 21:47:52 +00:00
Eli Barzilay
c955c86937 new file dialog
svn: r3129
2006-05-30 18:50:09 +00:00