Timeline



Dec 27, 2017:

11:37 PM Ticket #24 (Unfinished save/load in Palette) updated by Thomas Bernard
Status, Owner changed
11:30 PM copy_to_spare_page.png attached to Ticket #44 by Thomas Bernard
Current "copy to spare page" dialog
11:29 PM Ticket #44 (copy all layers/frames to spare page option) updated by Thomas Bernard
Indeed only current layer is copied right now. I think we would need …
11:24 PM Ticket #25 (Right clicking a layer - show previous state instead of show all layers) updated by Thomas Bernard
Status, Owner changed
I'm working on this
11:17 PM Ticket #46 (if clicked on not existent bockmark grafical display errors occur) updated by Thomas Bernard
I don't reproduce with the latest sources. I've got a red flash when …

Dec 25, 2017:

4:12 PM Ticket #26 (Color quantization issue) updated by Thomas Bernard
see https://gitlab.com/miniupnp/grafX2/tree/quantize_fix
4:08 PM Changeset in gitlab [fb197cc] by Thomas Bernard <miniupnp@…>
op_c.c: handle memory allocation errors in CS_Set()
3:55 PM Changeset in gitlab [d7179f7] by Thomas Bernard <miniupnp@…>
fix Optimize_palette() for precisions different than 8 8 8 do the …
3:46 PM Changeset in gitlab [4b0878c] by Thomas Bernard <miniupnp@…>
Quantization: use population split
3:42 PM Ticket #26 (Color quantization issue) updated by Thomas Bernard
there is MARBLES.PCX in the pic-sample repository indeed we could add …

Dec 23, 2017:

3:51 PM Ticket #26 (Color quantization issue) updated by PulkoMandy
I think keeping the population split makes sense. The idea (and this …
3:00 PM Ticket #26 (Color quantization issue) updated by Thomas Bernard
Please choose which quantized image you prefer ;) see …
2:53 PM Changeset in gitlab [b9bdf68] by Thomas Bernard <miniupnp@…>
Quantization : sort clusters by diagonal and not volume There is a …
2:53 PM avengers_volsplit_volumesort.gif attached to Ticket #26 by Thomas Bernard
Cluster Split by Volume, sort by volume
2:52 PM avengers_volsplit_diagsort.gif attached to Ticket #26 by Thomas Bernard
Cluster Split by Volume, sort by diagonal length
2:50 PM avengers_popsplit_diagsort.gif attached to Ticket #26 by Thomas Bernard
Cluster Split by population, sort by diagonal length
2:49 PM avengers_popsplit_volumesort.gif attached to Ticket #26 by Thomas Bernard
Cluster Split by population, sort by volume
2:26 PM Changeset in gitlab [5d47a76] by Thomas Bernard <miniupnp@…>
introduce GRAFX2_QUANTIZE_CLUSTER_POPULATION_SPLIT macro to change …
2:18 PM Ticket #26 (Color quantization issue) updated by Thomas Bernard
I was wrong. I think I can improve the current code. Cluster are now …
5:02 AM Ticket #26 (Color quantization issue) updated by Thomas Bernard
for further improvement we could use …
4:50 AM avengers_test.gif attached to Ticket #26 by Thomas Bernard
avengers.jpg loaded with the new splitting
4:47 AM Ticket #26 (Color quantization issue) updated by Thomas Bernard
Hum I get far better result on your avengers.jpg image with a change …
4:36 AM Changeset in gitlab [9ec4ada] by Thomas Bernard <miniupnp@…>
Color quantization : use another cluster spliting (by volume instead …
3:35 AM Ticket #26 (Color quantization issue) updated by Thomas Bernard
OK color quantization is done in RGB space by clustering on the …

Dec 21, 2017:

10:33 PM Ticket #67 (Palette "Load" Doesn't Seem to Work) closed by PulkoMandy
duplicate: Duplicate of #24 (hint: you can use #number to refer to other tickets)
8:20 PM Ticket #26 (Color quantization issue) updated by Thomas Bernard
Maybe that had to do with the color model used during quantization.
8:20 PM Ticket #67 (Palette "Load" Doesn't Seem to Work) updated by dpg07131978@…
You are correct. This is a duplicate of …
8:15 PM Ticket #67 (Palette "Load" Doesn't Seem to Work) updated by Thomas Bernard
isn't it a duplicate of http://pulkomandy.tk/projects/GrafX2/ticket/24

Dec 20, 2017:

7:30 PM Ticket #5 (Can't Zoom on top-left pixel with mousewheel) updated by Thomas Bernard
yes it is possible, by having the mouse pointer in the top left pixel …
7:28 PM Changeset in gitlab [acf65c3] by Adrien Destugues <pulkomandy@…>
Load additional fonts from the ~/.config/grafx2/fonts directory Load …
7:28 PM Changeset in gitlab [589a84f] by Adrien Destugues <pulkomandy@…>
Fix use of FontConfig on non linux platforms (FreeBSD, etc.) just …
7:04 PM grafx2_palette_load.png attached to Ticket #24 by Thomas Bernard
bug in the lower part of the screen after loading palette
3:05 PM Ticket #24 (Unfinished save/load in Palette) updated by Thomas Bernard
I think it is almost implemented, only some minor issues. …
1:32 PM Ticket #24 (Unfinished save/load in Palette) updated by PulkoMandy
The idea for load was to allow loading only the palette from an image …
1:29 PM Ticket #24 (Unfinished save/load in Palette) updated by Thomas Bernard
I tested with the latest code. 1) Load palette is still …
11:34 AM Ticket #56 (fonts from ~/.grafx2/fonts/ not accessible) updated by Thomas Bernard
https://gitlab.com/GrafX2/grafX2/merge_requests/6
11:32 AM Changeset in gitlab [c65dc04] by Adrien Destugues <pulkomandy@…>
Update CONTRIBUTING.md Fix URL of bugtracker, mention where the …
11:16 AM Ticket #56 (fonts from ~/.grafx2/fonts/ not accessible) updated by PulkoMandy
I don't remember how this works in Windows, I think the data dir is in …
11:10 AM Changeset in gitlab [26c6d12] by Adrien Destugues <pulkomandy@…>
Add license GPL v2, without the "any later version" clause (sorry …
11:08 AM Changeset in gitlab [0d24f95] by Adrien Destugues <pulkomandy@…>
Add contribution guide
11:08 AM Ticket #56 (fonts from ~/.grafx2/fonts/ not accessible) updated by Thomas Bernard
OK so in text.c/Init_text() we can add font from the subdirectory …
10:56 AM Ticket #56 (fonts from ~/.grafx2/fonts/ not accessible) updated by PulkoMandy
It makes sense to have a ~/.config/grafx2/fonts mirroring …
10:49 AM Ticket #56 (fonts from ~/.grafx2/fonts/ not accessible) updated by Thomas Bernard
you should put your personal fonts in ~/.fonts I don't think that's …
10:14 AM Ticket #17 ('Save As' sometimes destroys old file.) updated by Thomas Bernard
I fail to reproduce this with latest source …
1:24 AM Ticket #60 (Ubuntu doesnt need iconv. build fails) updated by Thomas Bernard
iconv is now part of libc as of POSIX 2008, so -liconv can be safely …

Dec 19, 2017:

5:17 PM Changeset in gitlab [ee322ed] by Thomas Bernard <miniupnp@…>
Fix GIF save - last byte The last byte was not saved for sure, …
10:00 AM Changeset in gitlab [834050c] by Thomas Bernard <miniupnp@…>
Optimize GIF size by using only the number of bits needed in LZW codes …

Dec 10, 2017:

11:43 PM Ticket #68 (File Layer and Indexing Operation within File Layer) created by Miguel Lopez
For people who would like some sort of nondestructive workflow or …
Note: See TracTimeline for information about the timeline view.