- 28 Oct, 2008 4 commits
- 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402606 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402605 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402604 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402603 
 
- 
- 26 Oct, 2008 3 commits
- 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402602 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402601 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402600 
 
- 
- 25 Oct, 2008 9 commits
- 
- 
Davis King authoredbutton style. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402599 
- 
Davis King authoredAlso gave the list_box a user settable style. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402598 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402597 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402596 
- 
Davis King authoredinterface the ability to draw outside a button. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402595 
- 
Davis King authoreddraw the entire rectangle. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402594 
- 
Davis King authoreddrawing functions. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402593 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402592 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402591 
 
- 
- 24 Oct, 2008 6 commits
- 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402590 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402589 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402588 
- 
Davis King authored- added the dragable::on_drag_stop() event - added the dragable::is_being_dragged() function - Made the scroll_bar have a user settable style and made a default style - Added some missing mutex locks to the scroll_bar widget --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402587 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402586 
- 
Davis King authoredbutton widget. I also added 4 new button styles that correspond to the 4 types of arrow button. Lastly, I had to move some things around so that is why there seem to be a lot of code changes in this commit. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402585 
 
- 
- 23 Oct, 2008 2 commits
- 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402584 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402583 
 
- 
- 21 Oct, 2008 2 commits
- 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402581 
- 
Davis King authoredthe case where your program has had its heap corrupted and is very nearly about to crash, and so when an assert triggers it crashes on the code that constructs the error message because the heap is hosed. Thus preventing you from hitting a break point on dlib_assert_breakpoint(). So this change mitigates that. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402580 
 
- 
- 19 Oct, 2008 3 commits
- 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402579 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402578 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402577 
 
- 
- 18 Oct, 2008 4 commits
- 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402576 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402575 
- 
Davis King authoredmade the get_native_font() function return a shared_ptr_thread_safe object instead of a raw pointer, and also made the letter object noncopyable (as it should have been). I also moved some code from the widgets header file to the cpp file. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402574 
- 
Davis King authoredsvd function. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402573 
 
- 
- 17 Oct, 2008 4 commits
- 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402572 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402571 
- 
Davis King authored--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402570 
- 
Davis King authoredspecify an include path argument to your compiler. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402569 
 
- 
- 16 Oct, 2008 1 commit
- 
- 
Davis King authoredsince it is sort of irritating. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402568 
 
- 
- 15 Oct, 2008 2 commits
- 
- 
Davis King authoredtimer object. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402567 
- 
Davis King authoredevent_handler_thread in the gui core that I accidentally deleted a few minutes ago. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402566 
 
-