Split lib/widget/widget.[ch] and lib/widget/wtools.[ch] files
commit71364f88c324afa66ad60563783c7160720845de
authorAndrew Borodin <aborodin@vmail.ru>
Fri, 12 Nov 2010 08:03:57 +0000 (12 11:03 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Wed, 24 Nov 2010 07:51:30 +0000 (24 10:51 +0300)
tree47c2e1777edddbba90363aa4cd26086d1d0adc61
parent8d1708225c9007b01296ce5bd4ee0940fcc85b2a
Split lib/widget/widget.[ch] and lib/widget/wtools.[ch] files

...into small: one widget in one file.
Renamed most if WInput functions.
Minor optimization.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
113 files changed:
lib/Makefile.am
lib/lock.c
lib/utilunix.c
lib/vfs/mc-vfs/cpio.c
lib/vfs/mc-vfs/direntry.c
lib/vfs/mc-vfs/extfs.c
lib/vfs/mc-vfs/fish.c
lib/vfs/mc-vfs/ftpfs.c
lib/vfs/mc-vfs/sfs.c
lib/vfs/mc-vfs/smbfs.c
lib/vfs/mc-vfs/tar.c
lib/vfs/mc-vfs/undelfs.c
lib/vfs/mc-vfs/utilvfs.c
lib/vfs/mc-vfs/vfs.c
lib/widget.h [new file with mode: 0644]
lib/widget/Makefile.am
lib/widget/button.c [new file with mode: 0644]
lib/widget/button.h [new file with mode: 0644]
lib/widget/buttonbar.c [new file with mode: 0644]
lib/widget/buttonbar.h [new file with mode: 0644]
lib/widget/check.c [new file with mode: 0644]
lib/widget/check.h [copied from src/command.h with 60% similarity]
lib/widget/dialog-switch.c
lib/widget/dialog-switch.h
lib/widget/dialog.c
lib/widget/dialog.h
lib/widget/gauge.c [new file with mode: 0644]
lib/widget/gauge.h [copied from src/main-widgets.h with 57% similarity]
lib/widget/groupbox.c [new file with mode: 0644]
lib/widget/groupbox.h [copied from src/command.h with 64% similarity]
lib/widget/history.c [new file with mode: 0644]
lib/widget/history.h [copied from src/main-widgets.h with 57% similarity]
lib/widget/hline.c [new file with mode: 0644]
lib/widget/hline.h [copied from src/command.h with 61% similarity]
lib/widget/input.c [new file with mode: 0644]
lib/widget/input.h [new file with mode: 0644]
lib/widget/label.c [new file with mode: 0644]
lib/widget/label.h [copied from src/main-widgets.h with 57% similarity]
lib/widget/listbox-window.c [new file with mode: 0644]
lib/widget/listbox-window.h [new file with mode: 0644]
lib/widget/listbox.c [new file with mode: 0644]
lib/widget/listbox.h [new file with mode: 0644]
lib/widget/menu.c
lib/widget/menu.h
lib/widget/quick.c [new file with mode: 0644]
lib/widget/quick.h [copied from lib/widget/wtools.h with 83% similarity]
lib/widget/radio.c [new file with mode: 0644]
lib/widget/radio.h [copied from src/command.h with 58% similarity]
lib/widget/widget-common.c [new file with mode: 0644]
lib/widget/widget-common.h [new file with mode: 0644]
lib/widget/widget.c [deleted file]
lib/widget/widget.h [deleted file]
lib/widget/wtools.c
lib/widget/wtools.h
src/achown.c
src/background.c
src/boxes.c
src/chmod.c
src/chown.c
src/cmd.c
src/command.c
src/command.h
src/complete.c
src/diffviewer/internal.h
src/diffviewer/search.c
src/diffviewer/ydiff.c
src/dir.c
src/editor/choosesyntax.c
src/editor/edit-impl.h
src/editor/edit-widget.h
src/editor/edit.c
src/editor/editcmd.c
src/editor/editcmd_dialogs.c
src/editor/editdraw.c
src/editor/editmenu.c
src/editor/editoptions.c
src/editor/editwidget.c
src/editor/syntax.c
src/execute.c
src/ext.c
src/file.c
src/file.h
src/filegui.c
src/find.c
src/help.c
src/hotlist.c
src/info.c
src/keybind.c
src/layout.c
src/layout.h
src/learn.c
src/listmode.c
src/main-widgets.h
src/main.c
src/option.c
src/panel.h
src/panelize.c
src/screen.c
src/selcodepage.c
src/setup.c
src/subshell.c
src/tree.c
src/user.c
src/viewer/actions_cmd.c
src/viewer/datasource.c
src/viewer/dialogs.c
src/viewer/display.c
src/viewer/growbuf.c
src/viewer/hex.c
src/viewer/internal.h
src/viewer/lib.c
src/viewer/mcviewer.c
src/viewer/search.c