aseprite/src/ui
2016-08-30 13:50:45 -03:00
..
accelerator_ui_tests.cpp Fix problem mapping "Ctrl++ Pad" key 2015-06-10 16:44:46 -03:00
accelerator.cpp Include base/debug.h on files that use ASSERT or TRACE 2016-03-03 19:17:07 -03:00
accelerator.h Rename ui::winKeyName to ui::kWinKeyName 2016-03-02 10:31:39 -03:00
alert.cpp Move Bind, Connection, Signal, Slot, etc. to base namespace 2015-12-04 15:17:42 -03:00
alert.h Replace StatusBar progress bars with a slider/progress bar in ui::Alert 2015-04-07 12:18:21 -03:00
base.h Convert "bool" members in ui::Widget to flags 2016-08-29 12:23:23 -03:00
box.cpp Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
box.h Rename PreferredSize -> SizeHint 2015-12-03 21:50:05 -03:00
button.cpp Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
button.h Move Bind, Connection, Signal, Slot, etc. to base namespace 2015-12-04 15:17:42 -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 ui library now depends on clip 2016-04-29 14:19:00 -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 Move Bind, Connection, Signal, Slot, etc. to base namespace 2015-12-04 15:17:42 -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 Fix mouse issues on OS X (fix #458) 2014-11-01 11:36:51 -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 Add support to right-click with Ctrl+left click on OS X (fix #438) 2016-06-29 18:52:09 -03:00
entry.h Move Bind, Connection, Signal, Slot, etc. to base namespace 2015-12-04 15:17:42 -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
graphics.cpp Merge she::LockedSurface/NonDisposableSurface with she::Surface 2016-03-09 11:00:17 -03:00
graphics.h Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
grid_ui_tests.cpp Replace GPL license with the new EULA 2016-08-29 13:08:21 -03:00
grid.cpp Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -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 Enable eraser support for Wacom tablets on Skia/Win back-end 2016-04-20 22:33:10 -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 Add Windows Key as possible Modifier in Keyboard Shortcuts on Windows and Linux as a step to fix #796 2016-03-01 20:14:32 +01: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 Rename ui::Widget::getChildren() -> children() 2015-12-03 19:46:13 -03:00
link_label.cpp Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
link_label.h Rename LinkLabel::getUrl() -> url() 2015-12-15 17:07:29 -03:00
listbox.cpp Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
listbox.h Move Bind, Connection, Signal, Slot, etc. to base namespace 2015-12-04 15:17:42 -03:00
listitem.cpp Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
listitem.h Add possibility to create empty ui::ListItems 2015-12-15 17:06:05 -03:00
load_layout_event.h Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
manager.cpp Add support to right-click with Ctrl+left click on OS X (fix #438) 2016-06-29 18:52:09 -03:00
manager.h Use clip library to copy/paste text 2016-04-28 23:26:20 -03:00
menu.cpp Do not overlap the menubar with a menubox 2016-02-07 14:41:43 -03:00
menu.h Move Bind, Connection, Signal, Slot, etc. to base namespace 2015-12-04 15:17:42 -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 Add Windows Key as possible Modifier in Keyboard Shortcuts on Windows and Linux as a step to fix #796 2016-03-01 20:14:32 +01:00
message.h Enable eraser support for Wacom tablets on Skia/Win back-end 2016-04-20 22:33:10 -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 Fix closing the whole user data popup when we're selecting the user data color 2015-12-17 16:34:57 -03:00
popup_window.h Fix comment for ui::PopupWindow::setHotRegion() member function 2015-12-17 15:46:13 -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 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 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 Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
slider.h Move Bind, Connection, Signal, Slot, etc. to base namespace 2015-12-04 15:17:42 -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 Use custom native cursors on Skia/Win port 2016-08-30 13:50:45 -03:00
system.h Move clock/tick from "she" to "base" library and switch to uint64_t type 2016-03-29 16:19:23 -03:00
textbox.cpp Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
textbox.h Minor format change in ui/textbox.h 2015-12-10 16:44:48 -03:00
theme.cpp Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -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 Move clock/tick from "she" to "base" library and switch to uint64_t type 2016-03-29 16:19:23 -03:00
tooltips.cpp Change ui::TipWindow public API 2015-12-10 16:50:16 -03:00
tooltips.h Change ui::TipWindow public API 2015-12-10 16:50:16 -03:00
ui.h Use clip library to copy/paste text 2016-04-28 23:26:20 -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 Convert "bool" members in ui::Widget to flags 2016-08-29 12:23:23 -03:00
widget.h Convert "bool" members in ui::Widget to flags 2016-08-29 12:23:23 -03:00
widgets_list.h Rename ui::Widget::getChildren() -> children() 2015-12-03 19:46:13 -03:00
window.cpp Rename ui::Window::getKiller() -> closer() 2015-12-04 14:54:15 -03:00
window.h Move Bind, Connection, Signal, Slot, etc. to base namespace 2015-12-04 15:17:42 -03:00

Aseprite UI Library

Copyright (C) 2001-2014 David Capello

Distributed under MIT license