..
.gitignore
Let git ignore files we expect to be generated during the build.
2010-06-17 18:45:52 +02:00
background.cpp
Moved all code for opening the context menu into the Menu class
2013-08-09 19:09:57 +02:00
background.h
Put background painting and global keys in new Background layer
2013-08-09 18:01:51 +02:00
battery.cpp
Put background painting and global keys in new Background layer
2013-08-09 18:01:51 +02:00
battery.h
Put background painting and global keys in new Background layer
2013-08-09 18:01:51 +02:00
browsedialog.cpp
Use the font's suggested line height instead of its ascent and descent.
2014-07-17 02:03:02 +02:00
browsedialog.h
Made GMenu2X::ts private.
2011-12-23 14:03:05 +01:00
buttonbox.cpp
Pass a Surface to ButtonBox' and IconButton's paint function
2014-01-16 01:19:34 +01:00
buttonbox.h
Pass a Surface to ButtonBox' and IconButton's paint function
2014-01-16 01:19:34 +01:00
clock.cpp
Code factorisation (Add function inject_user_event() to utilities)
2013-08-28 13:14:08 -04:00
clock.h
Made Clock destruction safe
2013-08-09 03:13:02 +02:00
contextmenu.cpp
Use the font's suggested line height instead of its ascent and descent.
2014-07-17 02:03:02 +02:00
contextmenu.h
Query animation status instead of storing it
2013-08-12 19:41:56 +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
Revert the log level to INFO
2013-07-29 13:02:06 -04:00
delegate.h
Drop incredibly dirty and huge file FastDelegate.h
2013-07-29 12:58:25 -04:00
dialog.cpp
Wrap long subtitles to multiple lines in Dialog::writeSubTitle
2014-07-24 10:54:16 +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
Made GMenu2X::ts private.
2011-12-23 14:03:05 +01:00
dirdialog.h
Made GMenu2X::ts private.
2011-12-23 14:03:05 +01:00
filedialog.cpp
Made GMenu2X::ts private.
2011-12-23 14:03:05 +01:00
filedialog.h
Match all files by default in the file dialog
2013-07-08 02:24:09 -04:00
filelister.cpp
Use the "*" filter to match all files
2013-07-08 02:21:42 -04:00
filelister.h
More header cleanups.
2011-10-23 16:43:56 +02:00
font.cpp
Changed word wrapping to avoid trailing empty line
2014-07-24 12:34:19 +02:00
font.h
Implement word wrapping as a method of Font
2014-07-24 09:00:22 +02:00
gmenu2x.cpp
Made text file reading more efficient and robust
2014-07-24 10:41:20 +02:00
gmenu2x.h
Fix setting default values for configuration entries.
2014-07-19 00:43:05 +02:00
gp2x.h
initial commit - needs clean-up
2010-02-04 12:33:47 +01:00
helppopup.cpp
Allow layers to play animations
2013-08-11 01:35:43 +02:00
helppopup.h
Implemented layer system for painting and events
2013-08-06 01:55:32 +02:00
iconbutton.cpp
Use the font's suggested line height instead of its ascent and descent.
2014-07-17 02:03:02 +02:00
iconbutton.h
Pass a Surface to ButtonBox' and IconButton's paint function
2014-01-16 01:19:34 +01:00
imagedialog.cpp
Removed unnecessary includes of SDL_gfx header
2014-07-19 00:43:05 +02:00
imagedialog.h
Made GMenu2X::ts private.
2011-12-23 14:03:05 +01:00
imageio.cpp
Fix issues with loading images with alpha disabled.
2014-07-17 01:25:41 +02:00
imageio.h
Fix issues with loading images with alpha disabled.
2014-07-17 01:25:41 +02:00
inputdialog.cpp
Removed unnecessary includes of SDL_gfx header
2014-07-19 00:43:05 +02:00
inputdialog.h
InputDialog: header cleanup.
2011-10-23 12:46:52 +02:00
inputmanager.cpp
Make the button repeat rate (after the first repetition) a user setting.
2014-07-19 00:43:05 +02:00
inputmanager.h
Make the button repeat rate (after the first repetition) a user setting.
2014-07-19 00:43:05 +02:00
layer.h
Query animation status instead of storing it
2013-08-12 19:41:56 +02:00
link.cpp
Introduced custom application launch text
2014-07-19 01:09:16 +02:00
link.h
Introduced custom application launch text
2014-07-19 01:09:16 +02:00
linkapp.cpp
Made text file reading more efficient and robust
2014-07-24 10:41:20 +02:00
linkapp.h
Load previews from the previews/ subdir of the current dir in selectors.
2014-07-17 02:02:23 +02:00
Makefile.am
Removed Button class
2013-08-14 04:26:04 +02:00
mediamonitor.cpp
Code factorisation (Add function inject_user_event() to utilities)
2013-08-28 13:14:08 -04:00
mediamonitor.h
Add a MediaMonitor, which will watch CARD_ROOT for mountpoints
2013-07-19 12:37:56 -04:00
menu.cpp
Use the font's suggested line height instead of its ascent and descent.
2014-07-17 02:03:02 +02:00
menu.h
Sort links once they have all been added to the menu
2014-01-19 23:07:54 +01:00
menusetting.cpp
Cap the width of setting names in SettingDialog to the width of the longest
2014-07-24 11:07:30 +02:00
menusetting.h
Cap the width of setting names in SettingDialog to the width of the longest
2014-07-24 11:07:30 +02:00
menusettingbool.cpp
Cap the width of setting names in SettingDialog to the width of the longest
2014-07-24 11:07:30 +02:00
menusettingbool.h
Cap the width of setting names in SettingDialog to the width of the longest
2014-07-24 11:07:30 +02:00
menusettingdir.cpp
Various changes related to translations
2014-07-15 14:25:17 +02:00
menusettingdir.h
Made GMenu2X::ts private.
2011-12-23 14:03:05 +01:00
menusettingfile.cpp
Various changes related to translations
2014-07-15 14:25:17 +02:00
menusettingfile.h
Made GMenu2X::ts private.
2011-12-23 14:03:05 +01:00
menusettingimage.cpp
Use function getSkinPath() instead of reading the dir of the binary
2012-06-24 23:18:02 +02:00
menusettingimage.h
Made GMenu2X::ts private.
2011-12-23 14:03:05 +01:00
menusettingint.cpp
Cap the width of setting names in SettingDialog to the width of the longest
2014-07-24 11:07:30 +02:00
menusettingint.h
Cap the width of setting names in SettingDialog to the width of the longest
2014-07-24 11:07:30 +02:00
menusettingmultistring.cpp
Drop incredibly dirty and huge file FastDelegate.h
2013-07-29 12:58:25 -04:00
menusettingmultistring.h
Made GMenu2X::ts private.
2011-12-23 14:03:05 +01:00
menusettingrgba.cpp
Cap the width of setting names in SettingDialog to the width of the longest
2014-07-24 11:07:30 +02:00
menusettingrgba.h
Cap the width of setting names in SettingDialog to the width of the longest
2014-07-24 11:07:30 +02:00
menusettingstring.cpp
Drop incredibly dirty and huge file FastDelegate.h
2013-07-29 12:58:25 -04:00
menusettingstring.h
Made GMenu2X::ts private.
2011-12-23 14:03:05 +01:00
menusettingstringbase.cpp
Cap the width of setting names in SettingDialog to the width of the longest
2014-07-24 11:07:30 +02:00
menusettingstringbase.h
Cap the width of setting names in SettingDialog to the width of the longest
2014-07-24 11:07:30 +02:00
messagebox.cpp
Fix the bounding box of message boxes
2014-07-24 09:00:22 +02:00
messagebox.h
MessageBox: header cleanups.
2011-10-23 11:32:16 +02:00
monitor.cpp
Code factorisation (Add function inject_user_event() to utilities)
2013-08-28 13:14:08 -04:00
monitor.h
Stop watching a directory when it has been reported as removed
2013-07-19 14:35:45 -04:00
powersaver.cpp
Initialize the timers subsystem of SDL at the beginning
2013-07-22 00:20:18 -04:00
powersaver.h
Reinitialize the powersaver timer when a suspend has been detected.
2012-02-02 23:36:26 +01:00
selector.cpp
Removed unnecessary includes of SDL_gfx header
2014-07-19 00:43:05 +02:00
selector.h
Remove the 'Selector alias file' feature
2014-07-15 14:25:17 +02:00
settingsdialog.cpp
Cap the width of setting names in SettingDialog to the width of the longest
2014-07-24 11:07:30 +02:00
settingsdialog.h
Massive header cleanup.
2011-10-23 16:13:02 +02:00
surface.cpp
Implemented stream output for RGBAColor
2014-07-19 12:06:09 +02:00
surface.h
Implemented stream output for RGBAColor
2014-07-19 12:06:09 +02:00
surfacecollection.cpp
Fix issues with loading images with alpha disabled.
2014-07-17 01:25:41 +02:00
surfacecollection.h
Fix issues with loading images with alpha disabled.
2014-07-17 01:25:41 +02:00
textdialog.cpp
Use Font::wordWrap in TextDialog and TextManualDialog
2014-07-24 09:00:22 +02:00
textdialog.h
Use Font::wordWrap in TextDialog and TextManualDialog
2014-07-24 09:00:22 +02:00
textmanualdialog.cpp
Use Font::wordWrap in TextDialog and TextManualDialog
2014-07-24 09:00:22 +02:00
textmanualdialog.h
Use Font::wordWrap in TextDialog and TextManualDialog
2014-07-24 09:00:22 +02:00
touchscreen.cpp
Drop GP2X platform support.
2012-06-14 23:45:57 +02:00
touchscreen.h
Drop GP2X platform support.
2012-06-14 23:45:57 +02:00
translator.cpp
Check for empty strings using empty() instead of comparing to ""
2013-08-16 09:16:04 +02:00
translator.h
The "tr1" namespace is no longer needed now that we're on C++11
2013-08-01 14:37:56 +02:00
utilities.cpp
Made text file reading more efficient and robust
2014-07-24 10:41:20 +02:00
utilities.h
Made text file reading more efficient and robust
2014-07-24 10:41:20 +02:00
wallpaperdialog.cpp
Use the font's suggested line height instead of its ascent and descent.
2014-07-17 02:03:02 +02:00
wallpaperdialog.h
Made GMenu2X::ts private.
2011-12-23 14:03:05 +01:00