aseprite/src/ui
2018-03-16 12:17:12 -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 Make the first button as the default one 2018-02-07 17:28:37 -03:00
alert.h Add options to avoid showing dialogs saving files (#917) 2018-02-07 17:28:01 -03:00
base.h Convert "bool" members in ui::Widget to flags 2016-08-29 12:23:23 -03:00
box.cpp Fix bug drawing box/grids bgcolor on tooltip windows 2017-03-09 15:12:39 -03:00
box.h Fix bug drawing box/grids bgcolor on tooltip windows 2017-03-09 15:12:39 -03:00
button.cpp Add mnemonics to Extensions section in Preferences 2017-06-13 12:04:40 -03:00
button.h Remove unused code from ui::Button 2017-03-17 16:13:47 -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 Convert label and view into new styles 2017-02-14 14:55:45 -03:00
combobox.cpp Support changing theme and UI scaling w/o restart (fix #471) 2017-08-15 10:39:06 -03:00
combobox.h Support changing theme and UI scaling w/o restart (fix #471) 2017-08-15 10:39:06 -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 a new mouse cursor to move selection edges 2017-04-06 18:41:18 -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 Add a new mouse cursor to move selection edges 2017-04-06 18:41:18 -03:00
entry.cpp Fix bug inserting the first char in a text entry 2017-10-03 14:45:53 -03:00
entry.h Change Entry::maxSize property from size_t to int 2017-04-19 17:51:03 -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 Improve Graphics::dirty() to avoid flipping unnecessary she::Display areas 2017-11-03 09:36:12 -03:00
graphics.h Improve Graphics::dirty() to avoid flipping unnecessary she::Display areas 2017-11-03 09:36:12 -03:00
grid_ui_tests.cpp Fix ui::Alert buttons center alignment 2016-09-14 15:47:27 -03:00
grid.cpp Fix bug drawing box/grids bgcolor on tooltip windows 2017-03-09 15:12:39 -03:00
grid.h Fix bug drawing box/grids bgcolor on tooltip windows 2017-03-09 15:12:39 -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 Support changing theme and UI scaling w/o restart (fix #471) 2017-08-15 10:39:06 -03:00
int_entry.cpp Support changing theme and UI scaling w/o restart (fix #471) 2017-08-15 10:39: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 Fix crash dragging the mouse in the toolbar 2017-09-04 18:10:02 -03:00
intern.h Support changing theme and UI scaling w/o restart (fix #471) 2017-08-15 10:39:06 -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 Convert label and view into new styles 2017-02-14 14:55:45 -03:00
label.h Convert label and view into new styles 2017-02-14 14:55:45 -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 Convert label and view into new styles 2017-02-14 14:55:45 -03:00
link_label.h Convert label and view into new styles 2017-02-14 14:55:45 -03:00
listbox.cpp Add extra check in ListBox::selectChild() 2018-03-16 12:17:12 -03:00
listbox.h Add search field on Font Popup 2017-03-15 14:24:42 -03:00
listitem.cpp Implement Add/Uninstall extension (#1403) 2017-06-12 12:38:53 -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 win8: Add support to double tap with pen 2017-11-23 17:03:24 -03:00
manager.h Fix crash dragging the mouse in the toolbar 2017-09-04 18:10:02 -03:00
menu.cpp Add native macOS menus (fix #135) 2017-09-01 13:32:23 -03:00
menu.h Add native macOS menus (fix #135) 2017-09-01 13:32:23 -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 Refactor: Use new base::paths type for list of filenames/extensions 2018-02-21 11:06:58 -03:00
mouse_buttons.h Add messages for X1/X2 mouse buttons 2017-04-13 17:58:42 -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 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 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 Support changing theme and UI scaling w/o restart (fix #471) 2017-08-15 10:39: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 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
scale.h Fix several issues with UI Scaling > 100% (fix #1456) 2017-04-15 08:13:20 -03:00
scroll_bar.cpp Support changing theme and UI scaling w/o restart (fix #471) 2017-08-15 10:39: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 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 Move ui::Separator drawing code to new styles 2017-02-17 18:23:21 -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 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 Improve keyboard shortcuts list with resizable headers 2017-10-24 10:20:21 -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 Fix crash using a theme with an undefined <style> 2017-09-28 15:27:27 -03:00
system.cpp Avoid random crashes changing Color Mode with a TTF font in the theme 2017-12-13 17:11:53 -03:00
system.h Avoid random crashes changing Color Mode with a TTF font in the theme 2017-12-13 17:11:53 -03:00
textbox.cpp Move drawTextBox() function inside Theme class 2017-02-08 15:00:07 -03:00
textbox.h Minor format change in ui/textbox.h 2015-12-10 16:44:48 -03:00
theme.cpp Support changing theme and UI scaling w/o restart (fix #471) 2017-08-15 10:39:06 -03:00
theme.h Support changing theme and UI scaling w/o restart (fix #471) 2017-08-15 10:39:06 -03:00
timer.cpp Use a obs::safe_list() for ui::Timers to avoid data races between threads 2017-11-03 10:51:45 -03:00
timer.h Replace base::Signal/Observable* with obs::signal/observable 2016-09-13 15:02:00 -03:00
tooltips.cpp Support changing theme and UI scaling w/o restart (fix #471) 2017-08-15 10:39:06 -03:00
tooltips.h Support changing theme and UI scaling w/o restart (fix #471) 2017-08-15 10:39:06 -03:00
ui.h Fix several issues with UI Scaling > 100% (fix #1456) 2017-04-15 08:13:20 -03:00
view.cpp Support changing theme and UI scaling w/o restart (fix #471) 2017-08-15 10:39:06 -03:00
view.h Support changing theme and UI scaling w/o restart (fix #471) 2017-08-15 10:39:06 -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 Move all code to draw windows to ui-lib w/new styles 2017-02-17 14:18:47 -03:00
widget.cpp Stop mnemonic processing from truncating multibyte characters (#1661) 2018-02-22 11:50:03 -03:00
widget.h Fix crosshair glitches on Editor when brush size popup is open 2017-12-05 13:31:34 -03:00
widgets_list.h Rename ui::Widget::getChildren() -> children() 2015-12-03 19:46:13 -03:00
window.cpp Update window title label size to show the entire text when it's changed 2017-10-26 21:59:19 -03:00
window.h Move all code to draw windows to ui-lib w/new styles 2017-02-17 14:18:47 -03:00

Aseprite UI Library

Copyright (C) 2001-2017 David Capello

Distributed under MIT license