Commit Graph

30 Commits

Author SHA1 Message Date
Eli Barzilay
8adec09b9f fixed PR9806 and PR9807
svn: r11940

original commit: 062152e71123d468e3e99f5f6eb082a28e7fbaee
2008-10-05 04:42:48 +00:00
Eli Barzilay
d1fb0102de use expand-user-path so "~"s work again
svn: r10262

original commit: c9f5e15ee0d245dc0884cd4fff9d2656f1397568
2008-06-14 03:48:50 +00:00
Danny Yoo
7cd84566c9 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

original commit: 87f8e830b64fc6c5c234881044034de49f241be2
2008-05-16 19:08:35 +00:00
Eli Barzilay
d956ae1736 use new require specs in many places
svn: r8774

original commit: b1a08edd5a8c0db0bae4a9e052d9a93d1faabb4f
2008-02-23 09:42:03 +00:00
Matthew Flatt
8bc1d1c68c v3.99.0.2
svn: r7706

original commit: 39cedb62edf9258b051a22a29a90be9c6841956f
2007-11-13 12:40:00 +00:00
Eli Barzilay
474165d88f treat backspacing better (PR8662)
svn: r6209

original commit: 05022c082d13d1efe70593631e8f06573625e962
2007-05-12 06:27:52 +00:00
Eli Barzilay
28695d0f63 use path-element->string
svn: r6146

original commit: 8661413b7f1b2177953856e60446b183b215d8b7
2007-05-04 20:55:19 +00:00
Eli Barzilay
fe140a7e85 use bytes->string/locale to translate paths-as-bytes to strings
svn: r5318

original commit: 89ce220ed91d41dfe4f3a50f5bae5763a01afd3b
2007-01-12 00:52:23 +00:00
Eli Barzilay
51cfd499fc fix PR8428, and also paths with an initial "~"
svn: r5294

original commit: 5876ed8e3b76452a6cefd9266e508077256df4c2
2007-01-10 10:33:54 +00:00
Eli Barzilay
843a74c61d minor bug on directory selections
svn: r4454

original commit: 477528c805d7f3c5c92d55730cab0cefca486dff
2006-09-28 20:48:25 +00:00
Eli Barzilay
3528b37c42 some bug fixes
svn: r3729

original commit: e14e007d23f809c0daa5a2eb79e263988e1cee88
2006-07-16 15:45:16 +00:00
Eli Barzilay
5018e8e9ca fix bug with choosing "/" from the directory navigator, change color of "/" prefix
svn: r3723

original commit: 0dba7be7888765f8e452bae33322c62c37e0f434
2006-07-16 10:22:04 +00:00
Eli Barzilay
3020e1fdd4 heavy fix: deal with bad string encodings etc
svn: r3722

original commit: 3c80a102358830c372bff44da58f4ea65db781a6
2006-07-16 10:03:55 +00:00
Eli Barzilay
01b725dd00 added a label for the filename field
svn: r3713

original commit: a5a4d2700223031a7113e9a11cb8371b3c442d58
2006-07-15 18:45:04 +00:00
Eli Barzilay
bdd970bd47 * Proper fix for the path-list bug (undo bogus semaphore)
* Don't reset the paths if the glob pattern is not changed

svn: r3339

original commit: a009ba322db87fcb3566da6ce35adaaf19681b87
2006-06-12 14:13:58 +00:00
Eli Barzilay
89b158f1b1 protect path-list with a semaphore
svn: r3326

original commit: 976489df840c7807d7fb01c23e4ccc32fb3b64ab
2006-06-11 17:53:25 +00:00
Eli Barzilay
fa6270a022 * 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

original commit: e4410603a09e81e9055e5a847406f1fc390b59c1
2006-06-11 09:33:35 +00:00
Eli Barzilay
078c6dd91e auto-enter when choosing a new root on windows
svn: r3229

original commit: 5176f2462df38bfc00a9b59e516dd437c5da89d7
2006-06-05 05:08:58 +00:00
Eli Barzilay
16424e7a11 svn: r3213
original commit: 953e3e8d1a49d1109ab082ac68a59d1d6cdc6235
2006-06-04 07:42:02 +00:00
Eli Barzilay
3cc26efd71 remember size through a preference
svn: r3211

original commit: 018a87ebdcac4963364aa04f668651aaa8429bc9
2006-06-04 05:23:34 +00:00
Eli Barzilay
93976d9838 added path-dialog.ss to mrlib
svn: r3209

original commit: acb08c5e623871ff41e348cd24dc9093e7566099
2006-06-04 00:14:27 +00:00
Eli Barzilay
e407d2cca6 tweak to avoid re-complete when typing a character from the completed text
svn: r3174

original commit: abf83c1c3747a4e728b210c15556c1efa41f5bbf
2006-06-01 22:59:14 +00:00
Eli Barzilay
55a6271763 use globs for show-dots (if filters are used)
svn: r3159

original commit: ce0c03c60fca0e434a4722fd198d85852ef5618b
2006-05-31 20:28:11 +00:00
Eli Barzilay
d193e84301 multiple selections now work fine, AFAICT
svn: r3158

original commit: 9c68db34fea67524bd854142dfd6a7266b3ea374
2006-05-31 20:07:37 +00:00
Eli Barzilay
dc6dbeb680 some fixes for multi-selections
svn: r3153

original commit: 99bec24645d0115b07f2d9c6d3f384e184225d0c
2006-05-31 18:55:27 +00:00
Eli Barzilay
dfcdcf0727 fix clickback action, make get-file accept only existing files
svn: r3140

original commit: 684d69710c4394271a70405613a9c6ecf474cb2e
2006-05-30 22:06:44 +00:00
Eli Barzilay
b5121aefe4 removed debugging print
svn: r3139

original commit: 44a83b946cc8e7f8639e6b1fd10d0242e8c6beeb
2006-05-30 22:02:00 +00:00
Eli Barzilay
22eb0a7ca0 fix when filters is null, forbid filters when getting a directory
svn: r3138

original commit: d9d8bbd7dbfbfd1ff120231795fd56b0a9a9c805
2006-05-30 21:59:46 +00:00
Eli Barzilay
553fa0add6 make the slashes in the top box appear normal so its clear that there are separate links there
svn: r3137

original commit: be47aa5e82e1313d77450046a6ab517905e3b1d5
2006-05-30 21:47:52 +00:00
Eli Barzilay
36b497cb42 new file dialog
svn: r3129

original commit: c955c86937c9a24e4bfac56dc174e3d50617f27e
2006-05-30 18:50:09 +00:00