-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog.2
More file actions
8816 lines (5992 loc) · 283 KB
/
ChangeLog.2
File metadata and controls
8816 lines (5992 loc) · 283 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
2000-07-24 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.5.
* arch/unix/x11/gnome/uicolor.c, arch/unix/x11/xaw/uicolor.c:
Removed debugging cruft.
2000-07-23 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.32.
* c128/z80.c: Added some missing opcodes.
* vdrive/vdrive-iec.c (vdrive_iec_open): Check if directory
could be created.
(vdrive_iec_read): Check if sector could be read.
(vdrive_dir_find_next_slot): Give up if sector could not be
read.
2000-07-22 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.31.
* c128/z80.c: Added and fixed many opcodes.
* c128/z80mem.c (z80mem_initialize): Added configurations for
RAM bank2 and bank3.
* c128/c128mmu.c (mmu_store): Allow setting bank2 and bank3.
2000-07-20 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.30.
* arch/unix/x11/xaw/ui.c (ui_select_file): Free filename if
`NULL' is returned.
* arch/unix/uicommands.c (attach_disk, attach_tape,
smart_attach, load_snapshot_trap): Free filename.
* arch/unix/c64ui.c (attach_cartridge): Likewise.
* arch/unix/vic20ui.c (attach_cartridge): Likewise.
* arch/unix/vsidui.c (psid_load); Likewise.
* arch/unix/uisettings.c (select_user_keymap, ui_load_palette,
ui_load_romset, ui_load_rom_file, set_rs232_device_file,
set_printer_dump_file): Likewise.
* arch/unix/x11/xaw/uicartridge.c (browse_callback): Likewise.
* arch/unix/x11/xaw/uiedisk.c (browse_callback): Likewise.
* arch/unix/x11/xaw/uiscreenshot.c (browse_callback):
Likewise.
* arch/unix/x11/xaw/uisnapshot.c (browse_callback): Likewise.
* arch/unix/x11/gnome/ui.c (ui_select_file): Cleanup.
* info.c: Updated.
2000-07-20 pottendo <pottendo@utanet.at>
* arch/unix/x11/xaw/ui.c (ui_destroy_drive8_menu): Set
`drive8_menu' to NULL after freeing it.
(ui_destroy_drive9_menu): ditto for `drive9_menu'.
* arch/unix/uicommands.c
(ui_update_flip_menus): Fixed freeing of menu when goto is taken.
Fixed if-expression for optimizing when disk is not activated.
2000-07-19 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.29.
* arch/unix/x11/xaw/widgets/MultiList.c: Free the list data if
the widget is destroyed.
* arch/unix/x11/xaw/ui.c (ui_select_file): Cleanup.
* arch/unix/uicommands.c (ui_update_flip_menus): Destroy old
widget before creating a new one.
Initialize `fliplist_start', commented out odd `free()' loop.
* arch/unix/x11/xaw/ui.c, arch/unix/x11/gnome/ui.c
(ui_destroy_drive8_menu, ui_destroy_drive9_menu): New
functions.
* drive/drive.c (drive_set_half_track): Calculate head
position if track is changed.
(drive_init): Initialize `GCR_current_track_size'.
* attach.c, attach.h (file_system_detach_disk_shutdown): New
function.
* c64/c64.c, c128/c128.c, vic20/vic20.c, pet/pet.c,
cbm2/c610.c (machine_shutdown): Do not use the generic disk
detach routine on shutdown.
2000-07-19 pottendo <pottendo@utanet.at>
* arch/unix/x11/xaw/uimenu.c (ui_menu_create): Added and commented
out debug code.
* arch/unix/x11/gnome/ui.c (ui_display_tape_counter): Enlarged
string buffer for translator to 1024 (kludge!)
* arch/unix/uicommands.c
(ui_update_flip_menus): Added hopefully proper free()'s and bound
check for fliplist menu.
Enlarged size for allocated menu entries to 1024; This is a first
kludge to be safe for translations.
2000-07-18 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.28.
* attach.c (file_system_init): Clear vdrive struct.
(file_system_detach_disk): Fixed wrong handling of file system
access if all disks are detached.
(set_file_system_device): Unified several functions.
* vdrive/vdrive.c (vdrive_setup_device): Fixed memory leak.
* arch/unix/x11/xaw/widgets/FileSel.c (Destroy): Close open
directory. Use either xmalloc/free or X11 memory functions
but do not mix both.
* utils.c (xmalloc): Cosmetics.
2000-07-17 Andreas Dehmel <dehmel@forwiss.tu-muenchen.de>
* arch/riscos/spritedrv.c: added entry for file extension
(none).
2000-07-16 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.27.
* c128/z80.c: Fixed some opcodes.
* c128/z80mem.c: Fixed lower shared memory banking.
* vdc/Makefile.am, vdc/vdc-mem.c: Check for VIC-II DMA request
before VDC register access.
* c128/c128mmu.c: Changed likewise.
2000-07-16 pottendo <pottendo@utanet.at>
* info.c: Updated my contribution.
* arch/unix/x11/video.c: (canvas_create): Return in case vsid
mode.
* Instrumented for gettext translation:
arch/unix/vsidui.c
arch/unix/vsync.c
arch/unix/vic20ui.c
arch/unix/archdep.c
arch/unix/console.c
arch/unix/coproc.c
arch/unix/main_exit.c
arch/unix/x11/gnome/about.c
arch/unix/x11/gnome/dummies.c
arch/unix/x11/gnome/gnomekbd.c
arch/unix/x11/gnome/gnomevideo.c
arch/unix/x11/gnome/uicartridge.c
arch/unix/x11/gnome/uicolor.c
arch/unix/x11/gnome/uiedisk.c
arch/unix/x11/gnome/uihotkey.c
arch/unix/x11/gnome/uimenu.c
arch/unix/x11/gnome/uiscreenshot.c
arch/unix/x11/gnome/uisnapshot.c
arch/unix/x11/fullscreen.c
arch/unix/x11/kbd.c
arch/unix/x11/ui-cmdline-options.c
arch/unix/x11/ui-resources.c
arch/unix/x11/video.c
arch/unix/x11/xaw/about.c
arch/unix/x11/xaw/ui.c
arch/unix/x11/xaw/uicartridge.c
arch/unix/x11/xaw/uicolor.c
arch/unix/x11/xaw/uiedisk.c
arch/unix/x11/xaw/uihotkey.c
arch/unix/x11/xaw/uimenu.c
arch/unix/x11/xaw/uiscreenshot.c
arch/unix/x11/xaw/uisnapshot.c
arch/unix/x11/xaw/x11kbd.c
arch/unix/x11/xaw/x11video.c
2000-07-14 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.26.
* arch/unix/x11/fullscreen.c (fullscreen_mode_init): Fixed
typo.
2000-07-13 pottendo <pottendo@utanet.at>
* arch/unix/x11/gnome/uimenu.c (make_menu_label): call gettext to
translate static strings in menu.
* arch/unix/c128ui.c: Instrumented for Internationalization.
* arch/unix/c610ui.c: ditto.
* arch/unix/c64ui.c: ditto.
* arch/unix/uisettings.c: ditto.
* arch/unix/uicommands.c: ditto.
* arch/unix/uicmdline.c: ditto.
* arch/unix/rs232.c: ditto.
* arch/unix/print.c: ditto.
* arch/unix/petui.c: ditto.
* arch/unix/petkmap.c: ditto.
* arch/unix/mouse.c: ditto.
* arch/unix/kmap.c: ditto.
* arch/unix/joystick.c: ditto.
2000-07-13 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.25.
* diskimage.c, diskimage.h, drive/drive.c, vdrive/vdrive.c:
Use a function to read the 1541/71 speed map.
* color.c (color_fill_pixel_return): Fixed conversion table
index calculation.
* arch/unix/x11/gnome/uicolor.c: Removed old code.
* arch/os2/Makefile.am: Fixes.
* arch/os2/vac++/Makefile.am: Removed references to
`incl/lpng.icc' and `incl/lzlib.icc' as they don't exist.
2000-07-12 Andreas Matthies <andreas.matthies@gmx.net>
* arch/win32/res.h,res.rc: new IDs for the new screenshot
save hook
* arch/win32/uisnapshot.c(hook_save_snapshot): handles
handles init and notification of the screenshot save hook
(ui_screenshot_save_dialog) now supports every initialized
screendriver
(ui_soundshot_save_dialog): removed wrong 'free' of the
SoundDeviceName resource pointer
* screenshot.h,screenshot.c: the screendrv_t now includes
a default file extension; (screenshot_get_driver) is now
public
* screendrv/bmp.c,png.c: added default file-extension
to the drivers
2000-07-12 Thomas Bretz <tbretz@physik.tu-muenchen.de>
* arch/os2/archdep.c: added archdep_create_mutex_sem, some
minor changes
* arch/os2/config.h: added HAVE_PNG
* arch/os2/console.c: fixed a bug in console_in
* arch/os2/dislogs/dialogs.*: small changes in the layout,
added screenshot dialog
* arch/os2/dialogs/dlg-emulator.c: added screenshot part
* arch/os2/dialogs/dlg-screenshot.c added
* arch/os2/fonts/bdf2fnt.cc, arch/os2/fonts/bdf2fnt.icc,
arch/os2/fonts/header.fnt, arch/os2/fonts/vice-cbm.asm,
arch/os2/fonts/vice-cbm.cmd, arch/fonts/os2/vice-cbm.def,
arch/os2/fonts/vice-cbm.rc added
* arch/os2/joystick.c: init uses archdep_create_mutex_sem now
* arch/os2/kbd/kbd-*.c: old keyboard transaltion arrays
deleted
* arch/os2/kbd/: kmap-pet.c, kmap.[ch], parse.[ch], proc.[ch]
added
* arch/os2/kbd.c: keyboard handling, translation handling and
processing moved to new files in kbd/
* arch/os2/kbd.h: small corrations in enum
* arch/os2/ui.c: writes also the actual time to the log-file
now
* arch/os2/vac++/Fonts.ic: added
* arch/os2/vac++/, arch/os2/vac++/incl: screendrv.icc,
lpng.icc, lzlib.icc added, all necessary changes for compiling
with the png-lib added
* arch/os2/video.c: make it compile again, some small changes
* arch/os2/videoarch.h: palette removed from canvas_t
* arch/os2/vsync.c removed split into an arch independant an
dependant part
* vsync.c added
* vsyncarch.h added
* c128/c128.c: mouse_init_resources removed (s. main.c)
* c64/c64.c: mouse_init_resources removed (s. main.c)
* crtc/crtc.c, drive/drive-snapshot.c, raster/raster.c,
vdc/vdc.c, vic20/vic.c, vicii/vicii.c:
added an explicite cast to get rid of warnings
* screendriver/bmp.c: added string.h
* sound.h: added stdlib.h
2000-07-10 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.24.
* arch/unix/c128ui.c (screenshot_submenu): Changed window
numbers.
* drive/drive.c (drive_sync_found): Only the 2 LSB of the
previous byte are significant if 0xff is read.
2000-07-06 Andreas Matthies <andreas.matthies@gmx.net>
* arch/msdos/c64ui.c: implemented cartridge freezer in
the reset submenu
* arch/win32/res.h: new menu IDs for screenshot and
soundshot
* arch/win32/resc128.rc,resc64.rc,rescbm2.rc,respet.rc,
resvic.rc: new menu items in the snapshot menu
* arch/win32/screendrv.dsp: removed png.c from the project
files to make VICE compile with MSVC
* arch/win32/ui.c: new hotkeys ALT-C (screenshot) and
ALT-U (soundshot)
(ui_display_statustext) new function to display message
in the left statusbar corner
(save_snapshot_trap),(load_snapshot_trap) uses hwnd to
avoid switching to VDC window after load/save
(handle_wm_command) handles the new menu messages
IDM_SCREENSHOT and IDM_SOUNDSHOT
* arch/win32/ui.h: new prototype (ui_display_statustext)
* arch/win32/uisnapshot.c: new includes screenshot.h,sound.h
(ui_save_snapshot) receives template-id as parameter to make
it usable for saving screenshots and soundshots
new functions (ui_screenshot_save_dialog),
(ui_soundshot_save_dialog)
* arch/win32/uisnapshot.h: new corresponding prototypes
* c128/c128.c(machine_screenshot): changed indices of the
screens (now 0=VDC, 1=VIC-II) so that it fit with the order
they are initialized and so the order of the corresponding
windows
2000-06-28 Andreas Dehmel <dehmel@forwiss.tu-muenchen.de>
* sounddrv/soundacorn.c: turned frequency adaption into a
function.
* arch/riscos/ui.c: adjust sound frequencies to exact values
using the frequency adaption function in sounddrv/soundacorn.c
2000-06-27 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.23.
* arch/unix/x11/gnome/uicolor.c (uicolor_convert_color_table):
Fixel pixel value.
* arch/unix/x11/video.c: Removed obsolete code.
2000-06-26 Andreas Matthies <andreas.matthies@gmx.net>
* arch/win32/res.rc: added "Create TAP image" button to
the OPENTAPE template
* arch/win32/uilib.c(tape_hook_proc): handles new button
by calling disk_image_create(filename, DISK_IMAGE_TYPE_TAP)
(hook_proc): default disk image name now 'vice' (no capital)
* diskimage.c,diskimage.h: new DISK_IMAGE_TYPE_TAP, only
supported by (disk_image_create) to create an empty tap
2000-06-25 Andreas Matthies <andreas.matthies@gmx.net>
* arch/beos/console.c: just a copy of the UNIX console makes
the monitor work
* arch/beos/constants.h: more id's for the new ui elements
* arch/beos/main.cc: use different application signatures for
each emulator to avoid problems running them at the same time
* arch/beos/ui.cc: traps for monitor start and snapshots
(ui_dispatch_events) implements monitor,fliplist and snapshots
* arch/beos/ui_file.cc,ui_file.h: handles file actions for
loading and saving snapshots
* arch/beos/vicemenu.cc: more menu entries for fliplist,
monitor and snapshots
* arch/beos/vicewindow.cc: calls suspend_speed_eval after
showing an alert box
creates a second filepanel, this one in save mode
ViceWindow::MessageReceived: checks for a focused menubar and
in this case unsets the focus to avoid misterious problems
with the keyboard input
* arch/beos/video.cc: uses the new video_frame_buffer_t
(canvas_resize): corrects width and height in the canvas_t
(canvas_refresh): checks if destinations area fits the canvas
to avoid crashes
* arch/beos/vsync.c: uses Dag's new vsync.c; additional test
if hardware can keep up with speed is not implemented so far
* arch/win32/ui.c(handle_wm_command): fixed call to
(flip_remove)
2000-06-24 pottendo <pottendo@utanet.at>
* arch/unix/x11/gnome/gnomevideo.c
(ui_finish_canvas): Unref old drawable in case there's one.
(video_frame_buffer_alloc): Check if we have a dangling canvas,
and update sizes in case.
* arch/unix/x11/video.c
(canvas_resize): Set canvas width/height to new values, and update
drawable of canvas.
(canvas_create): Initialize canvas with 0.
(video_frame_buffer_free): Remember canvas in a global
`dangling_canvas'.
2000-06-24 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.22.
* vicii/vicii.c, vicii/vicii.h, vdc/vdc.c, vdc/vdc.h,
vic20/vic.c, vic20/vic.h, crtc/crtc.c, crtc/crtc.h: Changed
`*_get_raster' to return canvas pointer.
* c64/c64.c, c128/c128.c, vic20/vic20.c, pet/pet.c,
cbm2/cbm2.c: Do not inlcude "raster.h".
(machine_canvas_screenshot): Use `*_get_canvas'.
2000-06-23 Dag Lem <resid@nimrod.no>
* arch/unix/vsync.c: Warn if the hardware cannot keep up with
the vsync frequency.
2000-06-22 Andreas Dehmel <dehmel@forwiss.tu-muenchen.de>
* crtc/crtc.{c,h}, vdc/vdc.{c,h}, vic20/vic.{c,h},
vicii/vicii.{c,h}: Added new function
<video-chip>_get_raster() to retrieve the raster associated
with the chip.
* machine.h, c128/c128.c, c64/c64.c, cbm2/cbm2.c, pet/pet.c,
vic20/vic20.c: alternative screenshot function that selects
the window via the canvas: machine_canvas_screenshot().
* screenshot.c: support making screenshots by canvas.
* uiapi.h, main.c: new function ui_init_finalize(), called
after all other modules have been initialized.
* screenshot.c, sound.c, arch/riscos/ui.c: moved
initialization of RISC OS specific drivers to arch module
(ui_init_finalize()).
2000-06-21 Dag Lem <resid@nimrod.no>
* arch/unix/vsync.c: Total rewrite to improve frame rate
calculation and display.
* arch/unix/vsidui.c: Added calls to suspend_speed_eval.
* arch/unix/uicommands.c: Likewise.
* arch/unix/x11/gnome/ui.c: Likewise.
* arch/unix/x11/x11/ui.c: Likewise.
* sound.c (closesound): Update menus in vsid mode.
2000-06-18 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.21.
* arch/unix/x11/xaw/uicolor.c, arch/unix/x11/gnome/uicolor.c,
color.c: Added support for system colors.
* arch/unix/x11/videoarch.h, arch/msdos/videoarch.h,
arch/win32/videoarch.h, arch/riscos/videoarch.h,
arch/os2/videoarch.h, arch/beos/videoarch.h: Removed
`VIDEO_FRAME_BUFFER_POINTER_FIXUP' macro.
2000-06-18 pottendo <pottendo@utanet.at>
* arch/unix/x11/gnome/uiscreenshot.c:
(ui_screenshot_dialog): Fixed error check to fn instead of
name. Added feedback messages on success/failure of screenshot
saves.
2000-06-18 Dag Lem <resid@nimrod.no>
* vicii/vicii.c: Moved call on clk_guard_set_clk_base from
vic_ii_init to vic_ii_change_timing to allow change of PAL/NTSC
time base.
2000-06-17 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.20.
* drive/wd1770.c (wd1770_handle_job_code): Fixed typo.
* arch/unix/x11/xaw/uicolor.c, arch/unix/x11/gnome/uicolor.c
(uicolor_alloc_color): Return error if color allocation
failed.
* color.c (color_alloc_colors, color_alloc_new_colors): Error
handling.
* raster/raster.c, raster/raster.h (raster_set_palette):
Return error code.
* vicii/vicii.c, crtc/crtc.c, vic20/vic.c, vdc/vdc.c: Better
error handling.
* c128/z80mem.c: Fixed loading ROM.
* arch/unix/x11/xaw/ui.c, arch/unix/x11/xaw/uicolor.c,
arch/unix/x11/fullscreen.c, arch/unix/x11/gnome/ui.c:
arch/unix/x11/gnome/uicolor.c: `display' made static.
2000-06-16 pottendo <pottendo@utanet.at>
* main.c (MAIN_PROGRAM): Chaged LOCALEDIR to NLS_LOCALEDIR.
* arch/unix/x11/gnome/uiscreenshot.c: New File.
* arch/unix/x11/gnome/Makefile.am (libgnomeui_a_SOURCES): Added
`uiscreenshot.c'.
* Makefile.am (INCLUDES): Removed @NLS_LOCALEDIR@.
2000-06-14 Andreas Dehmel <dehmel@forwiss.tu-muenchen.de>
* screenshot.c: added initialization of RISC OS sprite driver.
* arch/riscos/spritedrv.c: (new file) RISC OS sprite driver.
* arch/riscos/ui.c: added ui support for screenshots.
* arch/riscos/ui.c, arch/riscos/uiconfig.h,
arch/riscos/uiconfig.c: moved configuration data structures
and prototypes to new files uiconfig.* to cut down the size of
ui.c somewhat.
* arch/riscos/videoarch.h, arch/riscos/video.c: added function
canvas_number_for_handle().
2000-06-14 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.19.
* color.c: Added dither bit.
* arch/unix/x11/video.c (video_convert_color_table): Changed
to new color management code.
* arch/unix/x11/gnome/uicolor.c: New file.
* arch/unix/x11/gnome/ui.c: Moved color allocation code to
`arch/unix/x11/gnome/uicolor.c'.
* arch/unix/x11/xaw/uicolor.c (uicolor_alloc_color): Fixed bug
in 16bpp and 32bpp mode.
* arch/unix/x11/uicolor.h: Moved to main source.
2000-06-13 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.18.
* screenshot.c, screenshot.h: Added proper screen height
calculation.
* arch/unix/c64ui.c, arch/unix/c128ui.c, arch/unix/vic20ui.c,
arch/unix/petui.c, arch/unix/c610ui.c: Cosmetic fixes.
* screendrv/png.c (png_save): Fixed memory leak.
* raster/raster.c (raster_set_palette): Rebuild the color
tables of the video chips instead of just repainting the
framebuffer.
* color.c (color_alloc_new_colors, color_free_old_colors,
color_fill_pixel_return, color_copy_list_without_owner): New
function. (color_add_owner_from_other_list): Bugfix.
* arch/unix/x11/xaw/uicolor.c (uicolor_alloc_color,
uicolor_free_color): New functions.
2000-06-13 Daniel Sladic <dsladic@cs.cmu.edu>
* arch/unix/Makefile.am: Removed file uiscreenshot.c.
* arch/unix/c64ui.c, arch/unix/c128ui.c, arch/unix/vic20ui.c,
arch/unix/petui.c, arch/unix/c610ui.c: Modified screenshot
menu code to call a screenshot dialog.
* arch/unix/uiscreenshot.c: Removed. Moved to arch/unix/x11/xaw.
* arch/unix/uiscreenshot.h: Exposed function is now
ui_screenshot_dialog instead of save_screenshot callback.
* arch/unix/x11/xaw/Makefile.am: Added uiscreenshot.c.
* arch/unix/x11/xaw/uiscreenshot.c: Moved file here from
arch/unix and added the dialog for screenshots.
* screendrv/png.c: Added PNG code.
* screenshot.c, screenshot.h: Added code to iterate over the
registered screen drivers so the menu code can be tailored on
the fly.
2000-06-12 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.17.
* color.c, color.h: New files.
* arch/unix/x11/xaw/uicolor.c: Call new color management code.
2000-06-12 pottendo <pottendo@utanet.at>
* arch/unix/uicommands.c (ui_update_flip_menus): Added
`USE_GNOMEUI' around drive-settings menu entry, since this
just works under Gnome. This fixes the reported failure:
`Maximum number of menus reached!' from uimenu.c.
* Makefile.am (INCLUDES): Removed `-I$(top_srcdir)/intl'.
(common_libs): Removed `@INTLLIBS@'.
2000-06-12 Dag Lem <resid@nimrod.no>
* raster/raster.c: Added checks for console_mode and vsid_mode
to fix crashes.
2000-06-11 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.16.
* arch/unix/ui.h, arch/unix/x11/ui-resources.c: Moved resource
specific code to resource file.
* crtc/crtc.c, vicii/vicii.c: #include "video.h".
* arch/unix/x11/xaw/uicolor.c, arch/unix/x11/uicolor.h: New
files.
* arch/unix/ui.h, arch/unix/x11/xaw/ui.c, arch/unix/video.c,
arch/unix/x11/gnome/ui.c (ui_open_canvas_window,
ui_canvas_set_palette): Pass pointer to canvas.
* arch/unix/c128ui.c: Added VDC palette UI entry.
* arch/unix/uisettings.c, arch/unix/c64ui.c,
arch/unix/c128ui.c, arch/unix/petui.c, arch/unix/c610ui.c:
Fixed loading custom CRTC palette.
2000-06-10 Dag Lem <resid@nimrod.no>
* c64/c64.c: Removed PAL hardcoding.
* c128/c128.c: Likewise.
* vicii/vicii.c: Likewise.
* sound.c, sound.h (sound_set_machine_parameter): New function for
PAL/NTSC.
* arch/unix/x11/gnome/uimenu.c (_ui_menu_toggle_helper,
_ui_menu_radio_helper): Removed unused variable buf.
2000-06-10 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.15.
* screenshot.c, screenshot.h: Fixed some screen constants.
Use pixel width and height to calculate snapshot size.
* arch/unix/uiscreenshot.c, arch/unix/uiscreenshot.h: New
files.
* arch/unix/c64ui.c, arch/unix/c128ui.c, arch/unix/vic20ui.c,
arch/unix/petui.c, arch/unix/c610ui.c, arch/unix/uicommands.c:
Added machine specific screenshot handling.
* arch/unix/x11/videoarch.h, arch/msdos/videoarch.h,
arch/win32/videoarch.h, arch/riscos/videoarch.h,
arch/os2/videoarch.h, arch/beos/videoarch.h: Changed type
definition of `canvas_t'.
* video.h, raster/raster.c, arch/unix/x11/xaw/x11video.c,
arch/unix/video.c, arch/unix/x11/gnome/gnomevideo.c,
arch/msdos/video.c, arch/win32/video.c, arch/riscos/video.c,
arch/os2/video.c, arch/beos/video.cc: Changed to new
`canvas_t' type definition.
* vdc/vdc.c: #include "video.h".
2000-06-10 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.14.
* raster/raster.c (raster_screenshot): Save some more screen
constants.
* screenshot.c (screenshot_line_data): Add `x_offset'.
(screenshot_save): Calculate screen constants.
* screenshot.h: Added screen constants to `screenshot_t'.
* screendrv/bmp.c: Implemented BMP save functions.
* utils.c, utils.h (dword_to_le_buf): New function.
* arch/unix/uicommands.c, arch/unix/c128ui.c,
arch/unix/vic20ui.c, arch/unix/petui.c, arch/unix/c610ui.c:
More screenshot UI stuff.
2000-06-09 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.13.
* arch/msdos/videoarch.h: Fixed frame buffer struct.
* arch/riscos/ui.c (ui_redraw_window): Changed frame buffer
type to `video_frame_buffer_t'.
* screenshot.h: Added pointer to palette, pixel table and
color map to `screenshot_t'.
* screenshot.c (screenshot_line_data): New function.
(screenshot_save): Setup color map.
* screendrv/bmp.c, screendrv/png.c: Use new screenshot API.
* raster/raster.c (raster_screenshot): Fill in palette.
2000-06-09 Andreas Dehmel <dehmel@forwiss.tu-muenchen.de>
* arch/riscos/uimsgwin.c: the tab problem...
* arch/riscos/video.c: fixed to run with new
video_frame_buffer_t
* raster/raster.c: fixed remaining accesses of frame buffer
through canvas.
2000-06-08 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.12.
* video.h, raster/raster.c, arch/unix/x11/video.c,
arch/unix/x11/videoarch.h, arch/unix/x11/gnome/gnomevideo.c,
arch/unix/x11/xaw/x11video.c, arch/win32/video.c,
arch/win32/videoarch.h, arch/msdos/video.c, screenshot.h,
arch/msdos/videoarch.h, arch/riscos/ui.c, arch/riscos/video.c,
arch/riscos/videoarch.h, arch/os2/unused/video_gpi.h,
arch/os2/unused/video_gpi.c, arch/os2/video.c,
arch/os2/videoarch.h, arch/beos/videoarch.h, screendrv/bmp.c:
Unified frame buffer access, better naming.
* raster/raster.h: Use a pointer to the video frame buffer in
`struct raster_s'.
* video.h, arch/msdos/video.c, arch/win32/video.c,
arch/unix/x11/video.c, arch/unix/x11/gnome/gnomevideo.c
arch/unix/x11/xaw/x11video.c (video_frame_buffer_alloc,
video_frame_buffer_free, canvas_refresh): Changed to new
frame buffer layout.
* vicii/vicii.c, crtc/crtc.c, vic20/vic.c: Fixed usage of
`raster.frame_buffer'.
2000-06-08 Andreas Dehmel <dehmel@forwiss.tu-muenchen.de>
* arch/riscos/console.c, arch/riscos/ui.c,
arch/riscos/uimsgwin.c, arch/riscos/uimsgwin.h: redesigned
monitor interface to be safe for internal use.
* arch/riscos/ui.c: added configs for synchronous sound device
and updated supported cartridges.
* sounddrv/soundacorn.c: added synchronous sound device.
2000-06-07 Spiro Trikaliotis <Spiro.Trikaliotis@gmx.de>
* screendrv.dsp is now added to makefile.am
2000-06-07 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.11.
* arch/unix/x11/xaw/ui.c, arch/unix/x11/gnome/ui.c: Moved
common resources and fullscreen code into a separate files.
Use resource code instead of using globals.
* arch/unix/x11/ui-resources.c, arch/unix/x11/fullscreen.c,
fullscreen.h: New files.
* main.c, arch/unix/uisettings.c, arch/unix/uicommands.c,
arch/unix/x11/xaw/uimenu.c: Use new fullscreen API.
* arch/unix/x11/xaw/uiarch.h: Removed fullscreen stuff.
* arch/unix/x11/videoarch.h, arch/riscos/videoarch.h,
arch/win32/videoarch.h, arch/msdos/videoarch.h,
arch/os2/videoarch.h, arch/beos/videoarch.h:
FRAME_BUFFER_POINTER_FIXUP: New macro.
* arch/win32/video.c, arch/os2/unused/video_gpi.h,
arch/os2/unused/video_gpi.c, arch/os2/video.c,
arch/beos/videoarch.h: Framebuffer struct is called
`frame_buffer_s'.
2000-06-06 Spiro Trikaliotis <Spiro.Trikaliotis@gmx.de>
* added files to MS VC project files
* fixed error in screendrv/bmp.c, so that it didn't compile
under win32. Anyway, this most probably breaks RISCOS and X11
ports.
2000-06-06 Spiro Trikaliotis <Spiro.Trikaliotis@gmx.de>
* src/arch/win32/console.c: Logging the output to a file is
toggled now by Alt+PrtScr
2000-06-05 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.10.
* raster/raster.c, raster/raster.h (draw_blank): Fixed cast.
(raster_init): Return error code.
* vicii/vicii.c, vdc/vdc.c, crtc/crtc.c, vic20/vic.c
(init_raster): Bail out on error.
* arch/unix/x11/video.c, arch/unix/x11/videoarch.h
(video_convert_func, video_convert_save_pixel,
video_convert_restore_pixel, video_convert_color_table,
video_refresh_func): New functions.
(convert_8to16, convert_8to32, convert_8to8, convert_8toall,
convert_8to1_dither, _convert_func: Made static.
* arch/unix/x11/gnome/gnomevideo.c,
arch/unix/x11/xaw/x11video.c (video_frame_buffer_alloc):
Call `video_convert_func' instead of duplicating code.
Separated some common X11 code.
* arch/unix/uicommands.c (browse_manual): Retrive browser
directory by resource code instead of using ugly globals.
* arch/unix/x11/xaw/ui.c, arch/unix/x11/gnome/ui.c,
arch/unix/ui.h: `_ui_resources' made static. Moved command
line options into a separate file.
* arch/unix/x11/ui-cmdline-options.c: New file.
2000-06-03 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.9.
* screendrv/Makefile.am, screendrv/bmp.c, screendrv/png.c: New
files.
* screenschot.c, screenschot.h (screenshot_init,
screenshot_register, screenshot_save): New functions.
* Makefile.am: Added `screendrv' directory.
* arch/unix/uicommands.c, arch/unix/uicommands.h: Added
screenshot entry (for experiments right now).
* main.c (MAIN_PROGRAM): Call `screenshot_init'.
2000-06-03 Andreas Matthies <andreas.matthies@gmx.net>
* arch/beos/Makefile.am: some .c files changed to .cc
* arch/beos/archdep.c: added missing functions
* arch/beos/c128kbd.c,c610kbd.c,c64kbd.c,petkbd.c,
vic20kbd.c,kbd.h: small changes in keyboard codes
* arch/beos/c64ui.cc: some C64 specific ui stuff
* arch/beos/constants.h: identifier for the menus
* arch.beos/joystick.cc: implementation of hardware
joystick and keyboard-emulation
* arch/beos/ui.cc: more general ui stuff,
message handler etc.
* arch/beos/ui_file.cc: handles the attach and other
file dialogs
* arch/beos/vicemenu.cc: creates the menubar
* arch/beos/vicewindow.cc: handles the window,
menu updates, message queueing, ...
* arch/beos/vsync.c: activated ui_dispatch_events,
removed bug with fixed refresh handling
* sound.h,sound.c: integrated sounddriver for beos
* sounddrv/soundbeos.cc: implementation of the BeOS
sounddriver
2000-06-02 Dag Lem <resid@nimrod.no>
* arch/unix/x11/xaw/uimenu.c (_ui_menu_toggle_helper,
_ui_menu_radio_helper): Removed unused variable buf.
* vsidui.h: Backed in prototype for vsid_ui_init.
* arch/beos/vsidui.c, arch/msdos/vsidui.c, arch/os2/vsidui.c,
arch/riscos/vsidui.c, arch/win32/vsidui.c: Cleaned up to reflect
removal of GUI process.
2000-06-02 Andreas Dehmel <dehmel@forwiss.tu-muenchen.de>
* arch/riscos/kbd.c, arch/riscos/ui.c, arch/riscos/ui.h:
finished fliplist support.
* arch/riscos/videoarch.h, arch/riscos/video.c: display
currently active disk image in windowed and full screen mode.
* arch/riscos/ui.c: allow long text in menus, added window for
creating empty disk images, some code cleanup.
* sound.c, sound.h, sounddrv/soundacorn.c: small cleanup of
unused variables.
2000-06-01 Andreas Boose <boose@linux.rz.fh-hannover.de>
* Version 1.4.8.
* vicii/vicii.c, vicii/vicii.h (vic_ii_init): Return pointer
to raster_t structure instead of canvas.
* vdc/vdc.c, vdc/vdc.h (vdc_init): Changed likewise.
* crtc/crtc.c, crtc/crtc.h (crtc_init): Changed likewise.
* vic20/vic.c, vic20/vic.h (vic_init): Changed likewise.
* Makefile.am: Added `screenshot.c' and `screenshot.h'.
* screenshot.c, screenshot.h: New files.
* c64/c64.c, c128/c128.c, vic20/vic20.c, pet/pet.c,
cbm2/c610.c, machine.h (machine_screenshot): New function.
* vicii/vicii.c, vicii/vicii.h (vic_ii_screenshot): New
function.
* vdc/vdc.c, vdc/vdc.h (vdc_screenshot): New function.
* vic20/vic.c, vic20/vic.h (vic_screenshot): New function.
* crtc/crtc.c, crtc/crtc.h (crtc_screenshot): New function.
* raster/raster.c, raster/raster.h (raster_screenshot): New
function.
* arch/unix/x11/videoarch.h, arch/win32/videoarch.h,
arch/riscos/videoarch.h, arch/os2/videoarch.h: Frame buffer
struct is called `frame_buffer_s'.
2000-06-01 Dag Lem <resid@nimrod.no>
* arch/unix/x11/gnome/gnomekbd.c (kbd_event_handler): Hotkey
handling in vsid mode.
2000-06-01 Dag Lem <resid@nimrod.no>
* arch/unix/x11/xaw/ui.c (ui_dispatch_events): Removed check for
ui_menu_any_open(). This keeps the emulator running when menus are
used.
* arch/unix/uicommands.c: Pause = M-p, Exit = M-q.
* arch/unix/uisettings.c, arch/unix/uisettings.h: Made