aseprite/src/ui
David Capello 74ee4dced4 Fix DEBUG_PAINT_EVENTS on Windows 2021-02-25 13:14:39 -03:00
..
CMakeLists.txt ui library doesn't depend on pixman directly 2018-08-29 10:23:15 -03:00
LICENSE.txt Add ui::Entry::Range to simplify code 2020-05-15 18:24:35 -03:00
README.md Update ui/README file 2018-11-28 10:34:35 -03:00
accelerator.cpp Replace NULL to nullptr in ui library 2020-04-08 17:48:06 -03:00
accelerator.h Fix several keyboard issues deadling with special characters/dead keys 2016-11-17 18:07:00 -03:00
accelerator_ui_tests.cpp Fix problem mapping "Ctrl++ Pad" key 2015-06-10 16:44:46 -03:00
alert.cpp Remove MIN/MAX/MID macros from ui library 2019-12-20 15:08:34 -03:00
alert.h Replace base::SharedPtr with std::shared_ptr 2019-08-01 19:16:16 -03:00
animated_widget.h Move AnimatedWidget from app to ui 2019-12-23 11:14:23 -03:00
base.h Replace NULL to nullptr in ui library 2020-04-08 17:48:06 -03:00
box.cpp Remove MIN/MAX/MID macros from ui library 2019-12-20 15:08:34 -03:00
box.h Fix bug drawing box/grids bgcolor on tooltip windows 2017-03-09 15:12:39 -03:00
button.cpp Fix pressing buttons with Alt+mnemonic or Cmd+mnemonic (regression introduced in 536a4c5d3a) 2019-11-05 10:46:47 -03:00
button.h lua: add Dialog() 2018-10-11 12:01:21 -03:00
clipboard_delegate.h Add option to disable native clipboard 2018-05-24 12:56:07 -03:00
close_event.h
combobox.cpp Replace NULL to nullptr in ui library 2020-04-08 17:48:06 -03:00
combobox.h Several fixed for Dynamics 2020-05-02 11:59:34 -03:00
component.cpp Replace base::SharedPtr with std::shared_ptr 2019-08-01 19:16:16 -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.cpp Rename she -> os 2018-08-09 12:58:43 -03:00
cursor.h Rename she -> os 2018-08-09 12:58:43 -03:00
cursor_type.h Add a new mouse cursor to move selection edges 2017-04-06 18:41:18 -03:00
entry.cpp Add ui::Entry::Range to simplify code 2020-05-15 18:24:35 -03:00
entry.h Add ui::Entry::Range to simplify code 2020-05-15 18:24:35 -03:00
event.cpp Include config.h in ui/event.cpp 2015-06-23 14:40:54 -03:00
event.h
fit_bounds.cpp Remove MIN/MAX/MID macros from ui library 2019-12-20 15:08:34 -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 Draw mask boundaries with a gfx::Path 2020-05-18 17:58:22 -03:00
graphics.h Draw mask boundaries with a gfx::Path 2020-05-18 17:58:22 -03:00
grid.cpp Replace NULL to nullptr in ui library 2020-04-08 17:48:06 -03:00
grid.h Fix bug drawing box/grids bgcolor on tooltip windows 2017-03-09 15:12:39 -03:00
grid_ui_tests.cpp Fix ui::Alert buttons center alignment 2016-09-14 15:47:27 -03:00
hit_test_event.h Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
image_view.cpp Replace NULL to nullptr in ui library 2020-04-08 17:48:06 -03:00
image_view.h Rename she -> os 2018-08-09 12:58:43 -03:00
init_theme_event.h Support changing theme and UI scaling w/o restart (fix #471) 2017-08-15 10:39:06 -03:00
int_entry.cpp Replace NULL to nullptr in ui library 2020-04-08 17:48:06 -03:00
int_entry.h Support changing theme and UI scaling w/o restart (fix #471) 2017-08-15 10:39:06 -03:00
intern.cpp Check that we're in the UI thread when modifying the widgets collection 2020-10-20 12:54:56 -03:00
intern.h Rename she -> os 2018-08-09 12:58:43 -03:00
keys.h Rename she -> os 2018-08-09 12:58:43 -03:00
label.cpp Add ui::IGNORE_MOUSE flag for static widgets 2018-12-13 10:48:12 -03:00
label.h Convert label and view into new styles 2017-02-14 14:55:45 -03:00
layout_io.h
link_label.cpp Add ui::IGNORE_MOUSE flag for static widgets 2018-12-13 10:48:12 -03:00
link_label.h Convert label and view into new styles 2017-02-14 14:55:45 -03:00
listbox.cpp Shox extensions in different categories in the Preferences dialog 2020-04-20 14:20:07 -03:00
listbox.h Shox extensions in different categories in the Preferences dialog 2020-04-20 14:20:07 -03:00
listitem.cpp Remove MIN/MAX/MID macros from ui library 2019-12-20 15:08:34 -03:00
listitem.h Improve keyboard shortcuts list with resizable headers 2017-10-24 10:20:21 -03:00
load_layout_event.h Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
manager.cpp Fix DEBUG_PAINT_EVENTS on Windows 2021-02-25 13:14:39 -03:00
manager.h Fix opening several times the "save changes" alert (fix #2467) 2020-08-04 15:09:33 -03:00
menu.cpp Replace NULL to nullptr in ui library 2020-04-08 17:48:06 -03:00
menu.h Replace NULL to nullptr in ui library 2020-04-08 17:48:06 -03:00
message.cpp Remove list of recipients from ui::Message 2018-12-13 10:11:56 -03:00
message.h Added pen pressure sensitivity (fix #710) 2020-04-21 22:27:49 -03:00
message_loop.cpp Fix crash using deferDelete() rebuilding the RecentListBox items 2018-12-19 15:32:33 -03:00
message_loop.h
message_type.h Update display immediately after and undo/redo command is executed from the native macOS menu (fix #2069) 2019-05-27 23:53:57 -03:00
mouse_button.h Match ui::MouseButton values to os::Event::MouseButton 2020-03-27 15:40:43 -03:00
move_region.cpp Update to new gfx::Region API 2019-05-03 10:03:39 -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.cpp Fix issue with overlays on macOS w/the new async painting (fix #1931) 2018-11-15 15:42:50 -03:00
overlay.h Fix issue with overlays on macOS w/the new async painting (fix #1931) 2018-11-15 15:42:50 -03:00
overlay_manager.cpp Replace NULL to nullptr in ui library 2020-04-08 17:48:06 -03:00
overlay_manager.h Fix issue with overlays on macOS w/the new async painting (fix #1931) 2018-11-15 15:42:50 -03:00
paint_event.cpp Fix crosshair glitches on Editor when brush size popup is open 2017-12-05 13:31:34 -03:00
paint_event.h Fix crosshair glitches on Editor when brush size popup is open 2017-12-05 13:31:34 -03:00
panel.cpp Add support to show multiple sections in Export Sprite Sheet 2019-10-29 16:37:06 -03:00
panel.h Add support to show multiple sections in Export Sprite Sheet 2019-10-29 16:37:06 -03:00
pointer_type.h Rename she -> os 2018-08-09 12:58:43 -03:00
popup_window.cpp Replace NULL to nullptr in ui library 2020-04-08 17:48:06 -03:00
popup_window.h Support changing theme and UI scaling w/o restart (fix #471) 2017-08-15 10:39:06 -03:00
property.cpp
property.h Replace base::SharedPtr with std::shared_ptr 2019-08-01 19:16:16 -03:00
register_message.cpp
register_message.h
resize_event.cpp
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
scale.h Fix several issues with UI Scaling > 100% (fix #1456) 2017-04-15 08:13:20 -03:00
scroll_bar.cpp Replace NULL to nullptr in ui library 2020-04-08 17:48:06 -03:00
scroll_bar.h Support changing theme and UI scaling w/o restart (fix #471) 2017-08-15 10:39:06 -03:00
scroll_helper.cpp Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
scroll_helper.h Include ui/scroll_helper.h in ui/ui.h 2019-10-01 14:35: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 Remove MIN/MAX/MID macros from ui library 2019-12-20 15:08:34 -03:00
separator.h Move ui::Separator drawing code to new styles 2017-02-17 18:23:21 -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 Add a slider style in theme 2020-05-01 23:31:10 -03:00
slider.h Add a slider style in theme 2020-05-01 23:31:10 -03:00
splitter.cpp Remove UI_FOREACH_WIDGET_*() macros 2019-12-20 15:24:41 -03:00
splitter.h Improve keyboard shortcuts list with resizable headers 2017-10-24 10:20:21 -03:00
style.cpp Fix ColorButton font 2017-03-08 18:53:36 -03:00
style.h Rename she -> os 2018-08-09 12:58:43 -03:00
system.cpp Replace NULL to nullptr in ui library 2020-04-08 17:48:06 -03:00
system.h Match ui::MouseButton values to os::Event::MouseButton 2020-03-27 15:40:43 -03:00
textbox.cpp Remove MIN/MAX/MID macros from ui library 2019-12-20 15:08:34 -03:00
textbox.h Minor format change in ui/textbox.h 2015-12-10 16:44:48 -03:00
theme.cpp Fix bug with Console when the UI Screen Scaling is changed 2020-12-11 15:52:14 -03:00
theme.h Add a slider style in theme 2020-05-01 23:31:10 -03:00
timer.cpp Fix bug counting two consecutive Timer::start() calls as two different timers 2018-12-22 23:56:35 -03:00
timer.h Replace NULL to nullptr in ui library 2020-04-08 17:48:06 -03:00
tooltips.cpp Replace NULL to nullptr in ui library 2020-04-08 17:48:06 -03:00
tooltips.h Replace base::UniquePtr -> std::unique_ptr 2018-08-08 17:27:26 -03:00
ui.h Match ui::MouseButton values to os::Event::MouseButton 2020-03-27 15:40:43 -03:00
view.cpp Fix bug drawing and zooming with the mouse wheel or pinch gesture 2020-01-13 15:01:45 -03:00
view.h Fix invalid scroll on ui::View after changing required size of attached widget (regressiong introduced in b4eb7a0ccd) 2019-04-30 13:51:41 -03:00
viewport.cpp Remove MIN/MAX/MID macros from ui library 2019-12-20 15:08:34 -03:00
viewport.h Rename PreferredSize -> SizeHint 2015-12-03 21:50:05 -03:00
widget.cpp Minor change in ui::Widget to check current manager 2021-01-15 13:16:40 -03:00
widget.h Don't show the notification flag on Advanced Mode 2020-06-17 12:40:11 -03:00
widget_type.h Move all code to draw windows to ui-lib w/new styles 2017-02-17 14:18:47 -03:00
widgets_list.h Replace NULL to nullptr in ui library 2020-04-08 17:48:06 -03:00
window.cpp Replace NULL to nullptr in ui library 2020-04-08 17:48:06 -03:00
window.h Move all code to draw windows to ui-lib w/new styles 2017-02-17 14:18:47 -03:00

README.md

Aseprite UI Library

Distributed under MIT license