CVS log for epic4/include/input.h |
 |
Up to [Epic CVS] / epic4 / include
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.5
/
(view)
- annotate
- [select for diffs]
, Tue Jul 22 20:12:53 2003 UTC (5 years ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-2_8,
epic4-2_6,
epic4-2_4,
epic4-2_2,
epic4-2_1_3,
epic4-2_1_2,
epic4-2_1_1,
epic4-2_10,
epic4-2_0,
epic4-1_2_9,
epic4-1_2_8,
epic4-1_2_7,
epic4-1_2_6,
epic4-1_2_5,
epic4-1_2_4,
epic4-1_2_3,
epic4-1_2_2,
epic4-1_2_1,
epic4-1_2_0,
epic4-1_1_17,
epic4-1_1_16,
epic4-1_1_15,
epic4-1_1_14,
epic4-1_1_13,
HEAD
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
Teach all the /set callbacks to take a (const void *).
This fixes a bad-c problem with /set!
Revision
1.2.2.2
/
(view)
- annotate
- [select for diffs]
, Mon Mar 24 17:53:00 2003 UTC (5 years, 4 months ago) by wd
Branch:
wd-devel
Changes since 1.2.2.1: +1 -1 lines
Diff to previous 1.2.2.1
to branch point 1.2
to next main 1.3
Another merge.
Revision
1.4
/
(view)
- annotate
- [select for diffs]
, Sun Mar 23 19:44:17 2003 UTC (5 years, 4 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-1_1_12,
epic4-1_1_11
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
* Explicitly set "mask" to 0 in cs_alist_hash(), so it is initialized
* Change type() to typecmd() to avoid name conflicts.
* Change 'dot' to 'dotlocl' to avoid name conflicts.
* Change 'op' to 'reduce' to avoid name conflicts.
* Fix a typo in the error message from /window kill.
* Add a panic to detect larne's recent bug that I fixed, just in case.
* Constify the "path" argument to uzfopen().
* Make sure return value of strlen() is assigned to a 'size_t' not an 'int'.
* Split load() into load() and load1(), load1() reads a file opened by load().
* Now load() is "interpretation-free", and load1() can be replaced.
* Fix various minor compile-time issues.
* Change %P status line expando to give more useful information.
Revision
1.2.2.1
/
(view)
- annotate
- [select for diffs]
, Thu Feb 27 15:29:55 2003 UTC (5 years, 4 months ago) by wd
Branch:
wd-devel
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Yikes. Merged to become consistent with HEAD. Sorry for all the commits,
I'll be quiet again soon. :)
-wd
Revision
1.3
/
(view)
- annotate
- [select for diffs]
, Tue Nov 26 23:03:13 2002 UTC (5 years, 8 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-1_1_9,
epic4-1_1_8,
epic4-1_1_10
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
* Change do_input_timeouts() to a timer callback.
* Nuke the now unused global /wait stuff
* Revamp timer.c so you can add/change/delete/update timers during a timer
* Change add_timer() so it takes a winref not a window pointer.
* Make the "key timeout" thing happen on demand instead of a recurring timer
* Remove the recurring "key timeout" timer.
* Remove the 'key timeout' thing from io(), also 'first time' stuff.
* Call get_time() after select() in io().
* Fix two compile bugs found by larne.
* Fix bug when you did /flush on a /clear window.
Revision
1.2
/
(view)
- annotate
- [select for diffs]
, Mon Aug 12 15:41:10 2002 UTC (5 years, 11 months ago) by wd
Branch:
MAIN
CVS Tags:
epic4-1_1_7
Branch point for:
wd-devel
Changes since 1.1: +3 -39 lines
Diff to previous 1.1
New keybindings system coming through. Details can be found in doc/keys
and in a few other places. :)
-wd
Revision
1.1.1.1
/
(view)
- annotate
- [select for diffs]
(vendor branch)
, Tue Dec 5 00:11:57 2000 UTC (7 years, 7 months ago) by jnelson
Branch:
epicsol
CVS Tags:
start,
epic4_0_9_15,
epic4-1_1_6,
epic4-1_1_5,
epic4-1_1_4,
epic4-1_1_3,
epic4-1_1_1,
epic4-1_0_1,
epic4-1_0,
epic4-0_9_17,
epic4-0_9_16,
epic4-0_9_15,
epic4-0_9_14,
epic4-0_10_0,
epic-test-tag2,
epic-test-tag
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Initial import into CVS
Revision
1.1
/
(view)
- annotate
- [select for diffs]
, Tue Dec 5 00:11:57 2000 UTC (7 years, 7 months ago) by jnelson
Branch:
MAIN
Initial revision
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.