1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-11-25 16:17:10 +02:00

Commit Graph

  • 2dcddaf42b new icon for gjay Xiangfu Liu 2011-11-10 13:33:34 +0800
  • c3ea290e9d new icon for lingot Xiangfu Liu 2011-11-10 13:23:56 +0800
  • 6cc674a821 new icon for gtkguitune Xiangfu Liu 2011-11-10 13:19:48 +0800
  • cf8ebbca5e gmenu2x.cpp: Re-ordered includes. Maarten ter Huurne 2011-10-23 17:32:46 +0200
  • f28e4f6d89 Minimized gmenu2x.h. Maarten ter Huurne 2011-10-23 17:27:29 +0200
  • aea1c44020 utilities: Replace min/max functions by the versions from STL. Maarten ter Huurne 2011-10-23 17:00:23 +0200
  • 40c510a28a utilities: Removed unused functions. Maarten ter Huurne 2011-10-23 16:51:59 +0200
  • a01d892eb6 More header cleanups. Maarten ter Huurne 2011-10-23 16:43:56 +0200
  • e0e7e87ebc Massive header cleanup. Maarten ter Huurne 2011-10-23 16:13:02 +0200
  • 33e7f1ef56 cpu: Include header instead of repeating function declaration. Maarten ter Huurne 2011-10-23 15:24:35 +0200
  • 14bae043c0 LinkApp: various cleanups. Maarten ter Huurne 2011-10-23 13:03:11 +0200
  • 40fcd5137e InputDialog: header cleanup. Maarten ter Huurne 2011-10-23 12:46:52 +0200
  • cfd294b9ae IconButton: header cleanup. Maarten ter Huurne 2011-10-23 12:37:39 +0200
  • 62facf4dc7 IconButton: removed unused functionality. Maarten ter Huurne 2011-10-23 12:30:20 +0200
  • abe9130de9 IconButton: fixed up-to-date check in setPosition(). Maarten ter Huurne 2011-10-23 12:06:59 +0200
  • 76613d1810 IconButton: removed unused local variable. Maarten ter Huurne 2011-10-23 12:05:27 +0200
  • 55cabcea49 InputDialog: do not return anything from drawVirtualKeyboard(). Maarten ter Huurne 2011-10-23 12:00:46 +0200
  • fa5a9816db InputDialog: re-layouted code. Maarten ter Huurne 2011-10-23 11:56:32 +0200
  • 0b878c1b77 SettingsDialog: removed unused action variable and macros. Maarten ter Huurne 2011-10-23 11:41:44 +0200
  • 9e876a6f90 MessageBox: header cleanups. Maarten ter Huurne 2011-10-23 11:32:16 +0200
  • 3252c777c3 MessageBox: Use arrays instead of vectors for buttons. Maarten ter Huurne 2011-10-23 11:24:20 +0200
  • 28f6cd2122 InputManager: removed "clear" and "manual" logical buttons. Maarten ter Huurne 2011-10-23 11:12:34 +0200
  • a685b436ec InputManager: improved config file parsing. Maarten ter Huurne 2011-10-23 10:38:39 +0200
  • 9548aa0a41 InputManager: Don't break if joystick support is disabled in SDL. Maarten ter Huurne 2011-10-23 10:12:11 +0200
  • 433be5daf7 InputManager: have "joystick" as a member instead of a global. Maarten ter Huurne 2011-10-23 09:59:22 +0200
  • 641c989934 MenuSettingBool: Support toggling of boolean settings using left/right. Maarten ter Huurne 2011-10-23 09:47:51 +0200
  • a38c283e17 SettingsDialog: simplify code using InputManager::waitForPressedButton(). Maarten ter Huurne 2011-10-23 09:38:59 +0200
  • 40fd35d764 MessageBox: minor cleanup. Maarten ter Huurne 2011-10-23 09:24:42 +0200
  • ccf55e5d61 BrowseDialog: simplify code using InputManager::waitForPressedButton(). Maarten ter Huurne 2011-10-23 09:11:06 +0200
  • 315bf0a180 InputManager: C++-style type definitions. Maarten ter Huurne 2011-10-23 08:57:52 +0200
  • c6db9ff21b InputManager: reduce namespace pollution. Maarten ter Huurne 2011-10-23 08:15:23 +0200
  • ba6003606e Include SDL header as <SDL.h> instead of <SDL/SDL.h>. Maarten ter Huurne 2011-10-23 07:54:10 +0200
  • f9696971ad InputManager: re-layouted code. Maarten ter Huurne 2011-10-23 07:49:43 +0200
  • 0cb1645c03 InputManager: SDL_NumJoysticks is a function, try calling it. Maarten ter Huurne 2011-10-23 07:22:55 +0200
  • ae685a9729 PowerSaver: re-layouted code. Maarten ter Huurne 2011-10-23 06:56:01 +0200
  • e73a8d06ea Removed per-application brightness setting. Maarten ter Huurne 2011-09-23 01:51:53 +0200
  • 7a978222b8 Use existing brightness value instead of overriding it. Maarten ter Huurne 2011-09-23 01:36:56 +0200
  • 84ec66c7ce Minor cleanup: better usage of fscanf. Maarten ter Huurne 2011-09-23 01:23:53 +0200
  • 799bb13f0f Minor cleanup: group handle init code together. Maarten ter Huurne 2011-09-23 01:01:57 +0200
  • 0acbd35fb4 Corrected name of USB power supply device. Maarten ter Huurne 2011-09-23 00:57:27 +0200
  • 53a73cabc7 Call deinit() method on exit. Maarten ter Huurne 2011-09-23 00:48:13 +0200
  • b997485859 Backlight: use different sysfs name for NanoNote and Dingoo. Maarten ter Huurne 2011-09-23 00:38:43 +0200
  • 6729e30acb Fixed mistake in 8bcd03962f. Maarten ter Huurne 2011-09-19 16:49:30 +0200
  • 03ea679a1d Corrected capitalization of megahertz. Maarten ter Huurne 2011-09-19 16:33:19 +0200
  • 8bcd03962f Do not constrain the max CPU frequency for apps on setting the string value. Maarten ter Huurne 2011-09-19 16:27:53 +0200
  • 8d04cf1064 Removed one last occurrence of hardcoded minimum CPU frequency. Maarten ter Huurne 2011-09-19 16:26:42 +0200
  • a014a331f4 Put platform specific defaults in systemwide gmenu2x.conf. Maarten ter Huurne 2011-09-19 01:12:34 +0200
  • 19064b4c4a Work around lack of vsynced page flipping in OpenDingux kernel. Maarten ter Huurne 2011-09-18 21:10:53 +0200
  • f39e87f3ec Dingux port: added a link to reboot the system. Ayla 2011-09-18 19:34:55 +0200
  • 1f18d73a9b Dingux port: added a description for the "power off" link. Ayla 2011-09-18 19:32:19 +0200
  • 41650aaad7 Use 16 bpp by default on the Dingoo. Maarten ter Huurne 2011-09-18 18:42:53 +0200
  • d354eb85a4 Improved CPU frequency control. Maarten ter Huurne 2011-09-18 18:27:03 +0200
  • 3995133fa5 When deleting a link, check if the icon is used elsewhere before unloading it. Ayla 2011-09-18 13:22:02 +0200
  • cf8bd84362 Added debug message which is displayed when surfaces are deleted from memory. Ayla 2011-09-18 13:21:03 +0200
  • cca367745b Dingux port: The SD card root is now hardcoded to /boot for the getDiskFree() function only. Ayla 2011-09-18 12:42:08 +0200
  • 6586ea3319 Dingux port: swap the "accept" and "cancel" button icons. Ayla 2011-09-18 03:57:51 +0200
  • 6ec7fa10a0 The platform-specific files should be the last one installed. Ayla 2011-09-18 03:49:38 +0200
  • 759eefd676 The files "a.png" and "b.png" have been renamed to "cancel.png" and "accept.png". Ayla 2011-09-18 03:40:33 +0200
  • 16b050be05 Modified the key shortcuts for the small popups (deleting a link...). Ayla 2011-09-18 03:33:10 +0200
  • 826d622285 Modified the key shortcuts for the generic file/dir selector class. Ayla 2011-09-18 03:23:47 +0200
  • 38cfd321f6 Modified the key shortcuts for the wallpaper dialog. Ayla 2011-09-18 03:16:08 +0200
  • d0cfe7c60d Modified the key shortcuts for the text display dialog. Ayla 2011-09-18 03:05:25 +0200
  • 5dd6d31b25 Modified the key shortcuts of the file input dialog. Ayla 2011-09-18 02:21:04 +0200
  • b5131c1db9 Modified the key shortcuts of the text input dialog, so that the X and Y keys are not used. Ayla 2011-09-18 02:05:15 +0200
  • 87106cdf56 Modified the button icons displayed when modifying an integer parameter. Ayla 2011-09-18 01:47:29 +0200
  • 1aac93f36d The (gp2x) A button is now used instead of X to clear string inputs (like link names). Ayla 2011-09-18 01:40:23 +0200
  • c9a51af4a6 The WallpaperDialog object now uses a ButtonBox to print the key mapping at the bottom of the screen. Ayla 2011-09-15 21:15:20 +0200
  • d82e262662 Rewrite of the MenuSettingRGBA class so that it won't use the CLEAR/MENU buttons. Ayla 2011-09-18 01:33:11 +0200
  • 7f2c7db8e2 Rewrite of how the events are handled by the menusetting* objects. Ayla 2011-09-15 20:20:35 +0200
  • fdee206d93 The ButtonBox now features a clear() function which empties the list of buttons. Ayla 2011-09-15 20:12:02 +0200
  • 6ac012348d Disactivate the binding of the app's manual on the 'Y' button. Ayla 2011-09-15 11:33:46 +0200
  • 5f69930d07 The contextual menu now features a "show manual" entry. Ayla 2011-09-15 11:18:07 +0200
  • 17bb938b5c data: nanonote: links: add download-dir Xiangfu Liu 2011-09-06 22:04:59 +0800
  • 03a26a859b Dingoo port: The help menu now displays help for dingoo's controls. Ayla 2011-09-04 03:02:17 +0200
  • 9768a74d07 The conf file does not need to be saved on exit. Ayla 2011-09-04 02:37:10 +0200
  • 93c58bfc47 nanonote: add timeout, add poweroff and reboot buttons Xiangfu Liu 2011-08-23 13:16:16 +0800
  • 7426afb871 supertux icon resize to 32x32 Xiangfu Liu 2011-08-23 12:13:55 +0800
  • 41e5f31690 nanonote: add python lua guile icons Xiangfu Liu 2011-08-22 19:54:58 +0800
  • 9dc513f675 nanonote: add 4th entry Xiangfu Liu 2011-08-22 19:23:14 +0800
  • 46d680990a gmenu2x wallpaper only support .png Xiangfu Liu 2011-08-22 15:13:44 +0800
  • e98e68a2f7 add vitetris kyak 2011-08-20 03:17:27 +0400
  • 64108ab601 Nanonote: ignore HUP signal Xiangfu Liu 2011-08-17 10:09:28 +0800
  • 8c1f4abb5b The input manager should check whether a powersaver instance is running, to not create one when it's not needed. Ayla 2011-08-17 00:46:43 +0200
  • fca8c8e8a1 Create the powersaver instance on demand and destroy it when not needed. Ayla 2011-08-17 00:46:11 +0200
  • f31828667f Added a boolean function to know if the powersaver is running. Ayla 2011-08-17 00:44:45 +0200
  • bffef7cfea GMenu2X does not need to init the audio subsystem of SDL. Ayla 2011-08-16 02:18:09 +0200
  • e282f8a55d Enable the SDL timer subsystem only if the backlight timeout is enabled. Ayla 2011-08-16 02:17:21 +0200
  • 4fd4b234dc Set card root to /media by default for the Dingux port. Ayla 2011-08-11 03:42:18 +0200
  • 3d3e0fa566 Read config file(s) present on both system and user-specific directories. Ayla 2011-08-11 03:40:36 +0200
  • 7f08e854ea Shorted a too long caption on the contextual menu. (2) Ayla 2011-08-08 23:34:43 +0200
  • c5d4cfb13d Added a default config file for the Dingux port. Ayla 2011-08-08 23:32:00 +0200
  • 5b49bf0afb Shorted a too long caption on the contextual menu. Ayla 2011-08-08 17:40:27 +0200
  • 5f77e3baf7 Cleaned GP2X-specific code that was built on all platforms. Ayla 2011-07-29 01:13:35 +0200
  • e066050c11 Dingux port: added a "power off" icon on the "settings" tab. Ayla 2011-07-28 14:57:58 +0200
  • f6c456f35b GMenu2X now won't clear the framebuffer on exit. Ayla 2011-07-28 01:48:12 +0200
  • b5698e8ed7 Removed wallpaper images of which the size did not match the resolution there were used at. Maarten ter Huurne 2011-07-25 23:53:23 +0200
  • 4636a84eef Create the "sections" user directory if required, when creating a new link. Ayla 2011-07-25 12:05:24 +0200
  • 81a607c36e Fixed a good number of memory leaks. Ayla 2011-07-20 13:43:25 +0200
  • 5a27851aea Added sections directories for the dingux build. Ayla 2011-07-20 03:16:50 +0200
  • a4a5325aa9 nanonote tetris: change the font before start Xiangfu Liu 2011-07-19 14:07:11 +0800