Timeline
Not logged in

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

31 check-ins that include changes to files matching 'dox/*'

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
2013-08-03
00:39
Added layouts section to main API page. check-in: 2c9b74f1ab user: manuv tags: dev1.x
2013-07-31
01:06
Minor updates to make doxygen work without warnings. check-in: 690640b8e9 user: manuv tags: dev1.x
2013-02-10
13:42
Merged from dev1.x in preparation of release of version 0.1.6. check-in: 47bdcddb0d user: mvnathan tags: rel1.x
13:31
  • Fixed minxlib::keymap so its Doxygen documentation will be generated.
  • Added link to minxlib::keymap documentation on Doxygen main page.
  • Added _minxlib to grp_* labels for minxlib::event and minxlib::exception. Fixed reference in minxlib::display to use new label.
  • Added table showing mapping between minxlib and Xlib names for minxlib::protocol_error::failed_request_reason enum.
check-in: 4d31115cf7 user: mvnathan tags: dev1.x
2013-02-03
02:17
Merged from dev1.x branch in preparation for release of version 0.1.5. check-in: c68f9265d0 user: mvnathan tags: rel1.x
2013-02-02
22:20
Updated Doxygen documentation for the minx.core.hooks module so that all the classes in it are grouped together properly. check-in: 59835ff323 user: mvnathan tags: dev1.x
2013-01-13
23:45
Merged from dev1.x branch in preparation for release of version 0.1.3. check-in: 2642ae6725 user: mvnathan tags: rel1.x
12:35
Minor update to Doxygen main page. check-in: d8d136dc16 user: mvnathan tags: dev1.x
12:18
Added link to minx.version to Doxygen main page. check-in: bbc02791af user: mvnathan tags: dev1.x
2013-01-06
13:35
Added link to documentation of minxlib::logging to main Doxygen page. check-in: 05e1b738ea user: mvnathan tags: dev1.x
2013-01-01
13:51
Merged from dev1.x in preparation for release of version 0.1.2. check-in: a369194f6e user: mvnathan tags: rel1.x
2012-12-30
09:42
Added link to minx.core.config in the API docs main page. check-in: 76012416f7 user: mvnathan tags: dev1.x
2012-12-27
07:53
Merged from dev1.x for version 0.1.1 release. check-in: db8059588f user: mvnathan tags: rel1.x
07:38
Worked around Doxygen's reluctance to generate documentation for package-level functions by defining a group instead. check-in: fd68c3530a user: mvnathan tags: dev1.x
2012-12-25
03:28
Minor documentation updates:
  • Added reference to minxlib::version to Doxygen's main page.
  • Made release steps in wiki/process.wiki more accurate.
  • Minor fixes to home page.
check-in: f7e177d15d user: mvnathan tags: dev1.x
00:26
Minor documentation updates:
  • Disabled header file generation; don't really need these as end-users should, firstly, be concerned mostly with Minx's Python core and not care much about minxlib.
Secondly, only the headers are documented. Generating HTML for the code would only make sense if we wanted people to look at the implementations of different classes and functions. Minx's API docs are only for its public interfaces. If someone is interested in seeing how things are implemented, they can just look at the code in an editor (if syntax highlighting is desired, which is pretty much the only point of having Doxygen generate HTML for the source and header files).
  • Changed @code block in the minx.core.wm.wm class's doc string to a @verbatim block. Doxygen links minx.core.wm inside the code block to a non-existent file. While the verbatim block lacks the prettiness of syntax highlighting, at least it isn't pointing off to nowhere.
Note: Using a % sign does not suppress Doxygen's automatic link generation inside @code blocks. The [317806fcf7|previous check-in] made that mistake (didn't test it; just checked it in:).
check-in: 0fedf51cf2 user: mvnathan tags: dev1.x
2012-12-23
15:49
  • Merged from dev1.x to rel1.x in preparation for release of version 0.1.0.
  • Updated home.wiki, faq.wiki, and copyright.wiki to use rel1.x instead of ckout for links to embedded doc pages.
check-in: d58d589d46 user: mvnathan tags: rel1.x
13:12
  • Disabled the JavaScript-based search engine for the Doxygen-generated API documentation. Don't want to check-in all that stuff into the release branch.
  • Changed the Doxygen header to use a relative path to get back to the Minx home page. Should be one less conflict when merging from dev1.x to rel1.x.
  • Updated embedded doc paths in some of the wiki pages to use ckout rather than tip. These will have to replaced with rel1.x when releasing (i.e., always conflict when merging from dev to rel branch).
check-in: e27cabdf55 user: mvnathan tags: dev1.x
10:42
Minor updates to Doxygen documentation. Done with this for now! Should be able to move release of version 0.1.0 soon... check-in: 5ea4b3d15c user: mvnathan tags: dev1.x
10:09
Made minx.core.hooks slightly more generic (so it's not tied to minxlib.event) and documented it. check-in: 7fd3746e37 user: mvnathan tags: dev1.x
09:39
Documented minx.core.xevents. check-in: 6688e34634 user: mvnathan tags: dev1.x
08:49
Added documentation for minx.core.focus_list. check-in: 314bc49a1f user: mvnathan tags: dev1.x
08:18
Documented minx.core.wm and minx.core.window. check-in: b51115c1ce user: mvnathan tags: dev1.x
06:40
Spruced up documentation for minxlib's exception hierarchy. check-in: c5921d190d user: mvnathan tags: dev1.x
04:01
Looks like the documentation for the minxlib event hierarchy and the object factory framework is ready. Should now move on to the minxlib exception hierarchy. And then there's all the Python stuff to document... check-in: 7d5cd79235 user: mvnathan tags: dev1.x
2012-12-22
11:02
Created a Doxygen group for the minxlib event classes so that they'd all show up listed on one page. check-in: 75e4071f63 user: mvnathan tags: dev1.x
06:43
Minor update to have each Doxygen-generated page link to the API docs main page. check-in: 0205d54e17 user: mvnathan tags: dev1.x
2012-12-21
09:49
Added a dummy/unused header file for the main page of the API docs. Also customized the Doxygen header and footer. Still nowhere near being like the Fossil look, but whatever! check-in: 627a2bd30c user: mvnathan tags: dev1.x
2012-12-20
09:50
  • Moved top-level COPYRIGHT file to an embedded wiki page.
  • Updated all the sources to reflect above move.
  • Added link to copyright page on Minx's home page.
  • Updated TODO list to indicate what needs to happen on the Doxygen front at this time (viz., making the API docs look like the other Fossil pages).
check-in: 395e780bc4 user: mvnathan tags: dev1.x
09:07
Moved Doxygen related files into dox directory and updated build specs and Doxygen config to cater to the new structure.

This is in preparation for customizing Doxygen's CSS and HTML header and footer. It'd probably be best to not clutter the top-level directory with all that and Doxygen recommends not putting these in the HTML output directory and, hence, the dox subdirectory. check-in: c42b1e73f5 user: mvnathan tags: dev1.x