1. 29 Oct, 2008 2 commits
  2. 28 Oct, 2008 5 commits
  3. 26 Oct, 2008 3 commits
  4. 25 Oct, 2008 9 commits
  5. 24 Oct, 2008 6 commits
    • Davis King's avatar
      updated docs · 8ff0dd8f
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402590
      8ff0dd8f
    • Davis King's avatar
      Renamed dragable to draggable. · 0784adb6
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402589
      0784adb6
    • Davis King's avatar
      Renamed dragable to draggable. · 73352564
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402588
      73352564
    • Davis King's avatar
      - removed scroll_bar::set_orientation() · 32ca94c9
      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
      32ca94c9
    • Davis King's avatar
      updated the docs · 2ad5e749
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402586
      2ad5e749
    • Davis King's avatar
      Removed the arrow_button widget and moved its functionality into the · 2055ec6e
      Davis King authored
      button 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
      2055ec6e
  6. 23 Oct, 2008 2 commits
  7. 21 Oct, 2008 2 commits
    • Davis King's avatar
      made a release · 159d32d7
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402581
      159d32d7
    • Davis King's avatar
      Moved the dlib_assert_breakpoint() call in the assert macro to the front. This avoids · b215c6e4
      Davis King authored
      the 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
      b215c6e4
  8. 19 Oct, 2008 3 commits
  9. 18 Oct, 2008 4 commits
  10. 17 Oct, 2008 4 commits