1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-10-04 02:53:15 +03:00
gmenu2x/src
2011-08-22 15:13:44 +08: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 Cleaned GP2X-specific code that was built on all platforms. 2011-07-29 01:13:35 +02:00
browsedialog.h Rewrote the whole input system. 2010-09-17 22:34:26 +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 Add ButtonBox widget to simplify managing buttons in the bottombar. Also fixes some memleaks where buttons were left unfreed. 2010-05-03 22:21:36 +02:00
buttonbox.h Add ButtonBox widget to simplify managing buttons in the bottombar. Also fixes some memleaks where buttons were left unfreed. 2010-05-03 22:21:36 +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 Create the powersaver instance on demand and destroy it when not needed. 2011-08-17 00:46:11 +02:00
gmenu2x.h Read config file(s) present on both system and user-specific directories. 2011-08-11 03:40:36 +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 Cleaned GP2X-specific code that was built on all platforms. 2011-07-29 01:13:35 +02:00
inputdialog.h Give InputDialog a direct reference to the Touchscreen and InputManager objects instead of fetching them from the GMenu2X object. 2010-07-27 22:56:03 +02:00
inputmanager.cpp The input manager should check whether a powersaver instance is running, to not create one when it's not needed. 2011-08-17 00:46:43 +02:00
inputmanager.h Rewrote the whole input system. 2010-09-17 22:34:26 +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 Cleaned GP2X-specific code that was built on all platforms. 2011-07-29 01:13:35 +02:00
linkapp.h Give LinkApp a direct reference to the InputManager object instead of fetching it from the GMenu2X object. 2010-07-27 23:22:46 +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 Create the "sections" user directory if required, when creating a new link. 2011-07-25 12:05:24 +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 Rewrote the whole input system. 2010-09-17 22:34:26 +02:00
menusettingbool.cpp ASFont: removed precalculation of half heights. 2011-05-10 00:31:45 +02:00
menusettingbool.h Rewrote the whole input system. 2010-09-17 22:34:26 +02:00
menusettingdir.cpp Minimize namespace pollution in MenuSetting class hierarchy. 2010-07-28 02:36:46 +02:00
menusettingdir.h Minimize namespace pollution in MenuSetting class hierarchy. 2010-07-28 02:36:46 +02:00
menusettingfile.cpp Minimize namespace pollution in MenuSetting class hierarchy. 2010-07-28 02:36:46 +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 Cleaned GP2X-specific code that was built on all platforms. 2011-07-29 01:13:35 +02:00
menusettingint.h Rewrote the whole input system. 2010-09-17 22:34:26 +02:00
menusettingmultistring.cpp Rewrote the whole input system. 2010-09-17 22:34:26 +02:00
menusettingmultistring.h Rewrote the whole input system. 2010-09-17 22:34:26 +02:00
menusettingrgba.cpp Cleaned GP2X-specific code that was built on all platforms. 2011-07-29 01:13:35 +02:00
menusettingrgba.h On the skin menu, the ALTLEFT/ALTRIGHT buttons will now respectively decrease/increase the ARGB values by 10. 2011-04-14 19:35:50 +02:00
menusettingstring.cpp Minimize namespace pollution in MenuSetting class hierarchy. 2010-07-28 02:36:46 +02:00
menusettingstring.h Minimize namespace pollution in MenuSetting class hierarchy. 2010-07-28 02:36:46 +02:00
menusettingstringbase.cpp ASFont: removed precalculation of half heights. 2011-05-10 00:31:45 +02:00
menusettingstringbase.h Rewrote the whole input system. 2010-09-17 22:34:26 +02:00
messagebox.cpp Cleaned GP2X-specific code that was built on all platforms. 2011-07-29 01:13:35 +02:00
messagebox.h Converted public fields of MessageBox to private. 2010-07-27 20:59:28 +02:00
powersaver.cpp Added a boolean function to know if the powersaver is running. 2011-08-17 00:44:45 +02:00
powersaver.h Added a boolean function to know if the powersaver is running. 2011-08-17 00:44:45 +02:00
selector.cpp Surface: Make pixel format conversion explicit. 2011-06-03 11:46:36 +02:00
selector.h Converted public fields of Selector to private. 2010-07-26 05:47:46 +02:00
settingsdialog.cpp Cleaned GP2X-specific code that was built on all platforms. 2011-07-29 01:13:35 +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 Fixed a good number of memory leaks. 2011-07-20 13:43:25 +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 Surface: Make pixel format conversion explicit. 2011-06-03 11:46:36 +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 Surface: Make pixel format conversion explicit. 2011-06-03 11:46:36 +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 gmenu2x wallpaper only support .png 2011-08-22 15:13:44 +08:00
wallpaperdialog.h Removed unused field. 2010-07-26 05:08:56 +02:00