aseprite/src/ui
2014-11-01 12:44:07 -03:00
..
accelerator.cpp Fix comparison between ui::Accelerators 2014-10-29 23:50:48 -03:00
accelerator.h Fix comparison between ui::Accelerators 2014-10-29 23:50:48 -03:00
alert.cpp Replace jwidget_set_min/max_size() with Width::setMin/MaxSize() 2014-04-21 22:15:29 -03:00
alert.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
base.h Better double-click: remove DoubleClickeable and make ui::Widget default behavior to convert double-clicks into mouse downs 2014-04-29 23:02:27 -03:00
box.cpp Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
box.h Remove base/override.h (use override keyword directly) 2014-08-14 23:07:47 -03:00
button.cpp Fix Alt+Mnemonic on Mac OS X 2014-11-01 12:44:07 -03:00
button.h Remove base/override.h (use override keyword directly) 2014-08-14 23:07:47 -03:00
clipboard_win.h Use #pragma warning only in MSC compiler 2014-08-14 23:38:06 -03:00
clipboard.cpp Fix compilation errors (gcc) 2014-04-19 21:06:58 -03:00
clipboard.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
close_event.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
CMakeLists.txt Remove ji_screen and ji_clock global variables 2014-08-31 14:17:49 -03:00
combobox.cpp Remove ji_screen and ji_clock global variables 2014-08-31 14:17:49 -03:00
combobox.h Remove base/override.h (use override keyword directly) 2014-08-14 23:07:47 -03:00
component.cpp Remove base::string (std::string is good enough for utf8 strings) 2014-04-20 19:53:27 -03:00
component.h Remove base::string (std::string is good enough for utf8 strings) 2014-04-20 19:53:27 -03:00
cursor_type.h Fix mouse issues on OS X (fix #458) 2014-11-01 11:36:51 -03:00
cursor.cpp Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
cursor.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
custom_label.cpp Remove base::string (std::string is good enough for utf8 strings) 2014-04-20 19:53:27 -03:00
custom_label.h Remove base/override.h (use override keyword directly) 2014-08-14 23:07:47 -03:00
draw.cpp Remove ji_screen and ji_clock global variables 2014-08-31 14:17:49 -03:00
draw.h Now ui::Graphics uses she::Surface instead of Allegro BITMAP 2014-06-26 22:14:39 -03:00
entry.cpp Fix focus movement in ui::Entry widget on Mac OS X platform 2014-09-09 09:52:37 -03:00
entry.h Add right-click to ui::Entry to show edit popup menu (cut/copy/paste) 2014-08-31 22:51:17 -03:00
event.cpp Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
event.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
graphics.cpp Remove unused variables/code 2014-08-17 20:37:12 -03:00
graphics.h Merge she::Color and ui::Color types in gfx::Color 2014-06-28 16:10:39 -03:00
grid_ui_tests.cpp Rename _unittest.cpp files to _tests.cpp 2014-06-28 10:49:38 -03:00
grid.cpp Add "Size" options in CanvasSizeCommand to specify width/height 2014-09-08 02:27:41 -03:00
grid.h Add "Size" options in CanvasSizeCommand to specify width/height 2014-09-08 02:27:41 -03:00
hit_test_event.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
image_view.cpp Change ui::ImageView to use she::Surface instead of Allegro BITMAP 2014-06-22 18:57:30 -03:00
image_view.h Remove base/override.h (use override keyword directly) 2014-08-14 23:07:47 -03:00
init_theme_event.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
int_entry.cpp Remove ji_screen and ji_clock global variables 2014-08-31 14:17:49 -03:00
int_entry.h Remove base/override.h (use override keyword directly) 2014-08-14 23:07:47 -03:00
intern.cpp Add she::Font class (wrapper of Allegro FONT) 2014-06-22 18:53:14 -03:00
intern.h Merge she::Color and ui::Color types in gfx::Color 2014-06-28 16:10:39 -03:00
keys.cpp Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
keys.h Add space bar as modifier 2014-08-24 23:40:33 -03:00
label.cpp Merge she::Color and ui::Color types in gfx::Color 2014-06-28 16:10:39 -03:00
label.h Remove base/override.h (use override keyword directly) 2014-08-14 23:07:47 -03:00
layout_io.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
LICENSE.txt Remove ji_screen and ji_clock global variables 2014-08-31 14:17:49 -03:00
link_label.cpp Remove base::string (std::string is good enough for utf8 strings) 2014-04-20 19:53:27 -03:00
link_label.h Remove base/override.h (use override keyword directly) 2014-08-14 23:07:47 -03:00
listbox.cpp Add keyboard shortcuts customization (close #253) 2014-10-29 11:58:03 -03:00
listbox.h Add keyboard shortcuts customization (close #253) 2014-10-29 11:58:03 -03:00
listitem.cpp Remove base::string (std::string is good enough for utf8 strings) 2014-04-20 19:53:27 -03:00
listitem.h Remove base/override.h (use override keyword directly) 2014-08-14 23:07:47 -03:00
load_layout_event.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
manager.cpp Fix mouse issues on OS X (fix #458) 2014-11-01 11:36:51 -03:00
manager.h Fix focus movement in ui::Entry widget on Mac OS X platform 2014-09-09 09:52:37 -03:00
menu.cpp Add keyboard shortcuts customization (close #253) 2014-10-29 11:58:03 -03:00
menu.h Add keyboard shortcuts customization (close #253) 2014-10-29 11:58:03 -03:00
message_loop.cpp Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
message_loop.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
message_type.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
message.cpp Add space bar as modifier 2014-08-24 23:40:33 -03:00
message.h Remove base/override.h (use override keyword directly) 2014-08-14 23:07:47 -03:00
mouse_buttons.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
overlay_manager.cpp Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
overlay_manager.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
overlay.cpp Add she::Font class (wrapper of Allegro FONT) 2014-06-22 18:53:14 -03:00
overlay.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
paint_event.cpp Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
paint_event.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
panel.cpp Separate Options dialog in different sections 2014-06-22 21:56:04 -03:00
panel.h Remove base/override.h (use override keyword directly) 2014-08-14 23:07:47 -03:00
popup_window.cpp Add she::Font class (wrapper of Allegro FONT) 2014-06-22 18:53:14 -03:00
popup_window.h Remove base/override.h (use override keyword directly) 2014-08-14 23:07:47 -03:00
preferred_size_event.cpp Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
preferred_size_event.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
property.cpp Remove base::string (std::string is good enough for utf8 strings) 2014-04-20 19:53:27 -03:00
property.h Remove base::string (std::string is good enough for utf8 strings) 2014-04-20 19:53:27 -03:00
README.md Remove ji_screen and ji_clock global variables 2014-08-31 14:17:49 -03:00
register_message.cpp Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
register_message.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
resize_event.cpp Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
resize_event.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
save_layout_event.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
scroll_bar.cpp Fix order of members initialization detected by clang 2014-08-17 20:38:55 -03:00
scroll_bar.h Remove base/override.h (use override keyword directly) 2014-08-14 23:07:47 -03:00
separator.cpp Remove base::string (std::string is good enough for utf8 strings) 2014-04-20 19:53:27 -03:00
separator.h Remove base/override.h (use override keyword directly) 2014-08-14 23:07:47 -03:00
slider.cpp Don't change mouse position in ui::Slider 2014-08-25 21:43:55 -03:00
slider.h Remove base/override.h (use override keyword directly) 2014-08-14 23:07:47 -03:00
splitter.cpp Add experimental option to use native mouse cursors (and some renames of cursor names) 2014-08-10 19:51:14 -03:00
splitter.h Remove base/override.h (use override keyword directly) 2014-08-14 23:07:47 -03:00
system.cpp Fix mouse issues on OS X (fix #458) 2014-11-01 11:36:51 -03:00
system.h Bring back infinite scroll in sprite editor 2014-09-09 21:51:47 -03:00
textbox.cpp Remove all "infinite scroll" stuff to avoid changing mouse position (fixes #350) 2014-08-25 22:49:19 -03:00
textbox.h Remove base/override.h (use override keyword directly) 2014-08-14 23:07:47 -03:00
theme.cpp Merge she::Color and ui::Color types in gfx::Color 2014-06-28 16:10:39 -03:00
theme.h Now ui::Graphics uses she::Surface instead of Allegro BITMAP 2014-06-26 22:14:39 -03:00
timer.cpp Remove ji_screen and ji_clock global variables 2014-08-31 14:17:49 -03:00
timer.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
tooltips.cpp Remove ji_screen and ji_clock global variables 2014-08-31 14:17:49 -03:00
tooltips.h Remove base/override.h (use override keyword directly) 2014-08-14 23:07:47 -03:00
ui.cpp Add she::Font class (wrapper of Allegro FONT) 2014-06-22 18:53:14 -03:00
ui.h Merge she::Color and ui::Color types in gfx::Color 2014-06-28 16:10:39 -03:00
view.cpp Update MiniEditor scroll properly when EditorView scroll changes 2014-04-28 01:45:22 -03:00
view.h Remove base/override.h (use override keyword directly) 2014-08-14 23:07:47 -03:00
viewport.cpp Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
viewport.h Remove base/override.h (use override keyword directly) 2014-08-14 23:07:47 -03:00
widget_type.h Separate Options dialog in different sections 2014-06-22 21:56:04 -03:00
widget.cpp Add "Size" options in CanvasSizeCommand to specify width/height 2014-09-08 02:27:41 -03:00
widget.h Add "Size" options in CanvasSizeCommand to specify width/height 2014-09-08 02:27:41 -03:00
widgets_list.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
window.cpp Re-center mini-editor when its window is resized 2014-09-11 00:00:28 -03:00
window.h Re-center mini-editor when its window is resized 2014-09-11 00:00:28 -03:00

Aseprite UI Library

Copyright (C) 2001-2014 David Capello

Distributed under MIT license