1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 03:14:45 +00:00
Commit graph

3711 commits

Author SHA1 Message Date
Samuel Gomes
38b21669c5 Remove constexpr from image_calculate_rgb_distance 2024-03-28 07:01:37 +05:30
Samuel Gomes
f2276e79eb Add custom clipboard text handling code for Windows 2024-03-28 06:26:19 +05:30
a740g
332ecd3336 Add libpng-dev as dependency on Linux 2024-03-28 02:57:56 +05:30
a740g
b5de183921 Add macOS custom clipboard text handling code and convert BGRA to RGBA before setting clipboard image 2024-03-27 23:51:02 +05:30
a740g
c43b67c987 Simplify text clipboard implementation 2024-03-27 10:30:14 +05:30
a740g
f5a32ef466 Implement internal clipboard support 2024-03-27 10:00:49 +05:30
a740g
6bcb68b74c Fix macOS make rule 2024-03-27 09:08:34 +05:30
Samuel Gomes
47e3ec40f7 Add cross-platform clipboard support 2024-03-26 23:34:54 +05:30
github-actions[bot]
11e40594ef Automatic update of ./internal/source 2024-03-25 13:22:46 +00:00
Samuel Gomes
ab23b0f773
Merge pull request #470 from a740g/llvm-mingw-fixes
DATA fixes
2024-03-25 18:33:41 +05:30
Samuel Gomes
4d771e3a9a Update to llvm-mingw 20240320 for WoA targets 2024-03-24 23:42:50 +05:30
Samuel Gomes
ae8c5e283d
Merge branch 'main' into llvm-mingw-fixes 2024-03-24 22:30:04 +05:30
Samuel Gomes
cae59494f9
Merge pull request #468 from a740g/macOS-mouse-fixes
Add support for _MOUSEWHEEL and _MOUSEMOVEMENTx on macOS
2024-03-24 22:29:41 +05:30
a740g
02a663d3c9 Use std::atomic_store 2024-03-24 21:36:18 +05:30
Samuel Gomes
17b18975a4
Merge branch 'main' into macOS-mouse-fixes 2024-03-24 19:55:41 +05:30
github-actions[bot]
1e86c81ddd Automatic update of ./internal/source 2024-03-19 08:18:09 +00:00
Roland Heyder
63f6a5cd48
Merge pull request #473 from QB64-Phoenix-Edition/export-fix
Fix "Export As" menu state
2024-03-19 08:59:41 +01:00
Roland Heyder
be46dc870e Fix tests
according to: https://discord.com/channels/975381912350752819/975389657212805160/1219440128150208534
2024-03-19 01:32:11 +01:00
Roland Heyder
5a04b6f1c2 Fix "Export As" menu state
Instead of being disabled by default after certain actions (those which affected the recent files list and so forced a rebuild of the "File" menu), now the current state of the "Export As" item is passed through to the rebuild procedure.
2024-03-19 00:53:49 +01:00
Samuel Gomes
ab56aeff93 Reduce memory usage 2024-03-11 08:35:17 +05:30
Samuel Gomes
c8e4098fb2 Optimize inline-data generation logic 2024-03-10 18:56:08 +05:30
Samuel Gomes
b78790a2a1 Include mac-mouse-support.h in libqb.cpp 2024-03-10 13:33:41 +05:30
a740g
6689208790 Make changes per suggestion in #468 2024-03-10 13:19:26 +05:30
a740g
787c9579b6 Add support for _MOUSEWHEEL and _MOUSEMOVEMENTx on macOS 2024-03-09 21:55:34 +05:30
Samuel Gomes
49bbe94381 Remove objcopy dependency for DATA 2024-03-07 20:18:20 +05:30
github-actions[bot]
c7e912ace6 Automatic update of ./internal/source 2024-03-01 19:33:16 +00:00
Samuel Gomes
349f98fda4
Merge pull request #467 from RainRat/main
fix typos
2024-03-02 00:44:29 +05:30
RainRat
8cecb665a2 fix typos 2024-02-28 19:20:10 -08:00
github-actions[bot]
91b9b2cb76 Automatic update of ./internal/source 2024-02-28 12:03:42 +00:00
Roland Heyder
1b3ceb3096
Merge pull request #466 from QB64-Phoenix-Edition/bump-revision
Bump version
2024-02-28 12:44:32 +01:00
Roland Heyder
8bdfc942cc Bump version for release 2024-02-28 10:13:36 +01:00
github-actions[bot]
f6ed1463ef Automatic update of ./internal/source 2024-02-27 04:24:33 +00:00
Matt Kilgore
74cc70b0c6
Merge pull request #463 from mkilgore/fix-const-divide
Fix divide in CONST
2024-02-26 23:06:35 -05:00
Matt Kilgore
7415b307cb
Merge branch 'main' into fix-const-divide 2024-02-26 22:11:51 -05:00
Matt Kilgore
c99dd57b70
Merge pull request #464 from mkilgore/update-actions-node-v20
Remove usage of node.js 16 in workflow
2024-02-26 22:11:37 -05:00
Matthew Kilgore
36bd270724 Remove usage of node.js 16 in workflow
A few of the actions we use require manual updating to a version that
uses node.js v20
2024-02-25 01:53:12 -05:00
Matthew Kilgore
871da4fc12 Fix divide in CONST
The regular division symbol always converts its arguments to floating
point before dividing, similar to how integer division converts its
arguments to integers before dividing.
2024-02-25 01:36:56 -05:00
github-actions[bot]
a55e0659be Automatic update of ./internal/source 2024-02-24 15:17:39 +00:00
Matt Kilgore
8a1c3c74d6
Merge pull request #459 from mkilgore/fix-auto-quote-adding
Fix off-by-one error in automatic ending quote addition
2024-02-24 09:58:50 -05:00
Matt Kilgore
bc073d5e29
Merge branch 'main' into fix-auto-quote-adding 2024-02-22 19:18:20 -05:00
github-actions[bot]
e39f222ef3 Automatic update of ./internal/source 2024-02-22 17:42:57 +00:00
Matt Kilgore
beac2f163d
Merge pull request #462 from grymmjack/fix-461-typo-stirp-strip
Fixes #461
2024-02-22 12:24:55 -05:00
Rick Christy
45b4011a53
Fixes #461 2024-02-21 00:15:33 -05:00
github-actions[bot]
741b0d3b90 Automatic update of ./internal/source 2024-02-19 21:59:05 +00:00
Matthew Kilgore
ccfd5f53d3 Fix off-by-one error with ending quote addition
The math here is wrong, it accounts for the extra quote when doing `-
2`, but obviously that quote is not there in this situation so it should
just be `- 1`. The result of the current logic is that it cuts off the
last character of the string.
2024-02-19 16:40:53 -05:00
Matt Kilgore
2693733b37
Merge pull request #458 from mkilgore/libqb-refactor
Libqb refactor - Part 5
2024-02-19 16:40:14 -05:00
Matthew Kilgore
bc71b52755 Fix missing return statements 2024-02-18 16:08:38 -05:00
Matthew Kilgore
416c81bb8a move hex/oct/bin functions to separate file 2024-02-18 16:08:38 -05:00
github-actions[bot]
231b2cbce5 Automatic update of ./internal/source 2024-02-18 20:32:32 +00:00
Matt Kilgore
9317692238
Merge pull request #457 from mkilgore/libqb-refactor-part-4
libqb refactor - Part 4
2024-02-18 15:14:27 -05:00