Christian Kaiser
5108762f65
[WIP] Command refresh
2025-07-29 14:05:13 -03:00
David Capello
09538f9a1a
clang-format all files
2024-12-16 14:52:19 -03:00
David Capello
adb537614f
Always prefer unique_ptr over shared_ptr
2024-09-05 18:33:07 -03:00
Gaspar Capello
e70bbbd369
Add 'x' and 'y' as input parameters to app.command.Paste()
2024-09-05 17:22:12 -03:00
David Capello
271865e13d
Remove unused Command::clone() member function
2019-01-07 17:03:38 -03:00
David Capello
e0a60b6748
Generate the list of command IDs from en.ini file
2017-12-01 15:10:21 -03:00
David Capello
ccee49c02b
Move command friendly names to the strings file
...
Related to #124
2017-11-30 23:41:45 -03:00
David Capello
5ecc356a41
Replace GPL license with the new EULA
2016-08-29 13:08:21 -03:00
David Capello
2bbaa45844
Unify Cut/Copy/Paste/Clear handling with InputChain class
2015-05-09 19:55:33 -03:00
David Capello
2c6067f7e4
Update license of app/ module to GPLv2
2015-02-12 12:16:25 -03:00
David Capello
cc889f2b2f
Minor refactor to doc::Layer flags
2014-11-16 23:03:30 -03:00
David Capello
63995c6f0a
Merge "raster" namespace into "doc" library
2014-10-20 22:21:31 -03:00
David Capello
6824570c4b
Remove base/override.h (use override keyword directly)
2014-08-14 23:07:47 -03:00
David Capello
dfaf097b88
Rename base/compiler_specific.h to base/override.h
2014-08-09 08:08:20 -03:00
David Capello
5b5a2cfd9f
Add support to copy and paste layers between different documents
2014-08-08 10:33:45 -03:00
David Capello
44d3e228fd
Add missing OVERRIDE modifier to Command::clone() overrides
...
It fixes some invalid clone() overrides without const modifier.
2014-03-29 17:08:40 -03:00
David Capello
cde54f3682
Change BSD license to MIT in sublibraries and fix headers
2013-08-08 21:01:20 -03:00
David Capello
c88f9b172b
Refactor: Move app files to src/app subdirectory inside app namespace
...
- Add HAVE_CONFIG_H wrapper to #include "config.h"
- Removed widgets namespace (it's in app now)
- Move some functions from src/file/file.h to src/base/cfile.h
- Move Vector2d to base library
- Rename MenuItem2 to AppMenuItem
2013-08-05 21:20:19 -03:00