Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

BETA - Image Editor plugin

<< < (14/20) > >>

seb_seb0:
SVN updated (50)

CHANGES & INFO:
1 - added the missing files in LINUX Project
2 - fixed DragImage on LINUX (tested successfully on LINUX and Windows without too much flicker)
3 - spray can & Gradient Linear works on LINUX
4 - Gradient concentric broken on LINUX (wxWidgets bug)

seb_seb0:
SVN updated
I have fixed the wxGTK problem with wxGradientFillConcentric (I have reimplemented it).
A side effect is that it looks nicer on Windows.

I have in parallel submited a a patch to wxWidgets ticket trackers.

I have still a few features to implement (therefore I do not move the status to beta yet). However they are now minor (ctrl-A, copy from / paste to a file)
I consider dropping any kind of customisation options that must be saved in a configuration file: it will make the plugin a bit safer.
I have still a few bugs to solve (see todo.txt)

I would be interested in some feedback from other testers.

Sebastien

seb_seb0:
SVN Updated (52)

CHANGES:
1 - some bugs solved (related to right-click handling and font bug).
2 - Select All implemented

seb_seb0:
SVN Updated (53)

CHANGES:
1 - bug solved Copy / Paste:
    before copy : bitmap put in clipboard has a Mask
    after paste : bitmap does not have mask
    Solved by adding a custom data format in the clipboard

2 - Change in Text Tool.
    Currently partially broken (orientation not taken into account) due to the changes.

seb_seb0:
SVN Updated (54)

CHANGES:
1 - Copy To / Paste from file implemented (via context menu)

2 - DragImage: bug solved to some extent when selection is large (zoomed for example)
    The cursor in that case was disappearing
    In addition, the flicker has been removed
    Solved by reordering the Drawing operations, and modifications of XPMEditorPanel::ProcessDragAction
    (hiding the drag image and repainting were not necessary).
    Note: the bug is still appearing for very big zoom (x16) and large screenshot (screen size)). The system cannot allocate memory I guess (too big bitmap). I am looking for a better way.

3 - Drag action: now holding the shift key will prevent the image to be deleted

4 - Bug solved in Drag Action: 1 or 2 pixels innacuracy in draging selection with the mouse

5 - Bug solved: PasteImage gives a black image when the image is truncated

6 - Bug solved: ClearSelection: when the image to paste is bigger than the destination image, nothing is done sometimes

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version