David Capello
3388eaffde
Show onion skinning depending on the configured loop section ( fix #555 )
...
There is a new option (per document) to disable this behavior.
2015-05-27 17:42:41 -03:00
David Capello
625aa1ee55
Move onionskin options into render::OnionskinOptions class
2015-05-27 14:49:01 -03:00
David Capello
26b170e67f
Merge branch 'skia'
2015-05-26 17:24:59 -03:00
David Capello
9dd8d0d120
Add an initial "she" implementation using a WGL context on Skia/Win port
2015-05-26 17:21:19 -03:00
David Capello
517e31c34b
Move SkiaWindow to skia_window_win.cpp
...
Also, as the EventQueue should be shared between displays, it is
now created in SkiaSystem.
2015-05-22 15:52:02 -03:00
David Capello
2b50980cb0
Get keydown event when Alt key is pressed in Skia/Win port
2015-05-22 15:26:01 -03:00
David Capello
e2e33c009d
Fix SkiaSurface::drawH/VLine() member functions
2015-05-22 14:08:46 -03:00
David Capello
7bcda88861
Fix redrawing of SkiaDisplay on Windows (now the cursor overlay is visible)
2015-05-22 14:06:54 -03:00
David Capello
5eea582365
Implement SkiaDisplay::setNativeMouseCursor() on Windows
2015-05-22 13:44:41 -03:00
David Capello
da3b3de6c1
Add she::LockedSurface::scrollTo() so we can specialize it in the Skia port
2015-05-22 13:26:09 -03:00
David Capello
237549b818
Implement SkiaDisplay::setMousePosition()
2015-05-22 12:14:45 -03:00
David Capello
73f4de1b5d
Fix WM_MOUSEWHEEL/HSCROLL messages in she::Window for Skia
...
This fix was introduced in the Allegro side in 11929dfd60c180e87cad66d5449ee1c76a28f746
2015-05-22 12:12:49 -03:00
David Capello
a2987b658b
Remove WinEventQueue::m_stop flag
2015-05-22 12:04:24 -03:00
David Capello
41114580ae
Move SkiaEventQueue to WinEventQueue
...
Added queueEvent() member function to EventQueue interface.
2015-05-22 11:56:07 -03:00
David Capello
02f8fd7920
Implement SkiaSurface::drawString/Char/ColoredRgbaSurface with a skColorFilter
2015-05-22 11:05:13 -03:00
David Capello
bb7d629471
Use SrcOver mode in SkiaSurface::drawRgbaSurface()
2015-05-22 11:02:46 -03:00
David Capello
3674399d0b
Use SrcOver mode in SkiaSurface::fillRect()
2015-05-22 11:02:17 -03:00
David Capello
b44c4f8b7b
Fix random pixels from memory in SkiaSurface::create/createRgba/applyScale()
2015-05-22 11:01:24 -03:00
David Capello
def9e7242a
Remove commented line in skia_system.h
2015-05-22 10:56:40 -03:00
David Capello
6a8dfaddb5
Use ButtonSet instead of Buttons in ColorSelector
2015-05-21 18:24:31 -03:00
David Capello
1b5628fe42
Don't persist the active tool between sessions
2015-05-21 16:31:20 -03:00
David Capello
27485b7ff6
Fix problem selecting transparent color from the ColorBar with middle button
...
When we move the mouse with the middle mouse button, we must trigger
onPaletteViewIndexChange() delegate in any case (the middle button
doesn't change the m_currentEntry).
2015-05-21 16:25:41 -03:00
David Capello
2ff0f1e2a4
Remove app::tools::PreferencesGlue
...
Now we check the trace policy and intertwine in the same ToolLoopBase
class just before start drawing.
2015-05-21 16:14:26 -03:00
David Capello
49954ddd29
Create ToolLoopBase with common code between ToolLoopImpl and PreviewToolLoopImpl
2015-05-21 16:00:27 -03:00
David Capello
dd1c1dc40f
Fix bug firing Option::AfterChange signal with previous value
2015-05-21 12:55:51 -03:00
David Capello
bb45a55bbd
Change PaletteEditor buttons to button sets
2015-05-21 12:28:21 -03:00
David Capello
badbd42cbc
Minor change in Palette menu
2015-05-21 11:15:44 -03:00
David Capello
3f7e0b920a
Dispose the native file selector regardless its return code
2015-05-21 10:52:58 -03:00
David Capello
9abb9f1dad
Fix double-click on Win/Skia port
2015-05-21 10:50:08 -03:00
David Capello
9b07e0f9bf
Enable Remap button only for Indexed images
2015-05-21 10:44:15 -03:00
David Capello
5fc3b06e8e
Change ColorMap::m_remap to UniquePtr
2015-05-21 10:39:09 -03:00
David Capello
85d638097b
Use rendered images to create optimized palette in render::create_palette_from_rgb()
2015-05-21 10:17:59 -03:00
David Capello
13ac74f37a
Remap transparent color when ColorBar "Remap" button is used ( fix #677 )
2015-05-21 09:27:34 -03:00
David Capello
ec26dd7ee9
Merge branch 'fix-memory-leaks'
2015-05-20 17:11:34 -03:00
David Capello
a1b900325e
Delete default skin font on exit
2015-05-20 16:58:23 -03:00
David Capello
9f6447f4af
Fix app::Document::m_mutex leak
2015-05-20 16:56:08 -03:00
David Capello
ca16580b09
Don't create PalettePopup when the program starts
2015-05-20 16:51:32 -03:00
David Capello
e730b90958
Delete UndoCommands when the UndoHistory is destroyed
2015-05-20 16:51:07 -03:00
David Capello
c04f4976fb
Delete slots in signal destructors
2015-05-20 16:24:58 -03:00
David Capello
621c4bb05d
Link with dbghelp when memory-leak detection is enabled
2015-05-20 16:24:26 -03:00
David Capello
f683c50198
Destroy Editor render buffer on exit
2015-05-20 16:23:53 -03:00
David Capello
15a227d06f
Add support for .pal files ( fix #349 , related to #181 )
2015-05-20 16:08:16 -03:00
David Capello
5dee5f3a57
Save HttpLoader output as binary
2015-05-20 15:35:59 -03:00
David Capello
cf8cd97cb6
Use new FSTREAM_PATH() macro to open fstreams
2015-05-20 15:34:36 -03:00
David Capello
a4e7df6037
Fix loading/saving .gpl files inside folders with Unicode chars on Windows
2015-05-20 15:33:34 -03:00
David Capello
104e5e6479
Shift key locks X/Y axis in Move tool ( fix #602 )
2015-05-20 15:07:17 -03:00
David Capello
9b9ac319dc
Rename checkFromAllegroKeyArray() members to isPressed()
2015-05-20 15:02:31 -03:00
David Capello
13aef4eecf
Add support to change the transparent color with middle click
2015-05-20 12:11:47 -03:00
David Capello
1ff4f06a69
Show transparent index in ColorBar with a little dot
2015-05-20 11:40:22 -03:00
David Capello
ae048f5756
Avoid including ColorBar in PaletteView
2015-05-20 11:38:38 -03:00