Skip to content

Commit

Permalink
prepare for v1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Sep 1, 2023
1 parent 8eb8d02 commit 1b8ad90
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 9 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Revision history for Perl module Prima
1.70 2023-XX-XX
- Use fading effects in widgets
- Solidify emulated 2D transformations with images
-- Add aperture point for Image.matrix_transform
- Animation is using core image processing instead of DeviceBitmap
- Path rendering is optimized for widened arcs and splines
- Add Widget.is_surface_buffered to check if .buffered(1) was respected
- Edit.find() changed the coordinate system used, from visual to physical
- Core Icon.put_image(Icon) will affect the destinations 1-bit mask
- Image.premultiply_alpha(constant) will work on palettes when bpp <= 8
- Add Image.to_colormask
- Add --no-xrender-matrix command line switch for x11 builds

1.69 2023-05-30
- Fully rewrite win32 socket engine, now is single-threaded
Expand Down
2 changes: 0 additions & 2 deletions img/rotate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1258,8 +1258,6 @@ add_offsetting( float mx, float my, ImgOpPipeline *iop)
rotation to angles near 90,270. So it detects rotations to cover for at least these cases,
and additionally checks whether 90/180/270 integral rotation can be applied. */

extern int apc_img_save( Handle self, char * fileName, Bool is_utf8, void* ioreq, void * profile, char * error);

Bool
img_2d_transform( Handle self, Matrix matrix, ColorPixel fill, PImage output, Point *aperture)
{
Expand Down
2 changes: 1 addition & 1 deletion unix/window.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ recreate_window_with_emulated_fullscreen( Handle self, int window_state)
{
DEFXX;
return apc_window_create( self,
PComponent(self)->owner, XX->borderIcons,
PComponent(self)->owner, XX->borderIcons,
XX->flags.sizeable ? bsSizeable : bsDialog, XX->flags.task_listed, window_state,
XX->flags.on_top, false, false, XX->flags.layered);
}
Expand Down

0 comments on commit 1b8ad90

Please sign in to comment.