blob: 26af3593b478e52b0f727715684b4ab069fe7c7a (
plain)
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
|
ANNOUNCEMENT
CHANGES
CMake
CMakeLists.txt
COPYING
CREDITS
DartConfig.cmake
Doxyfile
FL
GL
Makefile
README
README.mac
README.win32
TODO.unicode
TODO.utf8
bc5
borlandc
configh.cmake.in
configh.in
configure.in
documentation
fltk-config.in
fltk.list.in
fltk.spec.in
fltk.xpm
fluid
forms.h
ide
install-sh
jpeg
lib
makefiles
makeinclude.in
makesrcdist
png
src
test
vc2005
vcnet
visualc
watcom
watcom.mif
xutf8
zlib
./CMake:
CheckFunctionWithHeaderExists.cmake
FLTKConfig.cmake.in
FLTKUse.cmake
PlatformTests.cxx
./FL:
Enumerations.H
Fl.H
Fl_Adjuster.H
Fl_BMP_Image.H
Fl_Bitmap.H
Fl_Box.H
Fl_Browser.H
Fl_Browser_.H
Fl_Button.H
Fl_Chart.H
Fl_Check_Browser.H
Fl_Check_Button.H
Fl_Choice.H
Fl_Clock.H
Fl_Color_Chooser.H
Fl_Counter.H
Fl_Dial.H
Fl_Double_Window.H
Fl_Export.H
Fl_File_Browser.H
Fl_File_Chooser.H
Fl_File_Icon.H
Fl_File_Input.H
Fl_Fill_Dial.H
Fl_Fill_Slider.H
Fl_Float_Input.H
Fl_FormsBitmap.H
Fl_FormsPixmap.H
Fl_Free.H
Fl_GIF_Image.H
Fl_Gl_Window.H
Fl_Group.H
Fl_Help_Dialog.H
Fl_Help_View.H
Fl_Hold_Browser.H
Fl_Hor_Fill_Slider.H
Fl_Hor_Nice_Slider.H
Fl_Hor_Slider.H
Fl_Hor_Value_Slider.H
Fl_Image.H
Fl_Input.H
Fl_Input_.H
Fl_Input_Choice.H
Fl_Int_Input.H
Fl_JPEG_Image.H
Fl_Light_Button.H
Fl_Line_Dial.H
Fl_Menu.H
Fl_Menu_.H
Fl_Menu_Bar.H
Fl_Menu_Button.H
Fl_Menu_Item.H
Fl_Menu_Window.H
Fl_Multi_Browser.H
Fl_Multi_Label.H
Fl_Multiline_Input.H
Fl_Multiline_Output.H
Fl_Nice_Slider.H
Fl_Object.H
Fl_Output.H
Fl_Overlay_Window.H
Fl_PNG_Image.H
Fl_PNM_Image.H
Fl_Pack.H
Fl_Pixmap.H
Fl_Positioner.H
Fl_Preferences.H
Fl_Progress.H
Fl_RGB_Image.H
Fl_Radio_Button.H
Fl_Radio_Light_Button.H
Fl_Radio_Round_Button.H
Fl_Repeat_Button.H
Fl_Return_Button.H
Fl_Roller.H
Fl_Round_Button.H
Fl_Round_Clock.H
Fl_Scroll.H
Fl_Scrollbar.H
Fl_Secret_Input.H
Fl_Select_Browser.H
Fl_Shared_Image.H
Fl_Simple_Counter.H
Fl_Single_Window.H
Fl_Slider.H
Fl_Spinner.H
Fl_Sys_Menu_Bar.H
Fl_Tabs.H
Fl_Text_Buffer.H
Fl_Text_Display.H
Fl_Text_Editor.H
Fl_Tile.H
Fl_Tiled_Image.H
Fl_Timer.H
Fl_Toggle_Button.H
Fl_Toggle_Light_Button.H
Fl_Toggle_Round_Button.H
Fl_Tooltip.H
Fl_Valuator.H
Fl_Value_Input.H
Fl_Value_Output.H
Fl_Value_Slider.H
Fl_Widget.H
Fl_Window.H
Fl_Wizard.H
Fl_XBM_Image.H
Fl_XPM_Image.H
Makefile.in
Xutf8.h
dirent.h
filename.H
fl_ask.H
fl_draw.H
fl_message.H
fl_show_colormap.H
fl_show_input.H
fl_utf8.H
forms.H
gl.h
gl2opengl.h
gl_draw.H
glu.h
glut.H
mac.H
math.h
names.h
win32.H
x.H
./GL:
glut.h
./fluid:
CMakeLists.txt
CodeEditor.cxx
CodeEditor.h
Fl_Function_Type.cxx
Fl_Group_Type.cxx
Fl_Menu_Type.cxx
Fl_Type.cxx
Fl_Type.h
Fl_Widget_Type.cxx
Fl_Widget_Type.h
Fl_Window_Type.cxx
Fluid_Image.cxx
Fluid_Image.h
Makefile
Shortcut_Button.h
about_panel.cxx
about_panel.fl
about_panel.h
align_widget.cxx
alignment_panel.cxx
alignment_panel.fl
alignment_panel.h
code.cxx
comments.h
factory.cxx
file.cxx
fluid.app
fluid.cxx
fluid.desktop
function_panel.cxx
function_panel.fl
function_panel.h
icons
makedepend
makefile.wat
pixmaps
print_panel.cxx
print_panel.fl
print_panel.h
template_panel.cxx
template_panel.fl
template_panel.h
undo.cxx
undo.h
widget_panel.cxx
widget_panel.fl
widget_panel.h
x-fluid.desktop
./ide/XCode3:
FLTK.xcodeproj
TODO
config.h
icons
plists
./ide/XCode3/FLTK.xcodeproj:
project.pbxproj
./makefiles:
Makefile.mingw
Makefile.os2x
config.mingw
config.os2x
makeinclude.mingw
makeinclude.mingw31
makeinclude.os2x
./src:
CMakeLists.txt
Fl.cxx
Fl_Adjuster.cxx
Fl_BMP_Image.cxx
Fl_Bitmap.cxx
Fl_Box.cxx
Fl_Browser.cxx
Fl_Browser_.cxx
Fl_Browser_load.cxx
Fl_Button.cxx
Fl_Chart.cxx
Fl_Check_Browser.cxx
Fl_Check_Button.cxx
Fl_Choice.cxx
Fl_Clock.cxx
Fl_Color_Chooser.cxx
Fl_Counter.cxx
Fl_Dial.cxx
Fl_Double_Window.cxx
Fl_File_Browser.cxx
Fl_File_Chooser.cxx
Fl_File_Chooser.fl
Fl_File_Chooser2.cxx
Fl_File_Icon.cxx
Fl_File_Icon2.cxx
Fl_File_Input.cxx
Fl_Font.H
Fl_GIF_Image.cxx
Fl_Gl_Choice.H
Fl_Gl_Choice.cxx
Fl_Gl_Overlay.cxx
Fl_Gl_Window.cxx
Fl_Group.cxx
Fl_Help_Dialog.cxx
Fl_Help_Dialog.fl
Fl_Help_View.cxx
Fl_Image.cxx
Fl_Input.cxx
Fl_Input_.cxx
Fl_JPEG_Image.cxx
Fl_Light_Button.cxx
Fl_Menu.cxx
Fl_Menu_.cxx
Fl_Menu_Bar.cxx
Fl_Menu_Button.cxx
Fl_Menu_Window.cxx
Fl_Menu_add.cxx
Fl_Menu_global.cxx
Fl_Multi_Label.cxx
Fl_Overlay_Window.cxx
Fl_PNG_Image.cxx
Fl_PNM_Image.cxx
Fl_Pack.cxx
Fl_Pixmap.cxx
Fl_Positioner.cxx
Fl_Preferences.cxx
Fl_Progress.cxx
Fl_Repeat_Button.cxx
Fl_Return_Button.cxx
Fl_Roller.cxx
Fl_Round_Button.cxx
Fl_Scroll.cxx
Fl_Scrollbar.cxx
Fl_Shared_Image.cxx
Fl_Single_Window.cxx
Fl_Slider.cxx
Fl_Sys_Menu_Bar.cxx
Fl_Tabs.cxx
Fl_Text_Buffer.cxx
Fl_Text_Display.cxx
Fl_Text_Editor.cxx
Fl_Tile.cxx
Fl_Tiled_Image.cxx
Fl_Tooltip.cxx
Fl_Valuator.cxx
Fl_Value_Input.cxx
Fl_Value_Output.cxx
Fl_Value_Slider.cxx
Fl_Widget.cxx
Fl_Window.cxx
Fl_Window_fullscreen.cxx
Fl_Window_hotspot.cxx
Fl_Window_iconize.cxx
Fl_Wizard.cxx
Fl_XBM_Image.cxx
Fl_XColor.H
Fl_XPM_Image.cxx
Fl_abort.cxx
Fl_add_idle.cxx
Fl_arg.cxx
Fl_compose.cxx
Fl_display.cxx
Fl_get_key.cxx
Fl_get_key_mac.cxx
Fl_get_key_win32.cxx
Fl_get_system_colors.cxx
Fl_grab.cxx
Fl_lock.cxx
Fl_mac.cxx
Fl_own_colormap.cxx
Fl_visual.cxx
Fl_win32.cxx
Fl_x.cxx
Makefile
aimm.h
allfiles.xbm
cgdebug.h
cmap.cxx
d1.xbm
d1_mask.xbm
dump_compose.c
ew.xbm
ew_mask.xbm
fastarrow.h
filename_absolute.cxx
filename_expand.cxx
filename_ext.cxx
filename_isdir.cxx
filename_list.cxx
filename_match.cxx
filename_setext.cxx
fl_arc.cxx
fl_arci.cxx
fl_ask.cxx
fl_boxtype.cxx
fl_call_main.c
fl_cmap.h
fl_color.cxx
fl_color_mac.cxx
fl_color_win32.cxx
fl_cursor.cxx
fl_curve.cxx
fl_diamond_box.cxx
fl_dnd.cxx
fl_dnd_mac.cxx
fl_dnd_win32.cxx
fl_dnd_x.cxx
fl_draw.cxx
fl_draw_image.cxx
fl_draw_image_mac.cxx
fl_draw_image_win32.cxx
fl_draw_pixmap.cxx
fl_encoding_latin1.cxx
fl_encoding_mac_roman.cxx
fl_engraved_label.cxx
fl_file_dir.cxx
fl_font.cxx
fl_font_mac.cxx
fl_font_win32.cxx
fl_font_x.cxx
fl_font_xft.cxx
fl_gtk.cxx
fl_images_core.cxx
fl_labeltype.cxx
fl_line_style.cxx
fl_open_uri.cxx
fl_oval_box.cxx
fl_overlay.cxx
fl_overlay_visual.cxx
fl_plastic.cxx
fl_read_image.cxx
fl_read_image_mac.cxx
fl_read_image_win32.cxx
fl_rect.cxx
fl_round_box.cxx
fl_rounded_box.cxx
fl_scroll_area.cxx
fl_set_font.cxx
fl_set_fonts.cxx
fl_set_fonts_mac.cxx
fl_set_fonts_win32.cxx
fl_set_fonts_x.cxx
fl_set_fonts_xft.cxx
fl_shadow_box.cxx
fl_shortcut.cxx
fl_show_colormap.cxx
fl_symbols.cxx
fl_utf.c
fl_utf8.cxx
fl_vertex.cxx
flstring.c
flstring.h
forms_bitmap.cxx
forms_compatability.cxx
forms_free.cxx
forms_fselect.cxx
forms_pixmap.cxx
forms_timer.cxx
freeglut_geometry.cxx
freeglut_stroke_mono_roman.cxx
freeglut_stroke_roman.cxx
freeglut_teapot.cxx
freeglut_teapot_data.h
gl_draw.cxx
gl_start.cxx
glut_compatability.cxx
glut_font.cxx
makedepend
makefile.wat
mediumarrow.h
new.xbm
ns.xbm
ns_mask.xbm
numericsort.c
scandir.c
scandir_win32.c
screen_xywh.cxx
slowarrow.h
tile.xpm
up.xbm
vsnprintf.c
./test:
CMakeLists.txt
CubeMain.cxx
CubeView.cxx
CubeView.h
CubeViewUI.fl
Makefile
README
adjuster.cxx
arc.cxx
ask.cxx
bitmap.cxx
blocks.app
blocks.cxx
boxtype.cxx
browser.cxx
button.cxx
buttons.cxx
checkers.app
checkers.cxx
clock.cxx
colbrowser.cxx
color_chooser.cxx
connect.cxx
cube.cxx
cursor.cxx
curve.cxx
demo.cxx
demo.menu
desktop
dnd-test.cxx
doublebuffer.cxx
editor.cxx
fast_slow.fl
file_chooser.cxx
fl_jpeg_image.cxx
fonts.cxx
forms.cxx
fractals.cxx
fracviewer.cxx
fracviewer.h
fromdos.c
fullscreen.cxx
gl_overlay.cxx
glpuzzle.cxx
hello.cxx
help.cxx
iconize.cxx
image.cxx
inactive.fl
input.cxx
input_choice.cxx
keyboard.cxx
keyboard.h
keyboard_ui.fl
label.cxx
line_style.cxx
list_visuals.cxx
makedepend
makefile.wat
mandelbrot.cxx
mandelbrot.h
mandelbrot_ui.fl
mcast_launcher.cxx
mcast_rx.cxx
mcast_tx.cxx
menubar.cxx
message.cxx
minimum.cxx
navigation.cxx
output.cxx
overlay.cxx
pack.cxx
pixmap.cxx
pixmap_browser.cxx
pixmaps
preferences.fl
radio.fl
resize.fl
resizebox.cxx
rgb.txt
scroll.cxx
shape.cxx
subwindow.cxx
sudoku.app
sudoku.cxx
sudoku.ico
sudoku.rc
sudokurc.h
symbols.cxx
tabs.fl
threads.cxx
threads.h
tile.cxx
tiled_image.cxx
trackball.c
trackball.h
unittests.cxx
utf8.cxx
valuators.fl
./vc2005:
./vcnet:
./visualc:
./watcom:
./xutf8:
COPYING
MAPPINGS
Makefile
Makefile.bak
README
Ximint.h
Xlibint.h
case.c
headers
imKStoUCS.c
is_right2left.c
is_spacing.c
keysym2Ucs.c
lcUniConv
makedepend
makedepend.bak
stamp-h
stamp-h.in
test.c
test2.c
ucs2fontmap.c
ucs2fontmap.c.mini
utf8Input.c
utf8Utils.c
utf8Wrap.c
utils
./xutf8/lcUniConv:
8bit_tab_to_h.c
COPYRIGHT
README
armscii_8.h
ascii.h
big5.h
big5_emacs.h
cjk_tab_to_h.c
cp1133.h
cp1251.h
cp1255.h
cp1256.h
gb2312.h
georgian_academy.h
georgian_ps.h
iso8859_1.h
iso8859_10.h
iso8859_11.h
iso8859_13.h
iso8859_14.h
iso8859_15.h
iso8859_16.h
iso8859_2.h
iso8859_3.h
iso8859_4.h
iso8859_5.h
iso8859_6.h
iso8859_7.h
iso8859_8.h
iso8859_9.h
iso8859_9e.h
jisx0201.h
jisx0208.h
jisx0212.h
koi8_c.h
koi8_r.h
koi8_u.h
ksc5601.h
mulelao.h
tatar_cyr.h
tcvn.h
tis620.h
ucs2be.h
utf8.h
viscii.h
./xutf8/utils:
INSTALL
Makefile
README
case.sh
conv_gen.c
convert_map.c
create_table.c
euc_tw.c
non_spacing.sh
tbl_gen.sh
|