0
I Use This!
Inactive

Commits : Listings

Analyzed 1 minute ago. based on code collected about 8 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
This project is dead; announce it.
Julio Merino
as jmmv
More... about 19 years ago
Link to CHANGES and upload it to the server.
Julio Merino
as jmmv
More... about 20 years ago
Announce 0.2 and sync information with it.
Julio Merino
as jmmv
More... about 20 years ago
Trim inaccurate error message.
Julio Merino
as jmmv
More... about 20 years ago
Reword 'Released on...' paragraph, based on suggestion from Thomas Klausner.
Julio Merino
as jmmv
More... about 20 years ago
Support for xfce4 should be done.
Julio Merino
as jmmv
More... about 20 years ago
We need libxml2 2.6 or greater.
Julio Merino
as jmmv
More... about 20 years ago
Explain what to do if libxml2 is installed but detection fails.
Julio Merino
as jmmv
More... about 20 years ago
Mention the location of our own DTD.
Julio Merino
as jmmv
More... about 20 years ago
Set release date of 0.2 to today.
Julio Merino
as jmmv
More... about 20 years ago
Support deinstallation of dtd and ex1.xml.
Julio Merino
as jmmv
More... about 20 years ago
Note addition of the DTD.
Julio Merino
as jmmv
More... about 20 years ago
Automatically validate the menu file against the DTD.
Julio Merino
as jmmv
More... about 20 years ago
DTD addition done.
Julio Merino
as jmmv
More... about 20 years ago
Add a DTD describing the format of the XML file expected by the "xml" filter. Also modify the example menu to use this DTD (now needs to be generated on the fly due to the path to the DTD).
Julio Merino
as jmmv
More... about 20 years ago
menu is now handled using linklist.
Julio Merino
as jmmv
More... about 20 years ago
Rename the menu_new_select_wm function to menu_prune, and simplify it a lot catching a few memory leaks. Also improve some assertions and fix other memory leaks found.
Julio Merino
as jmmv
More... about 20 years ago
Pass original argc and argv values to mem_status, so that it's able to show the command line used to call the program.
Julio Merino
as jmmv
More... about 20 years ago
Note code cleanup and addition of limited .desktop output support.
Julio Merino
as jmmv
More... about 20 years ago
Add a preliminar output filter for .desktop files. The structure generated is not what the latest desktop specification says (i.e., it creates a tree instead of files with the Categories attribute), but is easier to implement (WRT what in_xml expects) and used by KDE (and still recognized by GNOME).
Julio Merino
as jmmv
More... about 20 years ago
Add a copyright notice.
Julio Merino
as jmmv
More... about 20 years ago
Merge all bt_logic control files inside Generic.bt (playing a bit with Buildtool).
Julio Merino
as jmmv
More... about 20 years ago
Remove redundant manpage too.
Julio Merino
as jmmv
More... about 20 years ago
Remove the C++ code (which has never seen the light) after cleaning up the C one. I wrote it a while ago, and although it seemed better, I now realize that it is a bit messy and too complex to do what we need. And it requires much more powerful compilers than C. Let's hope I don't change my mind again...
Julio Merino
as jmmv
More... about 20 years ago
Reenable the C version instead of the C++ one.
Julio Merino
as jmmv
More... about 20 years ago
Change interface for output filters: instead of passing an open file, pass the pathname, so that it will be easier to implement filters that write to multiple files (i.e., KDE).
Julio Merino
as jmmv
More... about 20 years ago
Move filter lookup functions to filter.c. Also use some macros to handle filter prototypes in a consistent way.
Julio Merino
as jmmv
More... about 20 years ago
Rename menu2wm.c to main.c. Reason: I prefer it this way ;-)
Julio Merino
as jmmv
More... about 20 years ago
Rework the way menus work, by using our linked list implementation (linklist.h) and merging some redundant fields ('command' and 'verbatim' become 'text').
Julio Merino
as jmmv
More... about 20 years ago
Split menu2wm.h into in_filter.h and menu.h; remove the former.
Julio Merino
as jmmv
More... about 20 years ago