-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathChangeLog
74 lines (42 loc) · 2.79 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
2004-05-20 kxu <[email protected]>
* src/sdl/SDL.cpp (sdlPollEvents): added SDL_QUIT event support
2004-05-15 kxu <[email protected]>
* finalized the first release of the GTK+ interface
2004-05-03 kxu <[email protected]>
* src/elf.cpp (elfCleanUp): fix a missing nullify, causing crashes
2004-05-01 kxu <[email protected]>
* added gtkmm 2.4 support
2004-04-25 kxu <[email protected]>
* src/win32/skinButton.cpp: fix skin bugs (patch from Forgotten)
2004-04-19 kxu <[email protected]>
* src/remote.cpp: added support for z2 (delete break on write) so that gdb can use break on write (patch from Ryan Brown)
2004-04-18 kxu <[email protected]>
* fix custom controls to use CS_GLOBALCLASS style and fix the GB map view flickering (patch from Forgotten)
2004-03-30 kxu <[email protected]>
* added the GTK+ interface draft
2004-03-20 Forgotten <[email protected]>
* src/GBA.cpp: improved memory timing
2004-03-11 Forgotten <[email protected]>
* src/win32/MainWndFile.cpp: changed import/export battery file to default to battery directory
2004-03-10 Forgotten <[email protected]>
* src/win32/DirectSound.cpp (class DirectSound): make destructor virtual to avoid problems when deleting
* src/win32/Sound.h (class ISound ): make destructor virtual to avoid problems when changing sound quality
2004-03-09 Forgotten <[email protected]>
* src/elf.cpp (elfCleanUp): fix corruption on ELF clean up
2004-03-08 Forgotten <[email protected]>
* src/win32/MapView.cpp (enableButtons): fix radio button bug using keyboard
* src/win32/GBMapView.cpp (OnInitDialog): fix radio button bug using keyboard
* src/win32/MapView.cpp (GetClickAddress): fixes for rot. bgs
2004-02-29 Forgotten <[email protected]>
* src/win32/skin.cpp (GetSkinData): allow for JPEG and PNG images to also be loaded
2004-02-24 Forgotten <[email protected]>
* src/admame.cpp: sync code with Scale2x 2.0
* src/Cheats.cpp (cheatsCheckKeys): improve CodeBreaker 0xDxxxxxxx code support
2004-02-17 Forgotten <[email protected]>
* src/win32/skinButton.cpp (OnPaint): fix GDI problems with selected bitmap being deleted
* src/win32/ZoomControl.cpp (OnPaint): fix GDI problems with selected bitmap being deleted
* src/win32/PaletteViewControl.cpp (OnPaint): fix GDI problems with selected bitmap being deleted
* src/win32/MemoryViewer.cpp (OnPaint): fix GDI problems with selected bitmap being deleted
* src/win32/BitmapControl.cpp (OnDraw): fix GDI problems with selected bitmap being deleted
* src/win32/VBA.cpp (winSetLanguageOption): patch for searching for base language dll
* elf.cpp (elfRead): fix problem caused by previous memory leak fix