Guido van Rossum
|
e825f15900
|
minsize->getminsize
Keyboard focus policy
more?
|
1991-08-16 13:22:23 +00:00 |
Guido van Rossum
|
e11d4ccbb6
|
minsize -> getminsize
Keyboard interface
|
1991-08-16 13:22:08 +00:00 |
Guido van Rossum
|
3c8045acf1
|
Added activate/deactivate.
minsize --> getminsize.
Added 'boxed' option.
Added lost of code to realize (?)
|
1991-08-16 13:19:43 +00:00 |
Guido van Rossum
|
9b1bfc8810
|
minsize --> getminsize.
Added keyboard downcalls.
(I mean keyboard focus policy and activate/deactivate)
|
1991-08-16 13:17:27 +00:00 |
Guido van Rossum
|
ce27298640
|
minsize --> getminsize; new implementation of getminsize
|
1991-08-16 13:17:07 +00:00 |
Guido van Rossum
|
cadae0fc14
|
minsize --> getminsize
|
1991-08-16 13:16:25 +00:00 |
Guido van Rossum
|
d085cc6f5d
|
Initial revision
|
1991-08-16 13:15:56 +00:00 |
Guido van Rossum
|
ac62b9e7cb
|
Renamed path.cat to path.join
|
1991-08-16 13:14:46 +00:00 |
Guido van Rossum
|
ca197b520e
|
minsize --> getminsize
|
1991-08-16 13:05:37 +00:00 |
Guido van Rossum
|
1e5ad4e9bb
|
Added class StrutAppearance (a label with with 0).
Changed minsize to getminsize.
|
1991-08-16 13:04:40 +00:00 |
Guido van Rossum
|
e6afe6a468
|
Initial revision
|
1991-08-16 13:02:04 +00:00 |
Guido van Rossum
|
8cf301e757
|
Changed minsize to getminsize.
|
1991-08-16 13:01:50 +00:00 |
Guido van Rossum
|
a759f64294
|
Initial revision
|
1991-05-14 12:25:35 +00:00 |
Guido van Rossum
|
aa1791765e
|
*** empty log message ***
|
1991-05-14 12:22:25 +00:00 |
Guido van Rossum
|
17fca179bc
|
*** empty log message ***
|
1991-05-14 12:13:40 +00:00 |
Guido van Rossum
|
ab2885ee96
|
Clarify comment.
|
1991-04-21 19:34:48 +00:00 |
Guido van Rossum
|
a31b9ccbbc
|
Delay zero after successful action.
|
1991-04-21 19:33:53 +00:00 |
Guido van Rossum
|
fa0e726154
|
Remove reference to util.
|
1991-04-21 19:33:30 +00:00 |
Guido van Rossum
|
e2e162ec42
|
Initial revision
|
1991-04-21 19:32:43 +00:00 |
Guido van Rossum
|
40b0f3aa0e
|
Use built-in file.read() instead of util.readfile().
|
1991-04-21 19:31:39 +00:00 |
Guido van Rossum
|
001fa6a20f
|
Don't sleep if msecs <= 0.
|
1991-04-21 19:31:10 +00:00 |
Guido van Rossum
|
fb9149c401
|
Support delayed destroy. Use built-in remove.
Dispatch needn't check for win = self.win.
|
1991-04-21 19:28:44 +00:00 |
Guido van Rossum
|
a82a27585a
|
Use text object's new settext() method.
|
1991-04-21 19:27:48 +00:00 |
Guido van Rossum
|
7912b008cf
|
Add destrpy() method.
|
1991-04-21 19:27:28 +00:00 |
Guido van Rossum
|
b8f5c093dc
|
Use built-in remove() method of lists instead of util.remove.
|
1991-04-21 19:26:45 +00:00 |
Guido van Rossum
|
d9d2c8246c
|
This is no longer needed, since all these functions are now built-in
(with different interfaces).
Change the module definition to call the built-in functions,
for compatibility.
|
1991-04-07 13:43:34 +00:00 |
Guido van Rossum
|
6179fe6a08
|
Don't us sys.ps1 and sys.ps2.
Exercise trailing comma in tuples.
|
1991-04-07 13:42:52 +00:00 |
Guido van Rossum
|
fac38b7c40
|
Added join() and joinfields() functions.
Fixed center().
Rewrote ljust() and rjust().
|
1991-04-07 13:42:19 +00:00 |
Guido van Rossum
|
2d844d1ddc
|
Initial revision
|
1991-04-07 13:41:50 +00:00 |
Guido van Rossum
|
fa54064967
|
Support packing whole trees.
|
1991-04-07 13:40:56 +00:00 |
Guido van Rossum
|
fc61383fad
|
Support [...] ranges. Also [!...] for negated ranges, SYSV shell style.
|
1991-04-07 13:40:02 +00:00 |
Guido van Rossum
|
117dbcb2fe
|
Added window list management functionality.
Automatically call self.destroy() if WE_CLOSE event dispatched.
Added keyboard, alternate drawing and getwindow interface.
Call child's realize method.
|
1991-04-07 13:37:05 +00:00 |
Guido van Rossum
|
4f4794a9a0
|
Added alternate drawing, realize and getwindow interfaces
(why not keyboard?)
|
1991-04-07 13:36:09 +00:00 |
Guido van Rossum
|
aa57a9d733
|
Added keyboard, alternate drawing, realize and getwindow interfaces.
|
1991-04-07 13:33:39 +00:00 |
Guido van Rossum
|
9ddba3e9ee
|
Enabled logicop arguments (LO_*).
|
1991-04-07 13:33:03 +00:00 |
Guido van Rossum
|
efba63ba1c
|
Added dummy realize() method.
|
1991-04-07 13:32:19 +00:00 |
Guido van Rossum
|
cbe6b53e1b
|
New: getwindow() parent method and realize() child method.
|
1991-04-07 13:31:53 +00:00 |
Guido van Rossum
|
17d82ce78a
|
Added readfile() and readopenfile() functions.
|
1991-02-19 13:04:40 +00:00 |
Guido van Rossum
|
261cbb2165
|
Use readfile from util.py.
|
1991-02-19 13:02:13 +00:00 |
Guido van Rossum
|
220d9f1449
|
The parser module is now called paenlparser.
|
1991-01-23 13:45:17 +00:00 |
Guido van Rossum
|
52cea43097
|
Added _reset and destroy methods.
|
1991-01-23 13:43:16 +00:00 |
Guido van Rossum
|
52acae65d7
|
Added XXX remarks.
|
1991-01-23 13:41:53 +00:00 |
Guido van Rossum
|
7df0c16b61
|
Initial revision
|
1991-01-23 13:41:31 +00:00 |
Guido van Rossum
|
65a9620fa2
|
Initial revision
|
1991-01-01 18:17:49 +00:00 |
Guido van Rossum
|
762c39e9d2
|
Initial revision
|
1991-01-01 18:11:14 +00:00 |
Guido van Rossum
|
b5e05e95c3
|
Added explanatory comments.
|
1991-01-01 18:10:40 +00:00 |
Guido van Rossum
|
67c9b8cdad
|
Adapted to new cutbuffer interface.
|
1990-12-26 15:40:31 +00:00 |
Guido van Rossum
|
217a5fa3c3
|
Initial revision
|
1990-12-26 15:40:07 +00:00 |
Guido van Rossum
|
66a07c07a5
|
Fix bugf in index -- last char would not be checked.
|
1990-12-26 15:39:06 +00:00 |
Guido van Rossum
|
a4ddbd885e
|
Use stdwinevents instead of stdwinsupport.
|
1990-12-26 15:37:05 +00:00 |
Guido van Rossum
|
fc8e0d980f
|
Compensate stdwin bug
|
1990-12-26 15:34:48 +00:00 |
Guido van Rossum
|
ee11583f00
|
*** empty log message ***
|
1990-12-26 15:34:34 +00:00 |
Guido van Rossum
|
a1ec5fea86
|
Unimportant changes.
|
1990-12-26 15:33:35 +00:00 |
Guido van Rossum
|
debbe041e6
|
Comment changes.
|
1990-12-26 15:33:00 +00:00 |
Guido van Rossum
|
2e44967104
|
Initial revision
|
1990-11-05 19:44:36 +00:00 |
Guido van Rossum
|
0c89ec778d
|
*** empty log message ***
|
1990-11-05 19:44:31 +00:00 |
Guido van Rossum
|
be5ea23374
|
Added new event types and selection types.
|
1990-10-31 11:26:01 +00:00 |
Guido van Rossum
|
468c448bcc
|
Added S_IMODE() to strip the file type (S_IFMT) from a mode.
|
1990-10-31 11:25:23 +00:00 |
Guido van Rossum
|
36ddc9e318
|
Initial revision
|
1990-10-31 11:24:22 +00:00 |
Guido van Rossum
|
6acc1b539a
|
Changed resizing functionality.
|
1990-10-31 11:21:56 +00:00 |
Guido van Rossum
|
e15607f3f9
|
removed resizing functionality.
|
1990-10-31 11:17:34 +00:00 |
Guido van Rossum
|
fc9af02697
|
Separated out resizing functionality.
|
1990-10-31 11:16:43 +00:00 |
Guido van Rossum
|
67d3d1348b
|
Removed reference to minmax.
|
1990-10-26 14:49:24 +00:00 |
Guido van Rossum
|
c93fdeb43d
|
Re3moved reference to minmax.
|
1990-10-26 14:49:08 +00:00 |
Guido van Rossum
|
124eb94270
|
Fix bug in rect.intersect(): empty rects beyond the first were
ignored instead of making the outcome empty...
|
1990-10-26 13:44:32 +00:00 |
Guido van Rossum
|
e1f069ec98
|
Initial revision
|
1990-10-25 18:51:42 +00:00 |
Guido van Rossum
|
4de12876a9
|
Generalized.
|
1990-10-25 18:50:59 +00:00 |
Guido van Rossum
|
ceae528b9f
|
Generalizations.
|
1990-10-25 18:50:27 +00:00 |
Guido van Rossum
|
f49ef1cad0
|
Mad readfile() read the file in one fell swoop.
|
1990-10-24 16:40:15 +00:00 |
Guido van Rossum
|
276123d1dc
|
Changed use of stat.
|
1990-10-24 16:39:37 +00:00 |
Guido van Rossum
|
336f2816cd
|
Initial revision
|
1990-10-24 16:39:18 +00:00 |
Guido van Rossum
|
40d9304d66
|
Use 'stat' module instead of hardcoding information from <sys/stat.h>.
|
1990-10-21 16:17:34 +00:00 |
Guido van Rossum
|
6b47ed1f9d
|
Initial revision
|
1990-10-21 16:17:08 +00:00 |
Guido van Rossum
|
2dbf39cbc6
|
Set 'parent' field of new created subwindows so wdiff can implement
'close subwindows' command.
|
1990-10-21 16:15:58 +00:00 |
Guido van Rossum
|
5c124871b6
|
Make readfile read the file in one fell swoop.
|
1990-10-21 16:14:50 +00:00 |
Guido van Rossum
|
c636014c43
|
Initial revision
|
1990-10-13 19:23:40 +00:00 |