846 Commits

Author SHA1 Message Date
cuu e15f6155cd update gsnotify bin file 2023-01-03 13:04:31 +00:00
cuu 6e005cf435 update .xinitrc 2023-01-02 20:20:13 +08:00
cuu 13ed96d83c replace a new aria2c ,for bug tls handshake failed with github 2021-10-22 15:57:49 +08:00
GNU 83de5fc575 Merge pull request #330 from prashantkamdar/master
updating the pic8 to latest version
2021-03-05 19:17:55 +08:00
Prashant Kamdar 95a14f6dfc formatting the file for better visualisation
updating the pic8 to latest version along with the md5
2021-02-15 15:27:16 +05:30
Prashant Kamdar 8aee33e672 typo correction
updating the pico8 zip to latest along with the md5
2021-02-15 15:25:58 +05:30
Prashant Kamdar f030dc52ff adding the latest pico8 zip and md5 2021-02-15 15:25:12 +05:30
cuu e701756207 update pico8 version infos 2020-05-03 10:07:50 +08:00
cuu 2f263ff707 bux fix,list index out of range 2020-04-29 19:55:29 +08:00
GNU 2b136fae3c Merge pull request #328 from cuu/master
readme beeprint
2020-04-15 11:19:10 +08:00
cuu 8dcdc977a8 readme beeprint 2020-04-15 01:19:38 +08:00
GNU 76e61b521c Merge pull request #324 from krushinru/master
Add Russian language support
2020-01-15 22:52:56 +08:00
Alexander Krushin 15424129f0 Update 09_Russian.ini 2020-01-15 00:55:34 +03:00
Alexander Krushin e6fefe5779 Update 09_Russian.ini 2020-01-14 22:08:58 +03:00
Alexander Krushin de9248f87e Update 09_Russian.ini 2020-01-14 22:07:56 +03:00
Alexander Krushin d55fed3a78 Adding Russian language 2020-01-14 20:41:09 +03:00
cpi 75b74e4c6a add mad address in wifi info page 2020-01-14 10:38:40 +00:00
GNU 661250f7b1 Merge pull request #323 from cuu/master
add GlobalScale
2020-01-14 18:24:10 +08:00
cuu e15cf60412 pygame.DOUBLEBUF | pygame.HWSURFACE 2020-01-13 15:26:24 +08:00
cuu 712ce14fc5 add dest surface in GlobalScale 2020-01-13 14:49:02 +08:00
cuu 6e9d146e80 set default GlobalScale to 1 2020-01-12 01:37:50 +08:00
Parallels 5180b74a91 add GlobalScale 2020-01-12 01:33:33 +08:00
GNU 18c1b186af Merge pull request #311 from O4k/patch-1
Allows for new skin config.ini format(s)
2020-01-07 17:08:01 +08:00
GNU 879a734666 Merge pull request #321 from Taffer/codestyle-cleanup
shellcheck cleanup
2020-01-07 17:07:06 +08:00
GNU c4a12ce2d2 Merge pull request #322 from cuu/master
for skin OP1
2020-01-02 10:49:38 +08:00
cuu 8d662e0f19 for skin OP1 2020-01-02 10:46:44 +08:00
Taffer 9b5e3b411b Merge branch 'master' of github.com:Taffer/launcher into codestyle-cleanup 2019-12-30 15:35:54 -05:00
GNU df170b71ab Merge pull request #320 from cuu/master
add RestoreScrolled in Warehouse
2019-12-29 21:23:02 +08:00
cuu 987587c5af add RestoreScrolled in Warehouse 2019-12-29 20:31:22 +08:00
Taffer b0d5517b5e Fix shellcheck warnings. 2019-12-28 11:55:06 -05:00
Taffer ac61a305ba Add SublimeText 3 project file. 2019-12-28 11:54:26 -05:00
GNU 7ea30feba7 Merge pull request #319 from cuu/master
warehouse
2019-12-29 00:47:17 +08:00
cuu e9db2ac4d1 warehouse 2019-12-29 00:46:19 +08:00
GNU d7b75ddec5 Merge pull request #318 from cuu/master
Warehouse
2019-12-29 00:31:15 +08:00
cuu 557cd04b64 Warehouse 2019-12-29 00:30:03 +08:00
GNU 6ba59fc9c0 Merge pull request #317 from cuu/master
warehouse tic80 icon bug
2019-12-29 00:12:54 +08:00
cuu 9062cc8e9b warehouse tic80 icon bug 2019-12-29 00:11:14 +08:00
GNU edbcd7d47a Merge pull request #316 from cuu/master
try to add a simple way to re-install the CommercialSoftwarePackage
2019-12-25 21:32:44 +08:00
cuu 5be4bc20ff try to add a simple way to re-install the CommercialSoftwarePackage 2019-12-25 21:31:54 +08:00
GNU 1219a615fa Merge pull request #315 from cuu/master
bug fix
2019-12-25 21:06:51 +08:00
cuu 3febbf7425 GCommercialSoftwarePackage 2019-12-25 21:04:47 +08:00
cuu c9d9ad64fe warehouse pico8 purchase tips take longer 2019-12-25 16:46:22 +08:00
GNU 708c863a33 Merge pull request #314 from cuu/master
warehouse bug fix of adding URL repeatedly
2019-12-25 14:16:48 +08:00
cuu f9a62573de warehouse bug fix of adding URL repeatedly 2019-12-25 05:59:06 +00:00
GNU 743c82fc26 Merge pull request #313 from cuu/master
warehouse
2019-12-24 20:52:58 +08:00
cuu 58877ba643 Merge branch 'master' of https://github.com/clockworkpi/launcher 2019-12-24 20:49:38 +08:00
O4k 639f4c1700 Allows for new skin config.ini format(s)
The new code checks for a config.ini file in the Skin's folder. Then it checks for a "Font_Paths" section where it replaces the default fonts with the names of the new fonts listed in the Config. You will have to add the desired fonts to the truetype folder within the skin folder and update the config to match the fonts you have added. If you remove the existing fonts in that folder, the launcher will not load if there is a problem with the config file.

Note that the system-wide font name variables do not change, but their referenced file does.

The new Config file would look something like this:
    
    [Font_Paths]
    varela = Roboto-Black
    veramono = Roboto-Regular
    noto = Roboto-Bold
    notocjk = Roboto-Light

    [Colors]
    High = #f0ffff
    Text = #ffffff
    ReadOnlyText = #ffffff
    Front = #614f7d
    URL = #f0ffff
    Line = #614f7d
    TitleBg = #111013
    Active = #ff70ba
    Disabled = #e6e6ff
    White = #111013
    Black = #614f7d
2019-12-21 10:32:14 -08:00
cuu ad4a82bad5 run.py add CurrentPage.OnAria2CompleteCb
21_Warehouse/__init__.py text correspondence[_FootMsg]
Warehouse beta now
2019-12-19 05:13:07 +00:00
cuu 9b1c89af4c title_bar hide the dlstatus icon 2019-12-19 04:58:13 +00:00
cuu 46b67bc12f warehouse alpha 2019-12-18 13:07:47 +00:00