- Now uses boost::shared_ptr more consistently |
|
More...
|
over 17 years ago
|
- Completely redesigned the Selection system. It's now mostly handled by Collection. |
|
More...
|
over 17 years ago
|
- Updated the way lists are kept up-to-date. Adding and removing now work as expected. |
|
More...
|
over 17 years ago
|
- Adding listitems now works as expected. |
|
More...
|
over 17 years ago
|
- The ListView now supports custom ListViewItems, so long as the at least define the basic ListViewItem functions. |
|
More...
|
over 17 years ago
|
- Made ListView a template class, renamed listview.cpp->listview.inl. |
|
More...
|
over 17 years ago
|
- Made ListView a template class. |
|
More...
|
over 17 years ago
|
- Lists now auto-update! |
|
More...
|
over 17 years ago
|
- ListView now supports columns. |
|
More...
|
over 17 years ago
|
- Started adding column support to ListView. |
|
More...
|
over 17 years ago
|
Links now work properly, started adding a List option. |
|
More...
|
over 17 years ago
|
- Links are now working! |
|
More...
|
over 17 years ago
|
- Second sample added. |
|
More...
|
over 17 years ago
|
- Metaprogramming FTW! Registering attributes is now as easy as UIManager->doRegister<Client>(); |
|
More...
|
almost 18 years ago
|
SVN will be broken after this commit, I'm switching from boost to TTL |
|
More...
|
almost 18 years ago
|
- Now handling Windows messages in bursts (huge speed increase without the usual performance impact). |
|
More...
|
almost 18 years ago
|
freeWidgets works! I'll be updating this soon. |
|
More...
|
almost 18 years ago
|
Going to try something new with freeWidgets, so I'm committing what I've got so far. |
|
More...
|
almost 18 years ago
|
Started work on freeWidgets. |
|
More...
|
almost 18 years ago
|
Updated the build script (does not include freeWidgets yet) |
|
More...
|
almost 18 years ago
|
Moved everything to a seperate folder (openWidgets), making way for freeWidgets :) |
|
More...
|
almost 18 years ago
|
[no comment] |
|
More...
|
almost 18 years ago
|
Now uses boost::Any to pass the HWND to child windows. |
|
More...
|
almost 18 years ago
|
- Added a getParent/setParent. |
|
More...
|
almost 18 years ago
|
Edited the dependencies.txt file |
|
More...
|
almost 18 years ago
|
Added a TODO item. |
|
More...
|
almost 18 years ago
|
Added a few ignores. |
|
More...
|
almost 18 years ago
|
- A first implementation of LayoutManagers is done! (see SimpleVertical) |
|
More...
|
almost 18 years ago
|
- Added PreferredPosition and PreferredSize |
|
More...
|
almost 18 years ago
|
- I've added a MessageBox. |
|
More...
|
almost 18 years ago
|