-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathChangeLog
More file actions
773 lines (516 loc) · 22.7 KB
/
ChangeLog
File metadata and controls
773 lines (516 loc) · 22.7 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
commit 6f753d6bcfab35adfd39e92e14176e67fdcdb705
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Sun Jun 22 20:30:13 2025 +0200
df_neo and df_video: Update FRAME_DELAY
commit f92a702fc3051bf5a1b9677fd619d412babd6c8f
Merge: d37093f 8b7391d
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Sat Mar 15 12:13:31 2025 +0100
Merge pull request #41 from caramelli/master
Add missing Release() call
commit 8b7391dd590a68da2b1599ed8d794225fe1e0a69
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Sat Mar 15 12:08:47 2025 +0100
Update ChangeLog
commit 70e41547b3b75cfdebcc34c72c07d00dda594651
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Sat Mar 15 12:06:55 2025 +0100
Add missing Release() call
commit d37093f392d4aa7155c9d922756a41dbb06414bb
Merge: fe4bf36 ccf44fa
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Tue Mar 11 22:44:33 2025 +0100
Merge pull request #40 from caramelli/master
Add Vulkan example
commit ccf44fad5e70a8e3cb7e542e9da986f30fe0c3a8
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Tue Mar 11 22:14:35 2025 +0100
Add Vulkan example
commit fe4bf36654746a127f0f4e2960d1ed5b60e1ea2c
Merge: d627550 c6504f2
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Tue Mar 11 21:38:16 2025 +0100
Merge pull request #39 from caramelli/master
Rename df_gears to df_glgears
commit c6504f2084b1b172d36ff133e0199493ea9bfd9e
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Tue Mar 11 21:35:32 2025 +0100
Rename df_gears to df_glgears
commit d627550430407ce6f1e42a861985ec42c0f4ac19
Merge: 3f50428 e451d0c
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Mon Dec 18 22:24:59 2023 +0100
Merge pull request #38 from caramelli/master
df_andi: Add --penguins option
commit e451d0cdaf2c2cea4cf258902e1fb53a79074ef5
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Mon Dec 18 22:07:54 2023 +0100
Update ChangeLog
commit 9349abcde0aaca928402966993c7b8a7de7d05be
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Mon Dec 18 22:07:43 2023 +0100
df_andi: Add --penguins option
commit 3f50428fbfaa8541fd45ad8499cdef16a828556c
Merge: dcba184 4d781bf
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Fri Oct 6 19:24:03 2023 +0200
Merge pull request #37 from caramelli/master
Add support for DirectFBGL interface with version 2
commit 4d781bfc4ad73c095d9ef15855d32f7772583c12
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Fri Oct 6 18:56:02 2023 +0200
Update ChangeLog
commit 6c5b38bc9e09f887934a0c5524b59add1b71e159
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Fri Oct 6 18:55:41 2023 +0200
Add support for DirectFBGL interface with version 2
commit dcba184f9a72bc03ea5440fde4b9c817b702d9d7
Merge: 9ef1362 228e6ea
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Tue Aug 22 04:25:05 2023 +0200
Merge pull request #36 from caramelli/master
df_gears: Add precision mediump float in fragment shader
commit 228e6ea155adfc6e80397266cb273e4be0bbc71f
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Tue Aug 22 04:22:14 2023 +0200
df_gears: Add precision mediump float in fragment shader
commit 9ef1362be7b0e9c07a50594ebdbc49ec356e4603
Merge: 0dff6c7 c6ae999
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Sun Aug 6 10:43:11 2023 +0200
Merge pull request #35 from caramelli/master
df_video: Add --no-panel option
commit c6ae999e7b4df3cd049519028f7fe2ad85822c8b
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Sun Aug 6 10:22:37 2023 +0200
df_video: Add --no-panel option
commit 0dff6c7bd9bf0c5e3f23d2dfdc9b5ab748ca9cd9
Merge: 35c1fc2 e2769a4
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Mon Jul 17 12:54:21 2023 +0200
Merge pull request #34 from caramelli/master
Add df_gears example
commit e2769a4e0ac87f73a113ade1b3af50fa53ba9d11
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Mon Jul 17 12:45:41 2023 +0200
Update ChangeLog
commit 76e0a1f465b38dd24400dbc4b442a9f7294cd66e
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Mon Jul 17 12:45:02 2023 +0200
Add df_gears example
commit 35c1fc24beb904074f4b2e535ed408a590467519
Merge: af34f21 a553701
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Sat Jun 17 22:53:53 2023 +0200
Merge pull request #33 from caramelli/master
NuttX: Use PROGNAME
commit a5537015c90b14cb6ef23ab079fce695854e0bbc
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Sat Jun 17 22:49:06 2023 +0200
NuttX: Use PROGNAME
commit af34f210afb73adefece593f5fdb9bfd4ace50c8
Merge: c779e03 25ded41
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Thu Jun 15 21:40:47 2023 +0200
Merge pull request #32 from caramelli/master
Adjust size for 320x240 resolution screen
commit 25ded41f7c5d54ffd09e260cdd7df243fcf17256
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Thu Jun 15 21:36:41 2023 +0200
Adjust size for 320x240 resolution screen
commit c779e03b6a3b4b160c894ab143b46c9553a179bc
Merge: ccfda8f adcee73
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Fri Jun 2 08:18:58 2023 +0200
Merge pull request #31 from caramelli/master
NuttX: Allow the use of specific media providers
commit adcee730e7acebd2861e9be3145233e01fabf3d5
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Fri Jun 2 08:09:55 2023 +0200
Update ChangeLog
commit ed2a0cd5b628990e7751c01af18ee658e3c3bd59
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Fri Jun 2 08:09:43 2023 +0200
NuttX: Allow the use of specific media providers
commit ccfda8fb2a73fae1b9b1bc68ad668f1576af10f9
Merge: c9a683b e29a3f5
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Tue May 30 02:56:26 2023 +0200
Merge pull request #30 from caramelli/master
Add df_input build for NuttX
commit e29a3f59dece33bfac828abf53d97c60e1eef530
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Tue May 30 02:53:03 2023 +0200
Add df_input build for NuttX
commit c9a683b7701781e9132a4fe24171f7ad37b8cb2d
Merge: 5b0a5a7 6230123
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Mon May 22 15:52:06 2023 +0200
Merge pull request #29 from caramelli/master
Add NuttX build support
commit 623012353aa2343239d399ebd0c362cf66eba605
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Mon May 22 15:29:21 2023 +0200
Add NuttX build support
commit 5b0a5a78b3399bf1fd727b672889a8b3e183c6bd
Merge: 1bd0867 59ad2f9
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Sun May 21 08:57:40 2023 +0200
Merge pull request #27 from caramelli/master
Add macro to allow use of a "directfb_main" entry point (for NuttX)
commit 59ad2f999f57e7011af19f3c6d998f631d0bb1b2
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Sun May 21 08:51:20 2023 +0200
Add macro to allow use of a "directfb_main" entry point (for NuttX)
commit 1bd08671b1d443698eeb716dc2f7ace53d8a87d0
Merge: 7e38c70 01beb97
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Sat May 20 17:47:46 2023 +0200
Merge pull request #26 from caramelli/master
Fix warning: function declaration isn't a prototype [-Wstrict-prototypes]
commit 01beb973cbecc0e9749a2f6b778a0b58cd1d223e
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Sat May 20 17:43:32 2023 +0200
Fix warning: function declaration isn't a prototype [-Wstrict-prototypes]
commit 7e38c70af67f16cce40e1f80112eb3bce2e86b99
Merge: 08d1e10 226b951
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Fri May 19 10:28:11 2023 +0200
Merge pull request #25 from caramelli/master
Allow the use of specific media providers by setting the file extension
commit 226b951ea043d072b7f830b72912093556165989
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Fri May 19 10:19:33 2023 +0200
Allow the use of specific media providers by setting the file extension
commit 08d1e1085e54a761fc3fcaff44b698b5ba9427fb
Merge: 262fb78 9781b15
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Wed May 10 17:05:33 2023 +0200
Merge pull request #24 from caramelli/master
fs advanced: Test advanced playback control for both sound buffer and sound stream
commit 9781b152f54d3b3c4312cb3a8cabd5c4bd04cef4
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Wed May 10 16:57:41 2023 +0200
Update ChangeLog
commit 4b7de0d8554c0c2cc411f0a712936fc5cf7f56ac
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Wed May 10 16:56:59 2023 +0200
fs advanced: Test advanced playback control for both sound buffer and sound stream
commit 262fb78e5bd485a531cc594d0455d2e8834765a5
Merge: 0cd4c63 3eaaad4
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Sat May 6 11:32:51 2023 +0200
Merge pull request #23 from caramelli/master
df_porter: Add <background> option
commit 3eaaad45697a3584588e28dfbe0982641ea7b600
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Sat May 6 11:26:02 2023 +0200
Update ChangeLog
commit a01422fd59f88885f4716e8e327b319668248211
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Sat May 6 11:25:00 2023 +0200
df_porter: Add <background> option
commit 0cd4c63be797d1ab494c9e1b685a4829e75da836
Merge: 0b97c2c c16fcd8
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Mon May 1 13:32:36 2023 +0200
Merge pull request #22 from caramelli/master
Add build options to use generated headers containing font/image/video data
commit c16fcd83d311dc1041c1d8b06945a871df12e9a3
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Mon May 1 13:16:54 2023 +0200
Add build options to use generated headers containing font/image/video data
commit 0b97c2c83b17337b215eaccff85fdbfba3fa763d
Merge: 4dad7a7 6a8c04c
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Sat Apr 15 14:28:20 2023 +0200
Merge pull request #21 from caramelli/master
df_layers: Add --iterations option
commit 6a8c04cdc44e0adae8bb314d8623c71d17c083b7
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Sat Apr 15 14:22:05 2023 +0200
Update ChangeLog
commit e0903231f8daf24669a3c43b4f1686cb7ddf013a
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Sat Apr 15 14:21:36 2023 +0200
df_layers: Add --iterations option
commit 4dad7a73c0b8601707c0b18cc930d047acafeb19
Merge: ea5a2e6 c1cf367
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Thu Apr 13 06:22:00 2023 +0200
Merge pull request #20 from caramelli/master
Add df_layers example
commit c1cf367aafe5000612af003ecd05880f88567048
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Thu Apr 13 06:16:10 2023 +0200
Update ChangeLog
commit d296b3f71ffec9471931acfb7b55b53ac6f4853c
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Thu Apr 13 06:16:03 2023 +0200
Add df_layers example
commit ea5a2e66b0ae61905dc9f966bc13b3e5b9d0255a
Merge: ac3da83 fc98ab4
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Sun Mar 12 10:47:10 2023 +0100
Merge pull request #19 from caramelli/master
Add fs_advanced example
commit fc98ab4aec05d2ba7207d8ef21241a0bffef06a8
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Sun Mar 12 10:43:06 2023 +0100
Update ChangeLog
commit f662ce69de1495c0d899f8c0aebda277f5ee72bd
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Sun Mar 12 10:42:59 2023 +0100
Add fs_advanced example
commit ac3da83384bf2251772ddb9fdcb292c2069aa3e4
Merge: b053b7c aba8911
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Thu Feb 2 06:38:06 2023 +0100
Merge pull request #18 from caramelli/master
df_dok: Add <seconds> argument to --wait option
commit aba891108a8186b3b48d8b38ab7477662aced14f
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Thu Feb 2 06:35:15 2023 +0100
Update ChangeLog
commit 9df82361426bce94c589b45d0bfdc2a852bd7083
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Thu Feb 2 06:35:04 2023 +0100
df_dok: Add <seconds> argument to --wait option
commit b053b7c8e62c5a45f167f3044143c71af2412305
Merge: 71f8ee1 795bf42
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Mon Jan 2 10:47:54 2023 +0100
Merge pull request #17 from caramelli/master
Add FusionSound examples
commit 795bf42c947bbf6de1d8c994b168b8b6a2cf6a96
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Mon Jan 2 10:46:38 2023 +0100
Update ChangeLog
commit dc2eab6217e586ce5c63e49766ebbf3a611de93a
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Mon Jan 2 10:45:57 2023 +0100
Add FusionSound examples
commit 71f8ee1f1b3d7d3bbfd9a708e60b2ecca919af30
Merge: 9c11f0d 6468596
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Sat Dec 3 08:08:28 2022 +0100
Merge pull request #16 from caramelli/master
Merge df_drivertest and df_drivertest2
commit 6468596ed5ff6cffc9997dd8c36ea004d8484368
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Sat Dec 3 08:04:28 2022 +0100
Update ChangeLog
commit e86309b064e2bc511bdc44e0e177c878aae44370
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Sat Dec 3 08:04:11 2022 +0100
Merge df_drivertest and df_drivertest2
commit 9c11f0d891fc6a0ec6a2308508238b6af5a00588
Merge: 0fded68 205b450
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Mon Nov 7 21:18:18 2022 +0100
Merge pull request #15 from caramelli/master
Add ARGB DGIFF font file
commit 205b450cc42e1e22a88e84699acad69339147e41
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Mon Nov 7 21:14:12 2022 +0100
Update ChangeLog
commit 877655dd43f63b925605556948dea9aedb300827
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Mon Nov 7 21:14:02 2022 +0100
Add ARGB DGIFF font file
commit 0fded686ef966c0bbb071cf97a49f5b44ac1d140
Merge: 1933b38 c757879
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Thu Oct 27 03:47:14 2022 +0200
Merge pull request #14 from caramelli/master
Register termination function with atexit()
commit c7578797be27c870116306801336941b3e6de9e0
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Thu Oct 27 03:46:38 2022 +0200
Update ChangeLog
commit 50d3d8de71c6fc54c1bdd61b73f9dd08a25e358b
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Thu Oct 27 03:46:32 2022 +0200
Register termination function with atexit()
commit 1933b3809888ade0b7d4ee2cc13e2a37c5d412ca
Merge: a4be967 2d77f5a
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Sat Sep 24 11:37:20 2022 +0200
Merge pull request #13 from caramelli/master
df_input: Update images to simplify load_image()
commit 2d77f5ae637990881907647cc1d6accbeecf2269
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Sat Sep 24 11:31:57 2022 +0200
Update ChangeLog
commit eaecc0fb1c7fc1a723255929a9c1c8802d7cabd4
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Sat Sep 24 11:31:28 2022 +0200
df_input: Update images to simplify load_image()
commit a4be967abe06d1aee6f469cef584133d3ce889ff
Merge: b3958f3 3f4a363
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Wed Aug 24 13:38:41 2022 +0200
Merge pull request #12 from caramelli/master
df_window: Press 'P' to disable/enable cursor
commit 3f4a3630293eaec503fe6070522bba2c85a32e19
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Wed Aug 24 13:37:41 2022 +0200
Update ChangeLog
commit ece66825b0de0c9180ac3b16b84cfb38c5d4d073
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Wed Aug 24 13:37:30 2022 +0200
df_window: Press 'P' to disable/enable cursor
commit b3958f30edcd27ce6f4a526d3e6ad33a60a67245
Merge: abd9d12 29c5a11
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Fri Aug 19 17:13:21 2022 +0200
Merge pull request #11 from caramelli/master
df_window: at startup, move the cursor to the center of the window1
commit 29c5a117706ccd4f8c32e3824cbc20e2ae4aea08
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Fri Aug 19 17:10:37 2022 +0200
df_window: at startup, move the cursor to the center of the window1
commit abd9d127304c6ab50634d451c27d6aef8f33fec2
Merge: bb3f615 1fac944
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Thu Aug 11 07:16:58 2022 +0200
Merge pull request #10 from caramelli/master
df_window: Set cursor shape for the primary display layer
commit 1fac944da6497d468604baedc9bd89b3f84c03a6
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Thu Aug 11 07:15:49 2022 +0200
Update ChangeLog
commit f5947d32a1934c622f0877a7ae37ac50b93291c2
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Thu Aug 11 07:15:40 2022 +0200
df_window: Set cursor shape for the primary display layer
commit bb3f615babb4f3da5b74b7b54144376bc71dce40
Merge: c08e01c 88c61b2
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Wed Aug 10 10:52:38 2022 +0200
Merge pull request #9 from caramelli/master
df_window: Press 'I' to set/unset invisible cursor
commit 88c61b29663493fb35f92a8ccdde4de0db72b078
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Wed Aug 10 10:50:32 2022 +0200
Update ChangeLog
commit e2747e64e07a7db558e5c705dc758f15fbf63f49
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Wed Aug 10 10:50:18 2022 +0200
df_window: Press 'I' to set/unset invisible cursor
commit c08e01c1599e09044722bfc87b6115e5d7e52a31
Merge: 6cf3ac2 0f5ed31
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Tue Aug 9 03:55:19 2022 +0200
Merge pull request #8 from caramelli/master
df_window: Set cursor flags
commit 0f5ed31362fed86e3129538d580d209b9ecbe9f8
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Tue Aug 9 03:13:30 2022 +0200
Update ChangeLog
commit 6ffbe1376c32f9dfb981787155df40a0d9c5c5ba
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Tue Aug 9 03:13:17 2022 +0200
df_window: Set cursor flags
commit 6cf3ac289cfcffeda3804d4abdd7e2480132417d
Merge: faf4048 d373193
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Wed Jun 29 18:55:39 2022 +0200
Merge pull request #7 from caramelli/master
df_window: Restore cursor shape per window
commit d3731931d1044a10918ea7cb437b40c7c96dc168
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Wed Jun 29 18:53:19 2022 +0200
Update ChangeLog
commit 53ccb2d47441692be60e0c9f51adf20bd5846a7c
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Wed Jun 29 18:52:22 2022 +0200
df_window: Restore cursor shape per window
commit faf40489b3702499fb7552b580c2d8076a1171b2
Merge: 40f7c4a b460920
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Thu Jun 2 15:12:40 2022 +0200
Merge pull request #6 from caramelli/master
df_input: Display slot id
commit b4609206a9922bfb352b0d8fabc7a2f628986840
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Thu Jun 2 15:01:03 2022 +0200
Update ChangeLog
commit 27f0ca6007d7017510ceeb2e11db38ae7acd1112
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Thu Jun 2 15:00:48 2022 +0200
df_input: Display slot id
commit 40f7c4aa8a47c2da56d095cb0d36f3d5e041ca3b
Merge: 86f0c96 17e0424
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Wed Jun 1 12:41:55 2022 +0200
Merge pull request #5 from caramelli/master
Add support for multi-touch input device
commit 17e042412de2928428b2b0d44e188d07bda4fdf1
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Wed Jun 1 12:35:59 2022 +0200
Update ChangeLog
commit 771dfbb23e5ceeb268e4370fc7d97f1cb6f4a672
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Wed Jun 1 12:35:46 2022 +0200
Add support for multi-touch input device
commit 86f0c96309f84abccbc7e913b97de5441caa2b36
Merge: 43c1324 38d1b02
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Fri May 20 20:40:09 2022 +0200
Merge pull request #4 from caramelli/master
Long press on left mouse button to quit examples
commit 38d1b02613b9c8ebe1cc9333b7ed4dba70bd6180
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Fri May 20 20:37:55 2022 +0200
Update ChangeLog
commit 986632689a5d576da02640d0ddfbae76d7743f1d
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Fri May 20 20:37:31 2022 +0200
Long press on left mouse button to quit examples
commit 43c132484b0def140e6853f81c527bf367c6eaaa
Merge: b5f53c4 710448d
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Tue Jan 18 19:47:45 2022 +0100
Merge pull request #3 from caramelli/master
Move df_fonts to DirectFB-media-samples
commit 710448df15879be40ad5a0d0f398a9ee2cad533d
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Tue Jan 18 18:45:05 2022 +0100
Update ChangeLog
commit 58742f250d317313075d301b8a5f2aa4059cb3b9
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Tue Jan 18 18:44:30 2022 +0100
Move df_fonts to DirectFB-media-samples
commit b5f53c41e784eb4b7762e1642fd38783388a9cca
Merge: ca01e99 8941d53
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Tue Jan 11 06:39:59 2022 +0100
Merge pull request #2 from caramelli/master
Restore some deleted Clear()
commit 8941d53f93622e3898c2cfa1ba4e1ee8fcc40fc1
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Tue Jan 11 06:37:58 2022 +0100
Update ChangeLog
commit a506d1a0587ac72c730a707e2e72338b44ad6a9d
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Tue Jan 11 06:37:18 2022 +0100
Restore some deleted Clear()
commit ca01e993f07dafc2598f70786287ef5c846537a8
Merge: d9d1924 85143d9
Author: DirectFB2 <80045286+directfb2@users.noreply.github.com>
Date: Mon Dec 6 15:51:57 2021 +0100
Merge pull request #1 from caramelli/master
Revival of DirectFB-examples
commit 85143d9a67abd66266a67c042d2eb7b9b13b8094
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Mon Dec 6 15:50:06 2021 +0100
Add ChangeLog
commit f05802ab50b3f261defed7212dd20a36e26fe6d1
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Mon Dec 6 15:49:35 2021 +0100
Revival of DirectFB-examples
commit d9d1924cfff738106589cc4815aca97f08ece5ec
Author: Nicolas Caramelli <caramelli.devel@gmail.com>
Date: Mon Dec 6 15:47:28 2021 +0100
Initial revision