aseprite/src/ui
2023-03-28 14:09:03 -03:00
..
accelerator_ui_tests.cpp Rename src/tests/test.h -> src/tests/app_test.h to avoid confusion with observable tests/test.h 2021-12-23 21:38:17 -03:00
accelerator.cpp
accelerator.h
alert.cpp Add ability to use mnemonic without modifiers in alerts 2023-03-23 16:15:51 -03:00
alert.h
animated_widget.h
app_state.cpp Close all docs correctly even in case of exception (fix #3162) 2022-04-05 23:07:08 -03:00
app_state.h Close all docs correctly even in case of exception (fix #3162) 2022-04-05 23:07:08 -03:00
base.h
box.cpp Replace base::clamp -> std::clamp as now we use C++17 2022-06-09 19:05:48 -03:00
box.h
button.cpp Add ability to use mnemonic without modifiers in alerts 2023-03-23 16:15:51 -03:00
button.h Remove ui::Event& args from ui::Button::Click signal 2023-01-12 11:00:16 -03:00
clipboard_delegate.h
close_event.h Fix initialization order of base class and member variable in ui::CloseEvent class 2021-09-06 18:00:56 -03:00
CMakeLists.txt Merge branch 'main' into beta 2022-09-28 16:20:03 -03:00
combobox.cpp Remove ui::Event& args from ui::Button::Click signal 2023-01-12 11:00:16 -03:00
combobox.h Remove ui::Event& args from ui::Button::Click signal 2023-01-12 11:00:16 -03:00
component.cpp
component.h
cursor_type.h
cursor.cpp Cache mouse cursors to avoid re-generating them on each setCursor() 2021-07-09 10:21:16 -03:00
cursor.h Cache mouse cursors to avoid re-generating them on each setCursor() 2021-07-09 10:21:16 -03:00
display.cpp Swap buffers in Display::flipDisplay() 2022-05-19 17:00:19 -03:00
display.h Fix crash accessing a deleted display using parentDisplay() (fix #3491, fix #2907) 2022-08-29 20:01:50 -03:00
entry.cpp Fix alignment of several controls when UI scaling is 200% and Screen scaling is 100% to make them look the same as when US scaling is 100% and Screen scaling is 200% 2023-03-13 10:52:01 -03:00
entry.h Improve seleting words w/double-clicking on a ui::Entry (fix #3229) 2022-04-19 16:17:28 -03:00
event.cpp
event.h
fit_bounds.cpp Fix std::clamp() assert fail in ui::fit_bounds() 2023-03-15 16:32:56 -03:00
fit_bounds.h Use transparent windows for tooltips & popups like toolbar (fix #2764) 2021-07-30 16:14:38 -03:00
graphics.cpp Merge branch 'main' into beta 2022-09-28 16:20:03 -03:00
graphics.h Merge branch 'main' into beta 2022-09-28 16:20:03 -03:00
grid_ui_tests.cpp Rename src/tests/test.h -> src/tests/app_test.h to avoid confusion with observable tests/test.h 2021-12-23 21:38:17 -03:00
grid.cpp Minor change in formatting of conditional ternary operator 2023-02-27 19:18:25 -03:00
grid.h Minor change in formatting of conditional ternary operator 2023-02-27 19:18:25 -03:00
hit_test_event.h
image_view.cpp Backport new laf API to main branch of aseprite 2021-07-05 17:51:29 -03:00
image_view.h Backport new laf API to main branch of aseprite 2021-07-05 17:51:29 -03:00
init_theme_event.h
int_entry.cpp Fix crash double clicking a Dialog:canvas() 2022-12-15 19:29:28 -03:00
int_entry.h Fix memory leak with IntEntry popups 2022-07-15 12:46:54 -03:00
intern.cpp Merge branch 'main' into beta 2022-05-23 18:04:55 -03:00
intern.h
keys.h
label.cpp
label.h
layout_io.h
LICENSE.txt Fix public -> private in ui::Timer 2022-04-18 18:01:39 -03:00
link_label.cpp
link_label.h
listbox.cpp Merge branch 'main' into beta 2022-07-13 19:49:03 -03:00
listbox.h Fix performance issues adding/deleting widgets (related to #3281) 2022-05-20 11:03:12 -03:00
listitem.cpp Fix performance issues adding/deleting widgets (related to #3281) 2022-05-20 11:03:12 -03:00
listitem.h Fix performance issues adding/deleting widgets (related to #3281) 2022-05-20 11:03:12 -03:00
load_layout_event.h
manager.cpp [lua] Add possibility to specify parent dialog 2023-01-11 09:38:19 -03:00
manager.h Merge branch 'main' into beta 2022-05-30 20:41:35 -03:00
menu.cpp Put playback options into Frame > Playback submenu 2023-03-21 17:18:05 -03:00
menu.h Merge branch 'main' into beta 2022-04-13 23:01:12 -03:00
message_loop.cpp Backport new laf API to main branch of aseprite 2021-07-05 17:51:29 -03:00
message_loop.h
message_type.h
message.cpp Use transparent windows for tooltips & popups like toolbar (fix #2764) 2021-07-30 16:14:38 -03:00
message.h Merge branch 'main' into beta 2022-05-30 20:41:35 -03:00
mouse_button.h
move_region.cpp Backport new laf API to main branch of aseprite 2021-07-05 17:51:29 -03:00
move_region.h Add ui::Display to support multiple windows in the future 2021-02-18 12:34:42 -03:00
overlay_manager.cpp Merge branch 'main' into beta 2022-06-15 13:44:34 -03:00
overlay_manager.h Backport new laf API to main branch of aseprite 2021-07-05 17:51:29 -03:00
overlay.cpp Merge branch 'main' into beta 2022-07-13 19:49:03 -03:00
overlay.h Merge branch 'main' into beta 2022-06-15 13:44:34 -03:00
paint_event.cpp
paint_event.h
paint.cpp Add ui::Paint = os::Paint = SkPaint 2022-09-28 15:49:30 -03:00
paint.h Add ui::Paint = os::Paint = SkPaint 2022-09-28 15:49:30 -03:00
panel.cpp
panel.h
pointer_type.h
popup_window.cpp Use transparent windows for tooltips & popups like toolbar (fix #2764) 2021-07-30 16:14:38 -03:00
popup_window.h Fix several issues locating windows with multiple UI windows 2021-03-19 18:57:56 -03:00
property.cpp
property.h
README.md
register_message.cpp
register_message.h
resize_event.cpp
resize_event.h
save_layout_event.h
scale.h
scroll_bar.cpp Fix std::clamp() assert fail when scrollbars are too small 2022-07-13 16:47:20 -03:00
scroll_bar.h
scroll_helper.cpp Remove unused parameter in NEED_BAR() macro 2023-02-02 11:54:13 -03:00
scroll_helper.h
scroll_region_event.h
separator.cpp
separator.h
size_hint_event.cpp
size_hint_event.h
slider.cpp Merge branch 'main' into beta 2022-07-13 19:49:03 -03:00
slider.h
splitter.cpp Merge branch 'main' into beta 2022-08-31 12:31:44 -03:00
splitter.h Don't change user-defined pos of Splitter when we resize the window 2021-05-20 20:42:01 -03:00
style.cpp Add gap, gap-rows, and gap-columns style attributes 2023-02-27 09:43:48 -03:00
style.h Add gap, gap-rows, and gap-columns style attributes 2023-02-27 09:43:48 -03:00
system.cpp Remove base::thread, we use std::thread 2023-01-05 16:43:09 -03:00
system.h Backport new laf API to main branch of aseprite 2021-07-05 17:51:29 -03:00
textbox.cpp
textbox.h
theme.cpp Fix alignment of several controls when UI scaling is 200% and Screen scaling is 100% to make them look the same as when US scaling is 100% and Screen scaling is 200% 2023-03-13 10:52:01 -03:00
theme.h Minor change: replace macro with inline function 2023-03-13 11:11:05 -03:00
timer.cpp Group several mouse movement in one on the Editor 2022-01-06 16:54:39 -03:00
timer.h Fix public -> private in ui::Timer 2022-04-18 18:01:39 -03:00
tooltips.cpp Merge branch 'main' into beta 2022-06-10 10:31:13 -03:00
tooltips.h Use transparent windows for tooltips & popups like toolbar (fix #2764) 2021-07-30 16:14:38 -03:00
ui.h Merge branch 'main' into beta 2022-04-05 23:16:55 -03:00
view.cpp Merge branch 'main' into beta 2022-09-28 16:20:03 -03:00
view.h
viewport.cpp Fix crash closing a MenuBox with viewport (fix #3132, fix #3133) 2022-01-14 15:09:50 -03:00
viewport.h
widget_type.h
widget_ui_tests.cpp Fix performance issues adding/deleting widgets (related to #3281) 2022-05-20 11:03:12 -03:00
widget.cpp Add ability to use mnemonic without modifiers in alerts 2023-03-23 16:15:51 -03:00
widget.h Add ability to use mnemonic without modifiers in alerts 2023-03-23 16:15:51 -03:00
widgets_list.h
window.cpp Avoid dialog's window relayout during an ongoing window's size change 2023-03-28 14:09:03 -03:00
window.h Avoid dialog's window relayout during an ongoing window's size change 2023-03-28 14:09:03 -03:00

Aseprite UI Library

Distributed under MIT license