Changes On Branch dev1.x
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch dev1.x Excluding Merge-Ins

This is equivalent to a diff from e4acbfc0e4 to 49f4a20229

2013-08-04
09:47
Merged from dev1.x to rel1.x in anticipation of 0.2.0 release. check-in: a7356e4e43 user: manuv tags: rel1.x
09:28
Added rectangle to minx.layout.full constructor. Leaf check-in: 49f4a20229 user: manuv tags: dev1.x
08:43
Updated design notes. check-in: 3f11394238 user: manuv tags: dev1.x
2012-12-23
11:51
Create new branch named "rel1.x" check-in: 0a176bf6c5 user: mvnathan tags: rel1.x
2012-11-18
02:39
Added preliminary code for minxlib, a custom C++ wrapper around Xlib that will be exposed as a Python module for the rest of minx. At present, this is a pure C++ beastie without any Python wrapping. This check-in is just to get the build infrastructure in place... check-in: a8ee5c0982 user: mvnathan tags: dev1.x
2012-11-15
17:24
initial empty check-in Leaf check-in: e4acbfc0e4 user: mvnathan tags: trunk

Added CMakeLists.txt.

Added __init__.py.

Added core/__init__.py.

Added core/config.py.

Added core/focus_list.py.

Added core/hooks.py.

Added core/layman.py.

Added core/window.py.

Added core/wm.py.

Added core/xevents.py.

Added dox/CMakeLists.txt.

Added dox/dox.css.

Added dox/doxyfile.in.

Added dox/doxypy.

Added dox/footer.html.

Added dox/header.html.

Added dox/mainpage.hh.

Added layout/__init__.py.

Added layout/base.py.

Added layout/full.py.

Added minxlib/CMakeLists.txt.

Added minxlib/display.cc.

Added minxlib/display.hh.

Added minxlib/event.cc.

Added minxlib/event.hh.

Added minxlib/exception.cc.

Added minxlib/exception.hh.

Added minxlib/factory.hh.

Added minxlib/keymap.cc.

Added minxlib/keymap.hh.

Added minxlib/logging.cc.

Added minxlib/logging.hh.

Added minxlib/python.cc.

Added minxlib/python.hh.

Added minxlib/root_window.cc.

Added minxlib/root_window.hh.

Added minxlib/type_info.cc.

Added minxlib/type_info.hh.

Added minxlib/util.cc.

Added minxlib/util.hh.

Added minxlib/window.cc.

Added minxlib/window.hh.

Added mk.

Added wiki/build.wiki.

Added wiki/copyright.wiki.

Added wiki/design.wiki.

Added wiki/faq.wiki.

Added wiki/home.wiki.

Added wiki/hooks-howto.wiki.

Added wiki/hooks-list.wiki.

Added wiki/img/Makefile.

Added wiki/img/logo.asy.

Added wiki/img/logo.png.

Added wiki/img/object_diagram.dot.

Added wiki/img/object_diagram.png.

Added wiki/key-bindings.wiki.

Added wiki/logging.wiki.

Added wiki/milestones.wiki.

Added wiki/process.wiki.

Added wiki/todo.wiki.