1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-02 18:32:20 +03:00
gmenu2x/src
2011-10-23 11:32:16 +02:00
..
.gitignore Let git ignore files we expect to be generated during the build. 2010-06-17 18:45:52 +02:00
asfont.cpp PNG: Make loadPNG() responsible for creating an RGBA surface. 2011-06-02 06:19:21 +02:00
asfont.h ASFont: Refactored string drawing methods. 2011-06-02 04:29:19 +02:00
browsedialog.cpp BrowseDialog: simplify code using InputManager::waitForPressedButton(). 2011-10-23 09:11:06 +02:00
browsedialog.h BrowseDialog: simplify code using InputManager::waitForPressedButton(). 2011-10-23 09:11:06 +02:00
button.cpp Give Button a direct reference to the Touchscreen object instead of fetching it from the GMenu2X object. 2010-07-27 22:12:28 +02:00
button.h Give Button a direct reference to the Touchscreen object instead of fetching it from the GMenu2X object. 2010-07-27 22:12:28 +02:00
buttonbox.cpp The ButtonBox now features a clear() function which empties the list of buttons. 2011-09-15 20:12:02 +02:00
buttonbox.h The ButtonBox now features a clear() function which empties the list of buttons. 2011-09-15 20:12:02 +02:00
cpu.cpp Replaced every message output by calls to the log macros. 2010-09-17 22:31:09 +02:00
cpu.h Set CPU frequency through sysfs. 2010-07-04 03:04:42 +02:00
debug.h Added missing #include. 2011-04-13 03:14:10 +02:00
dialog.cpp Introduced enums for text alignment in the ASFont class. 2011-05-09 05:17:25 +02:00
dialog.h Move methods only used by dialogs from the GMenu2x class to a common base class 2010-05-05 14:35:52 +02:00
dirdialog.cpp Unify filedialog and browsedialog code 2010-05-03 19:58:28 +02:00
dirdialog.h Unify filedialog and browsedialog code 2010-05-03 19:58:28 +02:00
FastDelegate.h Fixed most warnings. 2010-06-19 03:15:20 +02:00
filedialog.cpp FileDialog must only pick regular files. 2010-07-26 04:43:03 +02:00
filedialog.h Removed unnecessary "using" statements. 2010-07-26 04:45:50 +02:00
filelister.cpp The FileLister won't list a file if a previous one has the same file name (without path). 2011-04-14 11:16:16 +02:00
filelister.h The method FileLister::browse() now takes an optional boolean argument. 2011-04-03 11:30:25 +02:00
font-14.xcf initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
font.xcf initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
gmenu2x.cpp InputManager: C++-style type definitions. 2011-10-23 09:04:12 +02:00
gmenu2x.h Improved CPU frequency control. 2011-09-18 18:27:03 +02:00
gp2x.h initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
iconbutton.cpp Surface: Made "raw" field private. 2011-06-02 22:44:04 +02:00
iconbutton.h Introduced enums for text alignment in the ASFont class. 2011-05-09 05:17:25 +02:00
imagedialog.cpp Unify filedialog and browsedialog code 2010-05-03 19:58:28 +02:00
imagedialog.h Unify filedialog and browsedialog code 2010-05-03 19:58:28 +02:00
imageio.cpp PNG: Use libpng directly instead of via SDL_image. 2011-06-05 05:58:47 +02:00
imageio.h PNG: Make loadPNG() responsible for creating an RGBA surface. 2011-06-02 06:19:21 +02:00
inputdialog.cpp InputManager: C++-style type definitions. 2011-10-23 09:04:12 +02:00
inputdialog.h Modified the key shortcuts of the text input dialog, so that the X and Y keys are not used. 2011-09-18 02:05:15 +02:00
inputmanager.cpp InputManager: removed "clear" and "manual" logical buttons. 2011-10-23 11:12:34 +02:00
inputmanager.h InputManager: removed "clear" and "manual" logical buttons. 2011-10-23 11:12:34 +02:00
link.cpp Introduced enums for text alignment in the ASFont class. 2011-05-09 05:17:25 +02:00
link.h Give Button a direct reference to the Touchscreen object instead of fetching it from the GMenu2X object. 2010-07-27 22:12:28 +02:00
linkaction.cpp Give Button a direct reference to the Touchscreen object instead of fetching it from the GMenu2X object. 2010-07-27 22:12:28 +02:00
linkaction.h initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
linkapp.cpp InputManager: C++-style type definitions. 2011-10-23 09:04:12 +02:00
linkapp.h Removed per-application brightness setting. 2011-09-23 01:51:53 +02:00
lr.xcf initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
Makefile.am Cleaned GP2X-specific code that was built on all platforms. 2011-07-29 01:13:35 +02:00
menu.cpp When deleting a link, check if the icon is used elsewhere before unloading it. 2011-09-18 13:22:02 +02:00
menu.h The links will now be loaded from both the system and the user-specific directories. 2011-07-11 02:49:44 +02:00
menusetting.cpp ASFont: removed precalculation of half heights. 2011-05-10 00:31:45 +02:00
menusetting.h SettingsDialog: simplify code using InputManager::waitForPressedButton(). 2011-10-23 09:38:59 +02:00
menusettingbool.cpp MenuSettingBool: Support toggling of boolean settings using left/right. 2011-10-23 09:47:51 +02:00
menusettingbool.h SettingsDialog: simplify code using InputManager::waitForPressedButton(). 2011-10-23 09:38:59 +02:00
menusettingdir.cpp The files "a.png" and "b.png" have been renamed to "cancel.png" and "accept.png". 2011-09-18 03:40:33 +02:00
menusettingdir.h Minimize namespace pollution in MenuSetting class hierarchy. 2010-07-28 02:36:46 +02:00
menusettingfile.cpp The files "a.png" and "b.png" have been renamed to "cancel.png" and "accept.png". 2011-09-18 03:40:33 +02:00
menusettingfile.h Minimize namespace pollution in MenuSetting class hierarchy. 2010-07-28 02:36:46 +02:00
menusettingimage.cpp Minimize namespace pollution in MenuSetting class hierarchy. 2010-07-28 02:36:46 +02:00
menusettingimage.h Minimize namespace pollution in MenuSetting class hierarchy. 2010-07-28 02:36:46 +02:00
menusettingint.cpp SettingsDialog: simplify code using InputManager::waitForPressedButton(). 2011-10-23 09:38:59 +02:00
menusettingint.h SettingsDialog: simplify code using InputManager::waitForPressedButton(). 2011-10-23 09:38:59 +02:00
menusettingmultistring.cpp SettingsDialog: simplify code using InputManager::waitForPressedButton(). 2011-10-23 09:38:59 +02:00
menusettingmultistring.h SettingsDialog: simplify code using InputManager::waitForPressedButton(). 2011-10-23 09:38:59 +02:00
menusettingrgba.cpp SettingsDialog: simplify code using InputManager::waitForPressedButton(). 2011-10-23 09:38:59 +02:00
menusettingrgba.h SettingsDialog: simplify code using InputManager::waitForPressedButton(). 2011-10-23 09:38:59 +02:00
menusettingstring.cpp The files "a.png" and "b.png" have been renamed to "cancel.png" and "accept.png". 2011-09-18 03:40:33 +02:00
menusettingstring.h Minimize namespace pollution in MenuSetting class hierarchy. 2010-07-28 02:36:46 +02:00
menusettingstringbase.cpp SettingsDialog: simplify code using InputManager::waitForPressedButton(). 2011-10-23 09:38:59 +02:00
menusettingstringbase.h SettingsDialog: simplify code using InputManager::waitForPressedButton(). 2011-10-23 09:38:59 +02:00
messagebox.cpp MessageBox: header cleanups. 2011-10-23 11:32:16 +02:00
messagebox.h MessageBox: header cleanups. 2011-10-23 11:32:16 +02:00
powersaver.cpp PowerSaver: re-layouted code. 2011-10-23 07:05:54 +02:00
powersaver.h PowerSaver: re-layouted code. 2011-10-23 07:05:54 +02:00
selector.cpp InputManager: C++-style type definitions. 2011-10-23 09:04:12 +02:00
selector.h Converted public fields of Selector to private. 2010-07-26 05:47:46 +02:00
settingsdialog.cpp SettingsDialog: simplify code using InputManager::waitForPressedButton(). 2011-10-23 09:38:59 +02:00
settingsdialog.h Give SettingsDialog a direct reference to the Touchscreen and InputManager objects instead of fetching them from the GMenu2X object. 2010-07-27 23:09:16 +02:00
surface.cpp Merge branch 'install_locations' 2011-07-11 11:19:18 +02:00
surface.h Surface: Make pixel format conversion explicit. 2011-06-03 11:46:36 +02:00
surfacecollection.cpp Added debug message which is displayed when surfaces are deleted from memory. 2011-09-18 13:21:03 +02:00
surfacecollection.h The SurfaceCollection won't load the files selection.png, bottombar.png or topbar.png from the Default skin if they are missing in the current skin. 2011-07-11 18:16:38 +02:00
textdialog.cpp InputManager: C++-style type definitions. 2011-10-23 09:04:12 +02:00
textdialog.h Move methods only used by dialogs from the GMenu2x class to a common base class 2010-05-05 14:35:52 +02:00
textmanualdialog.cpp InputManager: C++-style type definitions. 2011-10-23 09:04:12 +02:00
textmanualdialog.h pass strings by reference where possible 2010-05-02 14:38:16 +02:00
touchscreen.cpp Cleaned GP2X-specific code that was built on all platforms. 2011-07-29 01:13:35 +02:00
touchscreen.h Cleaned GP2X-specific code that was built on all platforms. 2011-07-29 01:13:35 +02:00
translator.cpp The translations can now be located on the system directory, or on the user-specific directory. 2011-04-12 09:59:32 +02:00
translator.h Replaced "hash_map" by "unordered_map" to get rid of deprecation warnings. 2010-06-18 00:45:16 +02:00
utilities.cpp Replaced every message output by calls to the log macros. 2010-09-17 22:31:09 +02:00
utilities.h In "utilities.h", only include those headers that are needed by the definitions in "utilities.h". 2010-06-19 04:44:03 +02:00
wallpaperdialog.cpp InputManager: C++-style type definitions. 2011-10-23 09:04:12 +02:00
wallpaperdialog.h Removed unused field. 2010-07-26 05:08:56 +02:00