aseprite/src/ui
2017-02-06 17:58:55 -03:00
..
accelerator_ui_tests.cpp Fix problem mapping "Ctrl++ Pad" key 2015-06-10 16:44:46 -03:00
accelerator.cpp Minor change in ui/accelerator.cpp 2017-01-06 14:19:06 -03:00
accelerator.h Fix several keyboard issues deadling with special characters/dead keys 2016-11-17 18:07:00 -03:00
alert.cpp Fix several buffer overflows using base::string_printf() 2016-11-22 11:54:15 -03:00
alert.h Fix several buffer overflows using base::string_printf() 2016-11-22 11:54:15 -03:00
base.h Convert "bool" members in ui::Widget to flags 2016-08-29 12:23:23 -03:00
box.cpp Check min/max widgets size in ui::Box layout algorithm 2016-09-09 20:21:33 -03:00
box.h Rename PreferredSize -> SizeHint 2015-12-03 21:50:05 -03:00
button.cpp Cmd+mnemonic on macOS now can press a button 2016-11-24 19:26:52 -03:00
button.h Replace base::Signal/Observable* with obs::signal/observable 2016-09-13 15:02:00 -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 Update ui lib copyright 2017-01-09 12:50:28 -03:00
combobox.cpp Enable eraser support for Wacom tablets on Skia/Win back-end 2016-04-20 22:33:10 -03:00
combobox.h Allow to save specific layers/frames in Save Copy As (fix #1080) 2016-09-17 01:01:28 -03:00
component.cpp Fix problem resetting fonts after F5 for widgets with "mini font" (after theme is reloaded) 2015-05-05 19:14:33 -03:00
component.h Fix problem resetting fonts after F5 for widgets with "mini font" (after theme is reloaded) 2015-05-05 19:14:33 -03:00
cursor_type.h Add simple crosshair using native mouse cursors (fix #1236) 2016-08-31 13:24:03 -03:00
cursor.cpp Replace NULL with nullptr on files that don't include base/base.h 2016-03-03 19:20:57 -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
entry.cpp Fix drawing UI text with TrueType fonts (related to #124) 2017-02-06 17:58:55 -03:00
entry.h Fix ZoomEntry slider range 2016-12-29 10:22:39 -03:00
event.cpp Include config.h in ui/event.cpp 2015-06-23 14:40:54 -03:00
event.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
fit_bounds.cpp Add possibility to move the Timeline at the left/right side (fix #1169) 2016-09-15 11:07:36 -03:00
fit_bounds.h Add possibility to move the Timeline at the left/right side (fix #1169) 2016-09-15 11:07:36 -03:00
graphics.cpp Fix drawing UI text with TrueType fonts (related to #124) 2017-02-06 17:58:55 -03:00
graphics.h Fix drawing UI text with TrueType fonts (related to #124) 2017-02-06 17:58:55 -03:00
grid_ui_tests.cpp Fix ui::Alert buttons center alignment 2016-09-14 15:47:27 -03:00
grid.cpp Add support to reduce all children when a ui::Grid is too small 2016-09-09 20:20:44 -03:00
grid.h Rename PreferredSize -> SizeHint 2015-12-03 21:50:05 -03:00
hit_test_event.h Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
image_view.cpp Fix memory leak loading images for a ImageView widget 2016-05-11 12:58:27 -03:00
image_view.h Fix memory leak loading images for a ImageView widget 2016-05-11 12:58:27 -03:00
init_theme_event.h Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
int_entry.cpp Fix drawing UI text with TrueType fonts (related to #124) 2017-02-06 17:58:55 -03:00
int_entry.h Rename PreferredSize -> SizeHint 2015-12-03 21:50:05 -03:00
intern.cpp Refactor some UI code 2015-09-01 10:18:47 -03:00
intern.h Refactor some UI code 2015-09-01 10:18:47 -03:00
keys.h Fix Ctrl+A/C/V/X on RGB/HSV text fields 2016-11-22 10:34:00 -03:00
label.cpp Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
label.h Rename PreferredSize -> SizeHint 2015-12-03 21:50:05 -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 Update ui lib copyright 2017-01-09 12:50:28 -03:00
link_label.cpp Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
link_label.h Replace base::Signal/Observable* with obs::signal/observable 2016-09-13 15:02:00 -03:00
listbox.cpp Fix crash clicking on a non-ListItem widget inside a multiselect ListBox 2016-12-02 18:41:09 -03:00
listbox.h Improve UX when opening file sequences 2016-11-15 18:11:47 -03:00
listitem.cpp Double-click on a preset palette loads it 2016-11-14 15:55:21 -03:00
listitem.h Double-click on a preset palette loads it 2016-11-14 15:55:21 -03:00
load_layout_event.h Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
manager.cpp Remove the "new_windows" var from ui::Manager impl 2017-01-09 12:45:03 -03:00
manager.h Fix crash on UI tests 2017-01-06 16:55:21 -03:00
menu.cpp Fix crash using focus-movement keys in strange UI state 2016-12-20 16:59:07 -03:00
menu.h Fix crash using focus-movement keys in strange UI state 2016-12-20 16:59:07 -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 Add touch magnify event to support OS X trackpad gesture 2016-02-18 13:58:45 -03:00
message.cpp Fix crash on UI tests 2017-01-06 16:55:21 -03:00
message.h Add support to cycle RGB/HSV text fields with tab key (fix #1019) 2016-11-19 00:57:58 -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
move_region.cpp Merge she::LockedSurface/NonDisposableSurface with she::Surface 2016-03-09 11:00:17 -03:00
move_region.h Add she::LockedSurface::scrollTo() so we can specialize it in the Skia port 2015-05-22 13:26:09 -03:00
overlay_manager.cpp Merge she::LockedSurface/NonDisposableSurface with she::Surface 2016-03-09 11:00:17 -03:00
overlay_manager.h Refactor some UI code 2015-09-01 10:18:47 -03:00
overlay.cpp Merge she::LockedSurface/NonDisposableSurface with she::Surface 2016-03-09 11:00:17 -03:00
overlay.h Merge she::LockedSurface/NonDisposableSurface with she::Surface 2016-03-09 11:00:17 -03:00
paint_event.cpp Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
paint_event.h Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
panel.cpp Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
panel.h Rename PreferredSize -> SizeHint 2015-12-03 21:50:05 -03:00
pointer_type.h Unify she::InputDevice and ui::PointerType 2016-04-20 22:49:03 -03:00
popup_window.cpp Replace "pin" icon with the regular "close" button 2016-12-01 15:15:16 -03:00
popup_window.h Replace "pin" icon with the regular "close" button 2016-12-01 15:15:16 -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 Move SharedPtr to base namespace 2015-04-01 12:35:18 -03:00
README.md Update ui lib copyright 2017-01-09 12:50:28 -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 Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
save_layout_event.h Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
scroll_bar.cpp Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
scroll_bar.h Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
scroll_helper.cpp Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
scroll_helper.h Add scroll bars to Timeline widget (fix #732) 2015-09-17 15:19:47 -03:00
scroll_region_event.h Generalize View::setViewScroll() to blit valid/scrollable region automatically 2016-01-05 16:37:52 -03:00
separator.cpp Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
separator.h Rename PreferredSize -> SizeHint 2015-12-03 21:50:05 -03:00
size_hint_event.cpp Rename PreferredSize -> SizeHint 2015-12-03 21:50:05 -03:00
size_hint_event.h Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
slider.cpp Minor changes in ui::Slider 2016-11-19 00:23:54 -03:00
slider.h Replace base::Signal/Observable* with obs::signal/observable 2016-09-13 15:02:00 -03:00
splitter.cpp Remove unnecessary iterations on splitter children in onSave/LoadLayout 2016-02-26 15:08:58 -03:00
splitter.h Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
system.cpp Add simple crosshair using native mouse cursors (fix #1236) 2016-08-31 13:24:03 -03:00
system.h Add mouse cursor scale option 2016-08-30 17:27:19 -03:00
textbox.cpp Add smooth scroll to ui::TextBox 2016-11-22 12:46:42 -03:00
textbox.h Minor format change in ui/textbox.h 2015-12-10 16:44:48 -03:00
theme.cpp Fix drawing UI text with TrueType fonts (related to #124) 2017-02-06 17:58:55 -03:00
theme.h Remove public variable members from ui::Theme class 2015-08-12 16:48:40 -03:00
timer.cpp Move clock/tick from "she" to "base" library and switch to uint64_t type 2016-03-29 16:19:23 -03:00
timer.h Replace base::Signal/Observable* with obs::signal/observable 2016-09-13 15:02:00 -03:00
tooltips.cpp Add possibility to move the Timeline at the left/right side (fix #1169) 2016-09-15 11:07:36 -03:00
tooltips.h Change ui::TipWindow public API 2015-12-10 16:50:16 -03:00
ui.h Add possibility to move the Timeline at the left/right side (fix #1169) 2016-09-15 11:07:36 -03:00
view.cpp Merge she::LockedSurface/NonDisposableSurface with she::Surface 2016-03-09 11:00:17 -03:00
view.h Generalize View::setViewScroll() to blit valid/scrollable region automatically 2016-01-05 16:37:52 -03:00
viewport.cpp Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
viewport.h Rename PreferredSize -> SizeHint 2015-12-03 21:50:05 -03:00
widget_type.h Add int type to ui::WidgetType enum 2015-03-27 17:31:45 -03:00
widget.cpp Fix drawing UI text with TrueType fonts (related to #124) 2017-02-06 17:58:55 -03:00
widget.h Close toolbar popup when the document is closed 2016-12-07 11:12:19 -03:00
widgets_list.h Rename ui::Widget::getChildren() -> children() 2015-12-03 19:46:13 -03:00
window.cpp Make fg/bg color selector dialogs resizable (fix #1250) 2016-09-08 19:48:29 -03:00
window.h Replace base::Signal/Observable* with obs::signal/observable 2016-09-13 15:02:00 -03:00

Aseprite UI Library

Copyright (C) 2001-2017 David Capello

Distributed under MIT license