Hello, This series of patches is mainly code improvements, no real bug fixes but improvements to the code.
Regards, Christophe. Makefile.am | 1 + README | 3 +- configure.ac | 12 + doc/build/Compilation.texi | 4 + script/check-wmaker-loaddef-callbacks.sh | 470 +++++++++++++++++++++++++++++++ src/Makefile.am | 29 ++ src/WindowMaker.h | 2 +- src/actions.c | 50 ++-- src/appicon.c | 6 +- src/appmenu.c | 3 +- src/balloon.c | 27 +- src/dialog.c | 9 +- src/dock.c | 76 +++-- src/event.c | 6 +- src/misc.c | 20 +- src/misc.h | 8 +- src/monitor.c | 3 +- src/osdep_bsd.c | 9 +- src/osdep_linux.c | 6 +- src/rootmenu.c | 31 +- src/screen.c | 21 +- src/session.c | 26 +- src/wconfig.h.in | 3 - src/wdefaults.c | 6 +- src/winmenu.c | 149 +++++----- src/winspector.c | 6 +- src/workspace.c | 10 +- src/wsmap.c | 8 +- 28 files changed, 793 insertions(+), 211 deletions(-) create mode 100755 script/check-wmaker-loaddef-callbacks.sh -- 2.1.4 -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.