Root/src

File Age Message Size
  ..
blob .gitignore 13 years 9 months Maarten ter Huurne: Let git ignore files we expect to be generated during the build. 40 bytes
blob Makefile.am 8 years 10 months Maarten ter Huurne: Removed "gp2x.h" header 1.71 kB
blob background.cpp 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 822 bytes
blob background.h 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 491 bytes
blob battery.cpp 8 years 10 months Maarten ter Huurne: Don't crash if battery icon is not found 1.71 kB
blob battery.h 8 years 10 months Maarten ter Huurne: Don't crash if battery icon is not found 456 bytes
blob browsedialog.cpp 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 5.96 kB
blob browsedialog.h 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 2.70 kB
blob buttonbox.cpp 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 458 bytes
blob buttonbox.h 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 342 bytes
blob clock.cpp 10 years 6 months Paul Cercueil: Code factorisation (Add function inject_user_event() to utilities) 3.50 kB
blob clock.h 10 years 7 months Maarten ter Huurne: Made Clock destruction safe 565 bytes
blob contextmenu.cpp 8 years 10 months Maarten ter Huurne: Only allow empty sections to be deleted 4.13 kB
blob contextmenu.h 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 721 bytes
blob cpu.cpp 13 years 6 months Ayla: Replaced every message output by calls to the log macros. 889 bytes
blob cpu.h 13 years 8 months Maarten ter Huurne: Set CPU frequency through sysfs. 76 bytes
blob debug.h 11 years 2 months Maarten ter Huurne: Changed text color of warnings from yellow to magenta 1.47 kB
blob dialog.cpp 8 years 10 months Maarten ter Huurne: Pass GMenu2X instance by reference instead of pointer 919 bytes
blob dialog.h 8 years 10 months Maarten ter Huurne: Pass GMenu2X instance by reference instead of pointer 384 bytes
blob dirdialog.cpp 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 1.71 kB
blob dirdialog.h 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 1.69 kB
blob filedialog.cpp 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 2.08 kB
blob filedialog.h 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 1.79 kB
blob filelister.cpp 9 years 6 months Maarten ter Huurne: Don't assume that all non-directories are regular files 4.83 kB
blob filelister.h 9 years 7 months Maarten ter Huurne: Deal gracefully with the selector being started on a non-existent dir 2.73 kB
blob font.cpp 8 years 10 months Maarten ter Huurne: If font fails to open, log path tried 7.11 kB
blob font.h 9 years 7 months Maarten ter Huurne: Have Font::write return the width of the drawn text 1.56 kB
blob gmenu2x.cpp 8 years 10 months Maarten ter Huurne: Put code for moving links to a different section into Menu class 32.03 kB
blob gmenu2x.h 8 years 10 months Maarten ter Huurne: Removed the "Rename section" option 6.29 kB
blob helppopup.cpp 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 1.00 kB
blob helppopup.h 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 454 bytes
blob iconbutton.cpp 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 1.24 kB
blob iconbutton.h 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 625 bytes
blob imagedialog.cpp 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 2.39 kB
blob imagedialog.h 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 1.91 kB
blob imageio.cpp 9 years 8 months Nebuleon Fumika: Fix issues with loading images with alpha disabled. 4.67 kB
blob imageio.h 9 years 8 months Nebuleon Fumika: Fix issues with loading images with alpha disabled. 238 bytes
blob inputdialog.cpp 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 9.34 kB
blob inputdialog.h 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 2.38 kB
blob inputmanager.cpp 8 years 10 months Maarten ter Huurne: Quit GMenu2X when window is closed in main screen 9.86 kB
blob inputmanager.h 8 years 10 months Maarten ter Huurne: Quit GMenu2X when window is closed in main screen 2.98 kB
blob launcher.cpp 9 years 7 months Maarten ter Huurne: Moved console bind+activate code into Launcher 1.47 kB
blob launcher.h 9 years 7 months Maarten ter Huurne: Moved console bind+activate code into Launcher 373 bytes
blob layer.h 8 years 10 months Maarten ter Huurne: Gave Layer class a protected constructor 1.16 kB
blob link.cpp 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 4.15 kB
blob link.h 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 2.67 kB
blob linkapp.cpp 8 years 10 months Maarten ter Huurne: Changed LinkApp::renameFile() to setFile() 17.97 kB
blob linkapp.h 8 years 10 months Maarten ter Huurne: Changed LinkApp::renameFile() to setFile() 3.43 kB
blob mediamonitor.cpp 10 years 6 months Paul Cercueil: Code factorisation (Add function inject_user_event() to utilities) 760 bytes
blob mediamonitor.h 10 years 7 months Paul Cercueil: Add a MediaMonitor, which will watch CARD_ROOT for mountpoints 404 bytes
blob menu.cpp 8 years 10 months Maarten ter Huurne: Put code to construct unique path into new utlity function uniquePath() 22.45 kB
blob menu.h 8 years 10 months Maarten ter Huurne: Put code for moving links to a different section into Menu class 4.92 kB
blob menusetting.cpp 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 2.16 kB
blob menusetting.h 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 2.18 kB
blob menusettingbool.cpp 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 3.30 kB
blob menusettingbool.h 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 2.18 kB
blob menusettingdir.cpp 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 2.25 kB
blob menusettingdir.h 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 1.75 kB
blob menusettingfile.cpp 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 2.28 kB
blob menusettingfile.h 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 1.81 kB
blob menusettingimage.cpp 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 2.60 kB
blob menusettingimage.h 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 1.83 kB
blob menusettingint.cpp 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 3.65 kB
blob menusettingint.h 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 2.06 kB
blob menusettingmultistring.cpp 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 2.84 kB
blob menusettingmultistring.h 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 2.12 kB
blob menusettingrgba.cpp 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 6.53 kB
blob menusettingrgba.h 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 2.48 kB
blob menusettingstring.cpp 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 2.35 kB
blob menusettingstring.h 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 1.87 kB
blob menusettingstringbase.cpp 8 years 10 months Maarten ter Huurne: Pass GMenu2X instance by reference instead of pointer 2.36 kB
blob menusettingstringbase.h 8 years 10 months Maarten ter Huurne: Pass GMenu2X instance by reference instead of pointer 2.10 kB
blob messagebox.cpp 8 years 10 months Maarten ter Huurne: Pass GMenu2X instance by reference instead of pointer 4.38 kB
blob messagebox.h 8 years 10 months Maarten ter Huurne: Pass GMenu2X instance by reference instead of pointer 2.00 kB
blob monitor.cpp 9 years 6 months Maarten ter Huurne: Fix build with musl libc 1.92 kB
blob monitor.h 9 years 7 months Maarten ter Huurne: Don't use (void) for empty argument list 608 bytes
blob powersaver.cpp 9 years 5 months Maarten ter Huurne: Fixed blanking state set by PowerSaver 2.18 kB
blob powersaver.h 9 years 7 months Maarten ter Huurne: Dismantled Singleton pattern of PowerSaver 543 bytes
blob selector.cpp 8 years 10 months Maarten ter Huurne: Suppress Clang analyzer warnings about dead assignments 7.19 kB
blob selector.h 8 years 10 months Maarten ter Huurne: Pass GMenu2X instance by reference instead of pointer 2.15 kB
blob settingsdialog.cpp 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 3.81 kB
blob settingsdialog.h 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 2.21 kB
blob surface.cpp 9 years 7 months Maarten ter Huurne: Log surface load failures at DEBUG level instead of ERROR 10.13 kB
blob surface.h 9 years 7 months Maarten ter Huurne: Removed skin lookup feature from OffscreenSurface::loadImage 5.44 kB
blob surfacecollection.cpp 9 years 7 months Maarten ter Huurne: Store "bgmain" in the GMenu2X object instead of in SurfaceCollection 5.12 kB
blob surfacecollection.h 9 years 7 months Maarten ter Huurne: Simplify code to reload section icons when skin changes 2.55 kB
blob textdialog.cpp 8 years 10 months Maarten ter Huurne: Suppress Clang analyzer warnings about dead assignments 4.18 kB
blob textdialog.h 8 years 10 months Maarten ter Huurne: Pass GMenu2X instance by reference instead of pointer 2.00 kB
blob textmanualdialog.cpp 8 years 10 months Maarten ter Huurne: Suppress Clang analyzer warnings about dead assignments 5.13 kB
blob textmanualdialog.h 8 years 10 months Maarten ter Huurne: Pass GMenu2X instance by reference instead of pointer 1.92 kB
blob translator.cpp 10 years 7 months Maarten ter Huurne: Check for empty strings using empty() instead of comparing to "" 3.27 kB
blob translator.h 10 years 7 months Maarten ter Huurne: The "tr1" namespace is no longer needed now that we're on C++11 2.10 kB
blob utilities.cpp 8 years 10 months Maarten ter Huurne: Put code to construct unique path into new utlity function uniquePath() 6.71 kB
blob utilities.h 8 years 10 months Maarten ter Huurne: Put code to construct unique path into new utlity function uniquePath() 4.43 kB
blob wallpaperdialog.cpp 8 years 10 months Maarten ter Huurne: Fixed formatting string type mismatches 5.33 kB
blob wallpaperdialog.h 9 years 5 months Nebuleon Fumika: Remove all touch-screen-related code 1.72 kB

Archive Download this version or git clone git://projects.qi-hardware.com/gmenu2x.git Help



interactive