aseprite/src/widgets
2010-08-13 10:41:13 -03:00
..
editor Add "Tolerance" parameter for some tools like Magic Wand and Paint Bucket (Trent Gamblin idea). 2010-08-13 10:41:13 -03:00
colbar.cpp Fix warnings in GCC (unused variables, size_t and int comparisons, unhandled enum cases in switch, etc.). 2010-08-11 23:42:03 -03:00
colbar.h Fix warnings in GCC (unused variables, size_t and int comparisons, unhandled enum cases in switch, etc.). 2010-08-11 23:42:03 -03:00
colbut.cpp Enable eye-dropper in color-button widget when we drag & drop the mouse button. 2010-08-12 16:48:56 -03:00
colbut.h Updated copyright year to 2010 2010-02-01 21:25:40 +00:00
colsel.cpp Fix warnings in GCC (unused variables, size_t and int comparisons, unhandled enum cases in switch, etc.). 2010-08-11 23:42:03 -03:00
colsel.h Modified color selector (tabs replaced with buttons). 2010-04-25 23:24:26 -03:00
colview.cpp Added BITMAP argument in jdraw_text() function. 2010-07-26 00:28:24 -03:00
colview.h Updated copyright year to 2010 2010-02-01 21:25:40 +00:00
curvedit.cpp Refactored all jwidget_has_focus/mouse/capture functions to member functions. 2010-04-25 12:03:25 -03:00
curvedit.h Updated copyright year to 2010 2010-02-01 21:25:40 +00:00
editor.h Move keyboard shortcuts to change pen size from Editor widget to commands. 2010-08-12 17:29:06 -03:00
fileview.cpp Move functions to access file system items (FileItem) in a new IFileItem interface. 2010-08-10 23:30:15 -03:00
fileview.h Move functions to access file system items (FileItem) in a new IFileItem interface. 2010-08-10 23:30:15 -03:00
groupbut.cpp Fix warnings in GCC (unused variables, size_t and int comparisons, unhandled enum cases in switch, etc.). 2010-08-11 23:42:03 -03:00
groupbut.h Updated copyright year to 2010 2010-02-01 21:25:40 +00:00
menuitem.cpp Refactored Command class to contain extensions points (virtual methods) as protected members (except clone() method). 2010-07-31 12:23:45 -03:00
menuitem.h Updated copyright year to 2010 2010-02-01 21:25:40 +00:00
paledit.cpp Use Allegro's ASSERT() instead of assert(). 2010-08-03 23:33:44 -03:00
paledit.h Rename Widget::msg_proc to Widget::onProcessMessage. 2010-08-02 21:29:56 -03:00
preview.cpp Use Allegro's ASSERT() instead of assert(). 2010-08-03 23:33:44 -03:00
preview.h Updated copyright year to 2010 2010-02-01 21:25:40 +00:00
statebar.cpp Add button in status bar to change the transparent color of pixels in movement in the current editor. 2010-08-11 21:48:12 -03:00
statebar.h Add button in status bar to change the transparent color of pixels in movement in the current editor. 2010-08-11 21:48:12 -03:00
tabs.cpp Fix warnings in GCC (unused variables, size_t and int comparisons, unhandled enum cases in switch, etc.). 2010-08-11 23:42:03 -03:00
tabs.h Rename Widget::msg_proc to Widget::onProcessMessage. 2010-08-02 21:29:56 -03:00
target.cpp Removed jwidget_select/deselect/set_selected/is_selected/is_deselected functions. 2010-07-03 15:03:26 -03:00
target.h Updated copyright year to 2010 2010-02-01 21:25:40 +00:00
toolbar.cpp Use Allegro's ASSERT() instead of assert(). 2010-08-03 23:33:44 -03:00
toolbar.h - All tools stuff refactored in various files/components. 2010-03-07 17:47:45 -02:00