Commit Graph

579 Commits

Author SHA1 Message Date
StapleButter e6e5f48748 attempt at horizontal mode, I guess 2017-11-08 01:53:20 +01:00
StapleButter 857ba49759 actually implement screen gap 2017-11-08 01:34:11 +01:00
StapleButter 5bea3cc530 3D: add support for 8bit accesses to GXSTAT (Golden Sun - Dark Dawn) 2017-11-04 15:13:01 +01:00
StapleButter 0a04efc33e attempt at auto-emphasis mode, emphasizing main screen 2017-10-30 05:45:26 +01:00
StapleButter 85d823d4c7 fix more sizing bugs 2017-10-30 05:17:20 +01:00
StapleButter f4e7e2f62a fix aspect ratio code 2017-10-30 05:08:04 +01:00
StapleButter c9082cd50d some attempt at fancypants scaling, I guess 2017-10-30 04:39:50 +01:00
StapleButter b8706c29c7 make it betterer 2017-10-30 03:21:12 +01:00
StapleButter 7e18b9f195 Merge branch 'master' of https://github.com/StapleButter/melonDS 2017-10-30 03:12:03 +01:00
StapleButter 84a842c6f3 libui/windows: add support for submenus 2017-10-30 03:11:45 +01:00
StapleButter cdca294b8a
Merge pull request #200 from rogersachan/patch-1
Fix README formatting
2017-10-28 02:20:18 +02:00
Roger cb16e5d03f Fix README formatting 2017-10-21 23:58:02 -04:00
StapleButter 3881b2615b libui/Windows: allow file pickers to navigate through shortcuts. fixes #199 2017-10-21 22:24:29 +02:00
StapleButter e9798e032b up version number (I forgot) 2017-10-11 04:38:11 +02:00
StapleButter befc5db031 restore FPS counter 2017-10-11 03:06:30 +02:00
StapleButter 1a54d75bbc Merge pull request #109 from RobLoach/patch-1
Ignore all compiled .o files
2017-10-11 02:56:27 +02:00
StapleButter f9d9aaec11 Merge pull request #112 from bentley/master
Portability fixes
2017-10-11 02:56:06 +02:00
StapleButter 73626e9f45 fix memory leak 2017-10-11 00:40:56 +02:00
StapleButter 273fbe24f4 add fopen wrapper to support UTF8 paths/filenames under Windows. 2017-10-11 00:32:43 +02:00
StapleButter ee1da52d77 fail gracefully when ROM loading fails 2017-10-11 00:01:05 +02:00
Anthony J. Bentley 56bf1ecc13 Treat failed haptics initialization as a warning, not a fatal error. 2017-10-09 03:42:50 -06:00
Anthony J. Bentley c992177eda Only link against libdl on Linux. 2017-10-09 03:42:35 -06:00
Anthony J. Bentley df19b93408 Include POSIX headers required for fd_set and INADDR_ANY. 2017-10-09 03:41:17 -06:00
StapleButter a15c395460 GTK: file drop support. adsfgdgfdg 2017-10-05 03:10:14 +02:00
StapleButter 084d9254e3 maybe now the input dialog can stop being dumb 2017-10-05 02:05:23 +02:00
StapleButter d895dfc9fb hopefully fix that shit for good 2017-10-05 01:58:41 +02:00
StapleButter a84caacb03 make window actually resizable below min size. we lose proper client sizing under GTK tho. 2017-10-05 01:35:50 +02:00
StapleButter f714c492b9 GTK: hook SetMinSize. fuck around with gtk_widget_set_size_request() so the window can be resized smaller than the initial size. 2017-10-05 01:22:03 +02:00
StapleButter 5d5311c53c use grids instead of nested boxes for input config dialog. (still lags, needs optimization)
adjust things to make those dialogs sexier.
2017-10-05 01:03:22 +02:00
StapleButter 9d3f13b689 rework things a bit.
also remove some useless variables.
2017-10-05 00:13:22 +02:00
StapleButter 5b71ffceee minor fix 2017-10-04 02:47:49 +02:00
Rob Loach 9c44e6f764 Ignore all compiled .o files 2017-10-02 23:25:18 -04:00
StapleButter 9125620ff1 christ, did I seriously forget to remove that code 2017-10-03 03:28:49 +02:00
StapleButter 012a7d61a7 actually make uiKeyName() work 2017-10-03 02:52:30 +02:00
StapleButter 9527499124 hook up area key events 2017-10-03 02:19:42 +02:00
StapleButter fbe4e4938b finally finish cairo bitmap support. asdsfdfgfsgf 2017-10-03 01:29:35 +02:00
StapleButter 5450c7cc3d hook up Resize event 2017-10-03 00:51:56 +02:00
StapleButter 7f05bf24ad libui/GTK: start catching up. atleast now it runs without exploding (mostly). 2017-10-03 00:28:41 +02:00
StapleButter 04e8bbaca3 remove codeblocks settings that aren't needed anymore 2017-10-02 23:31:32 +02:00
StapleButter dad0e6b6e8 add support for non-resizable windows 2017-10-02 23:26:25 +02:00
StapleButter f8b63759f7 save window size 2017-10-02 23:15:39 +02:00
StapleButter 4781bd5671 fix ARM7 BIOSPROT. not that it matters. 2017-10-02 04:57:23 +02:00
StapleButter dbb174c531 implement 8bit reads to div/sqrt registers.
RaymanDS showed some interest for that, so there we go.
RaymanDS still fucks up.
RaymanDS is a pile of shit.
melonDS is bad at timings.
2017-10-02 04:27:50 +02:00
StapleButter d0770596ea re-add basic scaling 2017-10-02 03:34:17 +02:00
StapleButter 09920126dd add support for setting an explicit min size for libui controls. for now only supported by uiArea. 2017-10-02 01:58:09 +02:00
StapleButter ce592a1d80 this TODO item is already done, idiot 2017-10-02 00:55:44 +02:00
StapleButter 1975efaeea fix bugs with SPI shutdown 2017-10-01 03:19:39 +02:00
StapleButter 9ad89d8cb5 fix crash under Windows 10 2017-09-30 23:17:36 +02:00
StapleButter ab9800fbac actual joystick input
also sync keyboard input nicely
2017-09-30 20:05:56 +02:00
StapleButter 9f486de76a allow entering joystick config 2017-09-30 19:27:47 +02:00