Commit Graph

20 Commits

Author SHA1 Message Date
Pavel Roskin
6e51be478d Done:
Implement --with-screen option.
Remove side effects from --with-termcap option.
2002-09-30 02:58:15 +00:00
Pavel Roskin
35c57c4a3f Add:
Support for multi-byte charsets (e.g. UTF-8).
2002-09-27 22:27:00 +00:00
Pavel Roskin
851e122d12 Update priorities. 2002-09-25 05:32:15 +00:00
Pavel Roskin
ac608302f8 * screen.c (panel_event): Implement support for mouse wheel. 2002-09-24 05:16:19 +00:00
Pavel Roskin
894f2c3d40 Make mouse wheel work on the panels. 2002-09-24 04:19:57 +00:00
Pavel Roskin
07dc0f0490 DONE: Make resize a dialog event. 2002-09-24 03:58:45 +00:00
Pavel Roskin
a18c202fc7 Make resize a dialog event. 2002-09-23 23:47:42 +00:00
Pavel Roskin
9707873a05 Caret notation done. Unambigous notation for other non-printable
characters will be added if somebody requests.
2002-09-23 23:38:19 +00:00
Pavel Roskin
041123939b Use a more traditional representation of non-printable characters in
editor (i.e. binary 0 would be ^@).
'\r' in the editor is done.
2002-09-23 07:16:08 +00:00
Pavel Roskin
572ea6be4d Add: real_input_dialog_help() shouldn't use translated strings in the section
names in .mc/history.
2002-09-23 06:01:04 +00:00
Pavel Roskin
beb47e96db More subshell-related items. 2002-09-22 08:07:23 +00:00
Pavel Roskin
94fa3bbef9 Update. 2002-09-22 07:25:41 +00:00
Pavel Roskin
aba44bf4b2 No need to document C-x C-l, it's dead :-) 2002-09-18 22:34:05 +00:00
Pavel Roskin
d467cf4003 Update. 2002-08-27 07:25:27 +00:00
Andrew V. Samoilov
66600cad98 * TODO: Typo fixed 2001-10-26 11:32:41 +00:00
Pavel Roskin
5f8add985b * TODO: Remove Tk-related entries.
* boxes.c [HAVE_TK]: Remove. Don't need INPUT_INDEX anymore.
* screen.c [HAVE_TK]: Remove.
(panel_event): Made static.
* chmod.c [HAVE_TK]: Remove.
* cmd.c [HAVE_TK]: Likewise.
* help.c [HAVE_TK]: Likewise.
* hotlist.c [HAVE_TK]: Likewise.
* info.c [HAVE_TK]: Likewise.
* view.c [HAVE_TK]: Likewise.
* view.h [HAVE_TK]: Likewise.
* widget.c [HAVE_TK]: Likewise.
* wtools.c [HAVE_TK]: Likewise.
2001-05-18 17:44:02 +00:00
Pavel Roskin
944d5416c0 * TODO: Remove XView-related entries.
* menu.h [HAVE_XVIEW]: Remove all XView-related code.
2001-05-18 16:58:03 +00:00
Miguel de Icaza
3e17b334c9 Memory leak fixes 1999-11-01 20:49:03 +00:00
Norbert Warmuth
551dec7a7f Fri Apr 3 12:14:08 1998 Norbert Warmuth <k3190@fh-sw.de>
* tk/tkmenu.c (menubar_arrange, destroy_menu): Added small stubs in order
to make it compile.

* tk/Makefile.in: Use tkmenu* instead of menu*

* src/TODO: Removed obsolete entries: Similar entries in tree view
are displayed correct; user specific files has been moved
to ~/.mc/
Added: Check what to do with menubar_arrange/destroy_menu stubs
in tk/tkmenu.c; the interal editor (not portet yet) adds entries
to the wrong menubar
1998-04-03 12:22:29 +00:00
Miguel de Icaza
eb6b3842ab Initial revision 1998-02-27 04:54:42 +00:00