Timeline



May 16, 2019:

11:38 PM Ticket #115 (Immediate SIGSEGV if not run from source dir or inside gdb) updated by Thomas Bernard
Priority, Keywords, Status, Owner, Milestone changed
11:37 PM Ticket #115 (Immediate SIGSEGV if not run from source dir or inside gdb) updated by Thomas Bernard
https://gitlab.com/GrafX2/grafX2/merge_requests/199
1:20 PM Ticket #115 (Immediate SIGSEGV if not run from source dir or inside gdb) updated by D Gowers
Yes, commit cbc6b96639dad37c6b7ef037ae7b16a9bd7af450 seems to fix it. …
12:46 PM Ticket #115 (Immediate SIGSEGV if not run from source dir or inside gdb) updated by Thomas Bernard
the bug was introduced in …
12:45 PM Ticket #115 (Immediate SIGSEGV if not run from source dir or inside gdb) updated by Thomas Bernard
I think the bug is caused by not setting a null terminating character …
12:38 PM Changeset in gitlab [cbc6b96] by Thomas Bernard <miniupnp@…>
more debug output in Get_config_directory() and …
12:32 PM Ticket #115 (Immediate SIGSEGV if not run from source dir or inside gdb) updated by Thomas Bernard
I added a few more debug log and improved the code regarding error …
12:28 PM Changeset in gitlab [0eb715b] by Thomas Bernard <miniupnp@…>
better error handling in Extract_path()
12:04 PM Ticket #115 (Immediate SIGSEGV if not run from source dir or inside gdb) updated by Thomas Bernard
SIGSEGV (Address boundary error) happens probably because we access …
11:57 AM Ticket #115 (Immediate SIGSEGV if not run from source dir or inside gdb) updated by Thomas Bernard
could you try the "crashing setup" with my branch …
11:52 AM Changeset in gitlab [01c67739] by Thomas Bernard <miniupnp@…>
Add debug output
11:51 AM Changeset in gitlab [450d5f0] by Thomas Bernard <miniupnp@…>
Allow Analyze_command_line() to be executed earlier
11:04 AM Ticket #115 (Immediate SIGSEGV if not run from source dir or inside gdb) updated by D Gowers
To re-summarize, I tried 4 different things: * Case 1: grafx2-sdl or …
10:46 AM Changeset in gitlab [a96d028] by Thomas Bernard <miniupnp@…>
make install: install gfx2.png as well
10:44 AM Ticket #115 (Immediate SIGSEGV if not run from source dir or inside gdb) updated by Thomas Bernard
can you run with the "-v" flag ? The debug output will help find when …
10:41 AM Ticket #115 (Immediate SIGSEGV if not run from source dir or inside gdb) updated by Thomas Bernard
So it crashes when run directly but not when trying to debug it with …
10:14 AM Ticket #115 (Immediate SIGSEGV if not run from source dir or inside gdb) updated by D Gowers
(as a side note -- I guess this is a minor Makefile bug -- gfx2.png is …
10:07 AM Ticket #115 (Immediate SIGSEGV if not run from source dir or inside gdb) created by D Gowers
Steps to reproduce: ---- # make sure there are no stray files lying …

May 13, 2019:

5:05 PM Ticket #112 (C64 multicolor : allow background color to be != 0) updated by Thomas Bernard
We could use the "transparent color" set in the "layer" menu as the …
4:54 PM Ticket #107 ("From clipboard" button: fall back to interpreting clipboard data as ...) closed by Thomas Bernard
fixed: fixed for both X11 and Win32 :)

May 11, 2019:

1:02 PM Changeset in gitlab [b04f26c] by Thomas Bernard <miniupnp@…>
win32: Load FileName from clipboard as well Tested from windows explorer
12:09 PM Changeset in gitlab [b170fce] by Thomas Bernard <miniupnp@…>
change directory and highlight file when pasting a file path
12:09 PM Changeset in gitlab [123fa86] by Thomas Bernard <miniupnp@…>
X11 clipboard: support pasting of filenames see …
12:09 PM Changeset in gitlab [583d646] by Thomas Bernard <miniupnp@…>
X11 clipboard paste : support several formats

May 10, 2019:

5:59 PM Ticket #114 (simplify hotkey.c) updated by Thomas Bernard
that is T_Config_shortcut_info which is read/written from the .CFG file
3:42 PM Ticket #110 (Indicate in toolbar whether transparent background is enabled) updated by PulkoMandy
The "transparent background" is used when saving to know if the bottom …
3:35 PM Ticket #110 (Indicate in toolbar whether transparent background is enabled) updated by Thomas Bernard
@pulkomandy: what do you think about this ? maybe we should even color …
3:19 PM Ticket #100 (palette cursors not visible after use of its hotkeys) updated by Thomas Bernard
@Horak-FDF : zip versions are added to …
3:17 PM Ticket #114 (simplify hotkey.c) updated by PulkoMandy
There are possible tricks with the old gfx2.cfg config file which was …
3:13 PM Ticket #114 (simplify hotkey.c) updated by Thomas Bernard
I think Config_Key should be renamed to Config_Specials
3:13 PM Ticket #114 (simplify hotkey.c) updated by Thomas Bernard
Description changed
3:12 PM Ticket #114 (simplify hotkey.c) created by Thomas Bernard
I think we should merge the two big arrays in hotkey.c ConfigKey and …
12:04 PM Ticket #107 ("From clipboard" button: fall back to interpreting clipboard data as ...) updated by Thomas Bernard
https://gitlab.com/GrafX2/grafX2/merge_requests/197
11:59 AM Changeset in gitlab [d24dd3e] by Thomas Bernard <miniupnp@…>
X11 Drag'n'drop: debug log of supported formats
11:54 AM Changeset in gitlab [58bf9e7] by Thomas Bernard <miniupnp@…>
use DEFAULT_SKIN_FILENAME and DEFAULT_FONT_FILENAME
11:54 AM Changeset in gitlab [b86871d] by Thomas Bernard <miniupnp@…>
update www links in helpfile.h
10:46 AM Changeset in gitlab [387e660] by Thomas Bernard <miniupnp@…>
Add gfx2mem.h/.c to MS Visual Studio projects

May 7, 2019:

5:25 PM Changeset in gitlab [c051ac2] by Thomas Bernard <miniupnp@…>
use GFX2_malloc() to log allocation errors also check malloc() return …
5:25 PM Changeset in gitlab [7f78f3e] by Thomas Bernard <miniupnp@…>
Win32: open a console for debugging when -v option is passed
5:25 PM Changeset in gitlab [b5d61472] by Thomas Bernard <miniupnp@…>
factory.c: remove static selected_file[] string buffer
5:25 PM Changeset in gitlab [0517529] by Thomas Bernard <miniupnp@…>
several fixes for WIN32 better handle minimize/maximize …
5:25 PM Changeset in gitlab [7d5f287] by Thomas Bernard <miniupnp@…>
Change Selector_filename to Selector->filename
5:25 PM Changeset in gitlab [030b7fa] by Thomas Bernard <miniupnp@…>
Remove usage of MAX_PATH_CHARACTERS in loadsave.c
5:25 PM Changeset in gitlab [4bbb4f1] by Thomas Bernard <miniupnp@…>
Remove usage of MAX_PATH_CHARACTERS in loadrecoil.c
5:25 PM Changeset in gitlab [e0401e8] by Thomas Bernard <miniupnp@…>
Remove usage of MAX_PATH_CHARACTERS in filesel.c
5:25 PM Changeset in gitlab [c85a703] by Thomas Bernard <miniupnp@…>
Button_autosave() use unicode filename too
5:25 PM Changeset in gitlab [6e83791] by Thomas Bernard <miniupnp@…>
Improve Print_current_directory()
5:25 PM Changeset in gitlab [9886872] by Thomas Bernard <miniupnp@…>
T_IO_Context Original_file_name and Original_file_directory are now …
5:25 PM Changeset in gitlab [11ddd66] by Thomas Bernard <miniupnp@…>
Remove some static length strings There are too many …
5:25 PM Changeset in gitlab [fc3e424] by Thomas Bernard <miniupnp@…>
shut up Warning about Pixel_figure_no_screen() Also fix drawing at …
5:25 PM Changeset in gitlab [758807e] by Thomas Bernard <miniupnp@…>
fix compilation warning in Load_INI()
5:25 PM Changeset in gitlab [651d12b] by Thomas Bernard <miniupnp@…>
get rid of MAX_PATH_CHARACTERS in factory.c
5:25 PM Changeset in gitlab [79446a9] by Thomas Bernard <miniupnp@…>
get rid of MAX_PATH_CHARACTERS in T_Page and T_Selector_Settings …
5:25 PM Changeset in gitlab [98811b6] by Thomas Bernard <miniupnp@…>
Get rid of Get_full_filename()
5:25 PM Changeset in gitlab [c6781cd] by Thomas Bernard <miniupnp@…>
Brush_file_directory, Brush_filename, Brush_filename_unicode are no …
5:25 PM Changeset in gitlab [fcd17f0] by Thomas Bernard <miniupnp@…>
remove usage of MAX_PATH_CHARACTERS in Test_MOTO() and Load_MOTO()
5:25 PM Changeset in gitlab [0e0752c] by Thomas Bernard <miniupnp@…>
x11screen.c: remove usage of MAX_PATH_CHARACTERS
5:25 PM Changeset in gitlab [923da28] by Thomas Bernard <miniupnp@…>
remove MAX_PATH_CHARACTERS in Define_icon()
5:25 PM Changeset in gitlab [81bf106] by Thomas Bernard <miniupnp@…>
For_each_directory_entry: remove MAX_PATH_CHARACTER
5:25 PM Changeset in gitlab [eb175c7] by Thomas Bernard <miniupnp@…>
remove use of MAX_PATH_CHARACTERS in text.c
5:25 PM Changeset in gitlab [cb66bfc] by Thomas Bernard <miniupnp@…>
remove use of MAX_PATH_CHARACTERS in For_each_file()
5:25 PM Changeset in gitlab [a95b750] by Thomas Bernard <miniupnp@…>
string length limit in .CFG is 255 chars
5:25 PM Changeset in gitlab [a5d2dfa] by Thomas Bernard <miniupnp@…>
remove MAX_PATH_CHARACTERS in init.c
5:25 PM Changeset in gitlab [efeaad5] by Thomas Bernard <miniupnp@…>
Remove usage of MAX_PATH_CHARACTERS in saveini.c
5:25 PM Changeset in gitlab [8f0d036] by Thomas Bernard <miniupnp@…>
remove big static strings in Init_Program()
5:25 PM Changeset in gitlab [75c93b0] by Thomas Bernard <miniupnp@…>
Get_unicode_filename() can malloc() the return string
5:25 PM Changeset in gitlab [a69ad46] by Thomas Bernard <miniupnp@…>
Get_current_directory() allocate buffer if needed
5:25 PM Changeset in gitlab [f90a2331] by Thomas Bernard <miniupnp@…>
Scripts_directory is now dynamically allocated
5:24 PM Changeset in gitlab [b3baa57] by Thomas Bernard <miniupnp@…>
Reduce usage of MAX_PATH strings in factory.c
5:04 PM Changeset in gitlab [f5cc3a0] by Thomas Bernard <miniupnp@…>
Remove some static length strings There are too many …
5:04 PM Changeset in gitlab [0c2ee66] by Thomas Bernard <miniupnp@…>
add gfx2mem.c/.h: GFX2_malloc() to log allocation failures
2:07 PM Ticket #113 (Window backup wastes memory) updated by yrizoud@…
Be careful that not everything in a window is drawn scaled by UI size …
1:08 PM Ticket #47 (somehow make it visible what page is active) closed by PulkoMandy
fixed
1:06 PM Ticket #8 (User Manual rework) closed by PulkoMandy
fixed: Looks good enough to close this now. Thanks :)
1:05 PM Ticket #111 (Loading palette causes a graphical glitch) closed by Thomas Bernard
fixed: https://gitlab.com/GrafX2/grafX2/commit/91e028794a48588ba26cc69ab5d57d8
1:04 PM Ticket #113 (Window backup wastes memory) created by PulkoMandy
https://gitlab.com/GrafX2/grafX2/merge_requests/196#note_167460645
12:37 PM Ticket #111 (Loading palette causes a graphical glitch) updated by Thomas Bernard
Status, Owner changed
12:36 PM Ticket #111 (Loading palette causes a graphical glitch) updated by Thomas Bernard
Thank you. I've finally been able to reproduce and than you for the …
12:33 PM Changeset in gitlab [91e0287] by Thomas Bernard <miniupnp@…>
Fix UI palette remapping when pixel width > 1 Fixes bug #111

May 6, 2019:

11:15 PM Ticket #111 (Loading palette causes a graphical glitch) updated by yrizoud@…
The following fixes the issue in Remap_UI_in_window_backgrounds() : […]
8:07 PM Ticket #111 (Loading palette causes a graphical glitch) updated by yrizoud@…
I was able to reproduce it. Pixel ratio > 1x1 is necessary In fact the …
3:43 PM Ticket #111 (Loading palette causes a graphical glitch) updated by D Gowers
I just thought to try different pixel sizes. The result can be easily …
3:39 PM Ticket #111 (Loading palette causes a graphical glitch) updated by Thomas Bernard
yep probably inside Remap_screen_after_menu_colors_change()
3:17 PM Ticket #111 (Loading palette causes a graphical glitch) updated by D Gowers
API=sdl2: Identical glitch is present (also wow, the guidelines drawn …
1:15 PM Ticket #111 (Loading palette causes a graphical glitch) updated by Thomas Bernard
@D gowers Do you reproduce when building against SDL2 or x11 ? $ …
1:00 PM Ticket #111 (Loading palette causes a graphical glitch) updated by Thomas Bernard
So you're using SDL1.2.15 The 8bit => true color conversion is made by …
4:19 AM 47-54.png attached to Ticket #111 by D Gowers
Statistics screenshot

May 5, 2019:

2:52 PM Ticket #111 (Loading palette causes a graphical glitch) updated by Thomas Bernard
I'm still not reproducing. @D Gowers could you attach a screen capture …
11:34 AM Ticket #111 (Loading palette causes a graphical glitch) updated by D Gowers
Pixel size is indeed 2x2. Menu ratio adapt is also x2.

May 4, 2019:

7:18 PM Changeset in gitlab [80dcf30] by Thomas Bernard <miniupnp@…>
3rdparty: update SDL2_ttf from 2.0.14 to 2.0.15
7:15 PM Changeset in gitlab [5684261] by Thomas Bernard <miniupnp@…>
3rdparty: check SDL2_ttf and SDL2_image versions

May 3, 2019:

10:12 PM Changeset in gitlab [07ad866] by Thomas Bernard <miniupnp@…>
htmldoc: improve display
10:11 PM Changeset in gitlab [e39a8a5] by Thomas Bernard <miniupnp@…>
htmldoc: add the ability to choose the skin skinselector hidden when …
10:11 PM Changeset in gitlab [deed88b] by Thomas Bernard <miniupnp@…>
Improve HTML doc : add icon and "Tooltip"
10:11 PM Changeset in gitlab [2aa6376] by Thomas Bernard <miniupnp@…>
init: move button data to init_buttons.h
10:11 PM Changeset in gitlab [067e382] by Thomas Bernard <miniupnp@…>
add (c) Thomas Bernard
10:08 PM Ticket #112 (C64 multicolor : allow background color to be != 0) created by Thomas Bernard
current code assumes the C64 background color for Multicolor mode is …
9:37 PM Changeset in gitlab [1c9813f] by Thomas Bernard <miniupnp@…>
credit Romain Graillot for the Switch Port
9:37 PM Changeset in gitlab [568ac6c] by Thomas Bernard <miniupnp@…>
help: link to online help
9:31 PM Changeset in gitlab [daef556] by Thomas Bernard <miniupnp@…>
credits: .GPX file format
8:11 PM Changeset in gitlab [0207038] by Thomas Bernard <miniupnp@…>
msvc: build with zlib (for pixcen .gpx loading)
8:10 PM Changeset in gitlab [70dd6e3] by Thomas Bernard <miniupnp@…>
msvc: _strdup() in input.c
6:01 PM Ticket #8 (User Manual rework) updated by Thomas Bernard
also available here : http://grafx2.gitlab.io/grafX2/ I added the …
5:47 PM Ticket #103 (Click on filename in Save dialog sets write cursor where clicked) closed by Thomas Bernard
fixed

May 2, 2019:

11:28 PM Ticket #102 (Win32: GrafX2 forgets its size after being maximized) updated by PulkoMandy
For sdl2 I had started a MULTI_WINDOW mode in the old sdl2 branch …
9:08 PM Ticket #109 (virtual keyboard broken) updated by Thomas Bernard
is it fixed now ? with this commit : …
9:06 PM Ticket #102 (Win32: GrafX2 forgets its size after being maximized) updated by Thomas Bernard
I dont think we can fix the issue "grafx2 does not update on resize …
9:02 PM Ticket #103 (Click on filename in Save dialog sets write cursor where clicked) updated by Thomas Bernard
Status changed
https://gitlab.com/GrafX2/grafX2/merge_requests/192
8:59 PM Changeset in gitlab [91c5d78] by Thomas Bernard <miniupnp@…>
readline: Put cursor on clicked position by default the cursor was …
7:32 PM Ticket #111 (Loading palette causes a graphical glitch) updated by Thomas Bernard
Can you tell what is your "Pixel size" setting in the "Picture & …
7:24 PM Ticket #111 (Loading palette causes a graphical glitch) updated by PulkoMandy
It looks like about half the screen. Could be a problem involving x2 …
3:45 PM Changeset in gitlab [8614490] by Thomas Bernard <miniupnp@…>
add debug message for IFF bit depth saving
3:10 PM Changeset in gitlab [6b9ee7c] by Thomas Bernard <miniupnp@…>
travis-ci: source /etc/profile.d/devkit-env.sh in before_script stage
12:41 AM Ticket #111 (Loading palette causes a graphical glitch) updated by Thomas Bernard
I do not reproduce with version 2.7wip2650 (FreeBSD / sdl)
12:30 AM Ticket #108 (switch port) closed by Thomas Bernard
fixed: https://gitlab.com/GrafX2/grafX2/commit/d36e59ca9c9f86c1ed7554cbd3cf82e

Apr 28, 2019:

11:18 AM Changeset in gitlab [d36e59c] by Romain Graillot <graillot.romain@…>
Add Nintendo Switch support (including gitlab-ci, gitlab-pages etc.)

Apr 27, 2019:

6:02 PM Changeset in gitlab [5d9aa6f] by Romain Graillot <graillot.romain@…>
Joystick smooth movement + joystick rework
4:16 PM Changeset in gitlab [194864c] by Thomas Bernard <miniupnp@…>
gitlab pages: show build date
2:48 PM Changeset in gitlab [fcb327c] by Thomas Bernard <miniupnp@…>
move the +/- and the color preview in palette dialog
1:36 PM Changeset in gitlab [b0175a2] by Thomas Bernard <miniupnp@…>
Add "EHB" button in palette dialog. allow to build an Amiga "Extra …
1:12 PM Changeset in gitlab [159e26b] by Thomas Bernard <miniupnp@…>
fix link with zlib. GPX decoding uses zlib. It should be explicitely …
1:11 PM Changeset in gitlab [7d8ebb9] by Thomas Bernard <miniupnp@…>
GPX debug log of background and border colors our C64 multicolor …
1:04 PM Changeset in gitlab [4f0149b] by Thomas Bernard <miniupnp@…>
gitlab-ci bug workaround I have jobs that succeed even though the …
12:44 PM Changeset in gitlab [1637be4] by Thomas Bernard <miniupnp@…>
gitlab-ci: move the JOB_ID saving command to after_script:
12:03 PM Changeset in gitlab [682e1a7] by Thomas Bernard <miniupnp@…>
Add support for loading the C64 pixcen .GPX format Pixcen is a C64 …
11:41 AM Changeset in gitlab [653593b] by Thomas Bernard <miniupnp@…>
Fix unicode filename compare when wchar_t is not 16bit Do not use …

Apr 26, 2019:

9:30 PM Changeset in gitlab [e76adfe] by Thomas Bernard <miniupnp@…>
add checkversion for jpeg, libtiff, zlib & recoil
2:57 PM Changeset in gitlab [0e735d8] by Thomas Bernard <miniupnp@…>
libpng 1.6.36 => 1.6.37
2:39 PM Changeset in gitlab [c5dc6c4] by Thomas Bernard <miniupnp@…>
3rdparty: add check of latest available version of 3rdparty packages …

Apr 18, 2019:

11:00 AM Changeset in gitlab [3967c37] by Thomas Bernard <miniupnp@…>
update FreeType from 2.9.1 to 2.10.0
Note: See TracTimeline for information about the timeline view.