.. |
commands
|
Fix issue 360: Cannot save gif files
|
2014-03-02 20:47:34 -03:00 |
file
|
Fix bug loading/saving .gif files with Unicode file names
|
2014-02-17 21:43:20 -03:00 |
modules
|
Make ScreenScale option configurable through UI
|
2014-02-08 00:19:20 -03:00 |
settings
|
Fix issue 367: Put alpha drawing mode isn't working
|
2014-03-08 20:37:43 -03:00 |
tools
|
Fix issue 347: Eyedropper tool changes in gui.xml (pick_fg ink) not working
|
2014-02-24 08:08:34 -03:00 |
ui
|
Select correct ink type in InkTypeField
|
2014-03-08 21:00:14 -03:00 |
undoers
|
Encapsulate Image implementation (private members, accessors, iterators, etc.)
|
2013-11-09 19:59:05 -03:00 |
util
|
Save [Options]/CheckedBgZoom as bool value
|
2014-03-01 18:53:00 -03:00 |
app_menus.cpp
|
Add support for Unicode file names on Windows
|
2013-10-14 19:58:11 -03:00 |
app_menus.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
app_options.cpp
|
Simple implementation of issue #17 - Export animation to JSON/sprite sheet files
|
2013-12-08 20:19:32 -03:00 |
app_options.h
|
Simple implementation of issue #17 - Export animation to JSON/sprite sheet files
|
2013-12-08 20:19:32 -03:00 |
app.cpp
|
Simple implementation of issue #17 - Export animation to JSON/sprite sheet files
|
2013-12-08 20:19:32 -03:00 |
app.h
|
Simple implementation of issue #17 - Export animation to JSON/sprite sheet files
|
2013-12-08 20:19:32 -03:00 |
backup.cpp
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
backup.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
check_update.cpp
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
check_update.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
CMakeLists.txt
|
Fix issue 347: Eyedropper tool changes in gui.xml (pick_fg ink) not working
|
2014-02-24 08:08:34 -03:00 |
color_picker.cpp
|
Fix bug in ColorPicker::pickColor() getting colors outside the image bounds
|
2014-03-02 20:07:11 -03:00 |
color_picker.h
|
Fix const-correctness for ColorPicker::pickColor() member function
|
2014-02-02 18:49:19 -03:00 |
color_swatches.cpp
|
Fix compilation errors detected with gcc
|
2013-08-20 00:51:37 -03:00 |
color_swatches.h
|
Fix compilation errors detected with gcc
|
2013-08-20 00:51:37 -03:00 |
color_unittest.cpp
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
color_utils.cpp
|
Encapsulate Image implementation (private members, accessors, iterators, etc.)
|
2013-11-09 19:59:05 -03:00 |
color_utils.h
|
Encapsulate Image implementation (private members, accessors, iterators, etc.)
|
2013-11-09 19:59:05 -03:00 |
color.cpp
|
Fix Unicode characters encoding (we've to use utf-8) in Color::toHumanReadableString() and BrushAngleField()
|
2013-11-23 18:01:42 -03:00 |
color.h
|
Encapsulate Image implementation (private members, accessors, iterators, etc.)
|
2013-11-09 19:59:05 -03:00 |
console.cpp
|
Change Window() ctor to avoid ambiguity (DesktopWindow, WithoutTitleBar, or WithTitleBar)
|
2013-11-23 17:47:57 -03:00 |
console.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
context_access.h
|
Fix compilations problems in g++ 4.2.1 (Mac OS X)
|
2014-01-05 16:43:39 -03:00 |
context_flags.cpp
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
context_flags.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
context_observer_list.cpp
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
context_observer_list.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
context_observer.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
context.cpp
|
Fix bug: Notify Context's observers in Context::onAdd/RemoveDocument
|
2013-11-10 20:36:15 -03:00 |
context.h
|
Moved Transparent Color button to ContextBar
|
2013-12-10 12:44:00 -05:00 |
data_recovery.cpp
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
data_recovery.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
document_access.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
document_api.cpp
|
Fix issue 337: Vertical flip and Horizontal flips functions affect more than selected area
|
2014-02-17 00:41:28 -03:00 |
document_api.h
|
Timeline: fix problem setting the duration of a frame range
|
2013-12-22 16:30:04 -03:00 |
document_event.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
document_exporter.cpp
|
Simple implementation of issue #17 - Export animation to JSON/sprite sheet files
|
2013-12-08 20:19:32 -03:00 |
document_exporter.h
|
Fix some compilations problems in MinGW
|
2013-12-22 12:20:53 -03:00 |
document_id.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
document_location.cpp
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
document_location.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
document_observer.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
document_undo.cpp
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
document_undo.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
document.cpp
|
Encapsulate Image implementation (private members, accessors, iterators, etc.)
|
2013-11-09 19:59:05 -03:00 |
document.h
|
Add support for Unicode file names on Windows
|
2013-10-14 19:58:11 -03:00 |
documents.cpp
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
documents.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
drop_files.cpp
|
Fix some compilations problems in MinGW
|
2013-12-22 12:20:53 -03:00 |
drop_files.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
errno_unittest.cpp
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
file_selector.cpp
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
file_selector.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
file_system.cpp
|
Add support for Unicode file names on Windows
|
2013-10-14 19:58:11 -03:00 |
file_system.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
find_widget.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
flatten.cpp
|
Encapsulate Image implementation (private members, accessors, iterators, etc.)
|
2013-11-09 19:59:05 -03:00 |
flatten.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
gfxmode.cpp
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
gfxmode.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
gui_xml.cpp
|
Add support for Unicode file names on Windows
|
2013-10-14 19:58:11 -03:00 |
gui_xml.h
|
Add support for Unicode file names on Windows
|
2013-10-14 19:58:11 -03:00 |
ini_file.cpp
|
Replace JRect/jrect struct with gfx::Rect
|
2013-10-26 12:50:55 -03:00 |
ini_file.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
job.cpp
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
job.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
launcher.cpp
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
launcher.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
load_widget.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
log.cpp
|
Add support for Unicode file names on Windows
|
2013-10-14 19:58:11 -03:00 |
log.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
modules.cpp
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
modules.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
objects_container_impl_unittest.cpp
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
objects_container_impl.cpp
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
objects_container_impl.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
project_event.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
project_observer.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
project.cpp
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
project.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
recent_files.cpp
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
recent_files.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
resource_finder.cpp
|
Add support for Unicode file names on Windows
|
2013-10-14 19:58:11 -03:00 |
resource_finder.h
|
Add support for Unicode file names on Windows
|
2013-10-14 19:58:11 -03:00 |
shell.cpp
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
shell.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
thumbnail_generator.cpp
|
Encapsulate Image implementation (private members, accessors, iterators, etc.)
|
2013-11-09 19:59:05 -03:00 |
thumbnail_generator.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
ui_context.cpp
|
Simple implementation of issue #17 - Export animation to JSON/sprite sheet files
|
2013-12-08 20:19:32 -03:00 |
ui_context.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
undo_transaction.cpp
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
undo_transaction.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
webserver.cpp
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
webserver.h
|
Change BSD license to MIT in sublibraries and fix headers
|
2013-08-08 21:01:20 -03:00 |
widget_loader.cpp
|
Fix bugs using NULL as text in widgets constructors
|
2013-12-15 17:42:33 -03:00 |
widget_loader.h
|
Add support for Unicode file names on Windows
|
2013-10-14 19:58:11 -03:00 |
widget_not_found.h
|
Add support for Unicode file names on Windows
|
2013-10-14 19:58:11 -03:00 |
widget_type_mismatch.h
|
Add support for Unicode file names on Windows
|
2013-10-14 19:58:11 -03:00 |
xml_document.cpp
|
Add support for Unicode file names on Windows
|
2013-10-14 19:58:11 -03:00 |
xml_document.h
|
Add support for Unicode file names on Windows
|
2013-10-14 19:58:11 -03:00 |
xml_exception.cpp
|
Add support for Unicode file names on Windows
|
2013-10-14 19:58:11 -03:00 |
xml_exception.h
|
Add support for Unicode file names on Windows
|
2013-10-14 19:58:11 -03:00 |