0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move TextRange::END definition into a header file by using INT_MAX instead of numeric_limits, which cannot initialize a compile time constant until C++0x. More... almost 16 years ago
Fix delete_range by passing a unicode string to SendMessage instead of an ascii one More... almost 16 years ago
Just ignore * within the build directory so temporary files and directories can be put there without worrying about adding ignores for each one More... almost 16 years ago
Send the CREATE event sooner; moved to Widget::create. More... almost 16 years ago
Use Notebook event_traits and not Window event_traits. More... almost 16 years ago
Ignore build directories More... almost 16 years ago
test to see if commits are working More... almost 16 years ago
Hold a reference to the content panel so that it isn't immediately destroyed. More... almost 16 years ago
Implement the EventLoop for gtk2 More... almost 16 years ago
Its omgui_wrapper, not cpaf_wrapper More... almost 16 years ago
Rename gtk2 signal handlers that began with cpaf_ to omgui_ (except cpaf_fixed which may need to be removed anyway). More... almost 16 years ago
Ignore .sconsign.dblite too More... almost 16 years ago
Add svn:ignore property to ignore .pyc files More... almost 16 years ago
Add todo item for future hack removal More... almost 16 years ago
The gtk2 port compiles again. The widgets sample is just an empty window though... More... almost 16 years ago
Add new cocoa files to the vs project More... almost 16 years ago
More cocoa fixes; disabling ZERO_LINK identified linker errors that were being hidden. More... almost 16 years ago
Move the OmguiView interface back into panel.h like I had during testing. The widgets sample really works now More... almost 16 years ago
Fixes for the cocoa port; the widgets sample loads without crashing. More... almost 16 years ago
Put the scons directory back (deleted accidentally) without pyc files in it. More... almost 16 years ago
Remove precompiled python files from the repos More... almost 16 years ago
Give the main page a name so subpage navigation says "OMGUI Documentation" instead of "main". More... almost 16 years ago
Delete old event directories More... almost 16 years ago
Rename id.h to event-id.h. More... almost 16 years ago
Move event source files out of the event folder. Rename and folder deletion coming up. More... almost 16 years ago
Get rid of the event namespace, moving all contents into the omgui namespace. More... almost 16 years ago
Enable quiet mode in doxygen so warnings are easy to spot in the output More... almost 16 years ago
Documentation updates (remove filenames after \file command from all files and fix doxygen warnings). More... almost 16 years ago
Make the Widgets sample the default that is built with the library More... almost 16 years ago
Documentation updates More... almost 16 years ago