.. |
sparsehash-1.6
|
initial commit - needs clean-up
|
2010-02-04 12:33:47 +01:00 |
.gitignore
|
Let git ignore files we expect to be generated during the build.
|
2010-06-17 18:45:52 +02:00 |
asfont.cpp
|
pass strings by reference where possible
|
2010-05-02 14:38:16 +02:00 |
asfont.h
|
pass strings by reference where possible
|
2010-05-02 14:38:16 +02:00 |
browsedialog.cpp
|
Move methods only used by dialogs from the GMenu2x class to a common base class
|
2010-05-05 14:35:52 +02:00 |
browsedialog.h
|
Move methods only used by dialogs from the GMenu2x class to a common base class
|
2010-05-05 14:35:52 +02:00 |
button.cpp
|
initial commit - needs clean-up
|
2010-02-04 12:33:47 +01:00 |
button.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 |
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
|
Removed spaces at end of lines in source files.
|
2010-06-18 03:12:58 +02:00 |
cpu.h
|
Removed spaces at end of lines in source files.
|
2010-06-18 03:12:58 +02:00 |
dialog.cpp
|
Move methods only used by dialogs from the GMenu2x class to a common base class
|
2010-05-05 14:35:52 +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
|
Removed spaces at end of lines in source files.
|
2010-06-18 03:12:58 +02:00 |
filedialog.cpp
|
Unify filedialog and browsedialog code
|
2010-05-03 19:58:28 +02:00 |
filedialog.h
|
Unify filedialog and browsedialog code
|
2010-05-03 19:58:28 +02:00 |
filelister.cpp
|
Replaced "hash_map" by "unordered_map" to get rid of deprecation warnings.
|
2010-06-18 00:45:16 +02:00 |
filelister.h
|
Unify filedialog and browsedialog code
|
2010-05-03 19:58:28 +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
|
Removed spaces at end of lines in source files.
|
2010-06-18 03:12:58 +02:00 |
gmenu2x.h
|
Use the Google Sparsehash package that is included in our source tree.
|
2010-06-18 02:13:05 +02:00 |
gp2x.h
|
initial commit - needs clean-up
|
2010-02-04 12:33:47 +01:00 |
iconbutton.cpp
|
remove redundant assignments
|
2010-05-02 20:02:21 +02:00 |
iconbutton.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 |
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 |
inputdialog.cpp
|
Move methods only used by dialogs from the GMenu2x class to a common base class
|
2010-05-05 14:35:52 +02:00 |
inputdialog.h
|
Move methods only used by dialogs from the GMenu2x class to a common base class
|
2010-05-05 14:35:52 +02:00 |
inputmanager.cpp
|
Removed spaces at end of lines in source files.
|
2010-06-18 03:12:58 +02:00 |
inputmanager.h
|
pass strings by reference where possible
|
2010-05-02 14:38:16 +02:00 |
jz4740.h
|
Removed spaces at end of lines in source files.
|
2010-06-18 03:12:58 +02:00 |
link.cpp
|
remove redundant assignments
|
2010-05-02 20:02:21 +02:00 |
link.h
|
pass strings by reference where possible
|
2010-05-02 14:38:16 +02:00 |
linkaction.cpp
|
initial commit - needs clean-up
|
2010-02-04 12:33:47 +01:00 |
linkaction.h
|
initial commit - needs clean-up
|
2010-02-04 12:33:47 +01:00 |
linkapp.cpp
|
Removed spaces at end of lines in source files.
|
2010-06-18 03:12:58 +02:00 |
linkapp.h
|
pass strings by reference where possible
|
2010-05-02 14:38:16 +02:00 |
listview.cpp
|
Use a simple array instead of a hashmap for the colors.
|
2010-05-02 19:53:06 +02:00 |
listview.h
|
pass strings by reference where possible
|
2010-05-02 14:38:16 +02:00 |
listviewitem.cpp
|
pass strings by reference where possible
|
2010-05-02 14:38:16 +02:00 |
listviewitem.h
|
pass strings by reference where possible
|
2010-05-02 14:38:16 +02:00 |
lr.xcf
|
initial commit - needs clean-up
|
2010-02-04 12:33:47 +01:00 |
Makefile-zear
|
add zear's Makefile for comparison
|
2010-02-17 21:44:41 +01:00 |
Makefile.am
|
Use the Google Sparsehash package that is included in our source tree.
|
2010-06-18 02:13:05 +02:00 |
menu.cpp
|
Removed PXML support.
|
2010-06-17 19:37:21 +02:00 |
menu.h
|
Unify filedialog and browsedialog code
|
2010-05-03 19:58:28 +02:00 |
menusetting.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 |
menusetting.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 |
menusettingbool.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 |
menusettingbool.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 |
menusettingdir.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 |
menusettingdir.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 |
menusettingfile.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 |
menusettingfile.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 |
menusettingimage.cpp
|
Unify filedialog and browsedialog code
|
2010-05-03 19:58:28 +02:00 |
menusettingimage.h
|
pass strings by reference where possible
|
2010-05-02 14:38:16 +02:00 |
menusettingint.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 |
menusettingint.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 |
menusettingmultistring.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 |
menusettingmultistring.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 |
menusettingrgba.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 |
menusettingrgba.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 |
menusettingstring.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 |
menusettingstring.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 |
messagebox.cpp
|
Removed spaces at end of lines in source files.
|
2010-06-18 03:12:58 +02:00 |
messagebox.h
|
pass strings by reference where possible
|
2010-05-02 14:38:16 +02:00 |
selector.cpp
|
Replaced "hash_map" by "unordered_map" to get rid of deprecation warnings.
|
2010-06-18 00:45:16 +02:00 |
selector.h
|
Replaced "hash_map" by "unordered_map" to get rid of deprecation warnings.
|
2010-06-18 00:45:16 +02:00 |
selectordetector.cpp
|
Convert source files to UNIX newlines.
|
2010-06-18 03:09:00 +02:00 |
selectordetector.h
|
Convert source files to UNIX newlines.
|
2010-06-18 03:09:00 +02:00 |
settingsdialog.cpp
|
Move methods only used by dialogs from the GMenu2x class to a common base class
|
2010-05-05 14:35:52 +02:00 |
settingsdialog.h
|
Move methods only used by dialogs from the GMenu2x class to a common base class
|
2010-05-05 14:35:52 +02:00 |
sfontplus.cpp
|
Fix out of bounds read
|
2010-05-03 23:53:06 +02:00 |
sfontplus.h
|
Convert source files to UNIX newlines.
|
2010-06-18 03:09:00 +02:00 |
surface.cpp
|
pass strings by reference where possible
|
2010-05-02 14:38:16 +02:00 |
surface.h
|
pass strings by reference where possible
|
2010-05-02 14:38:16 +02:00 |
surfacecollection.cpp
|
pass strings by reference where possible
|
2010-05-02 14:38:16 +02:00 |
surfacecollection.h
|
pass strings by reference where possible
|
2010-05-02 14:38:16 +02:00 |
textdialog.cpp
|
Move methods only used by dialogs from the GMenu2x class to a common base class
|
2010-05-05 14:35:52 +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
|
Move methods only used by dialogs from the GMenu2x class to a common base class
|
2010-05-05 14:35:52 +02:00 |
textmanualdialog.h
|
pass strings by reference where possible
|
2010-05-02 14:38:16 +02:00 |
touchscreen.cpp
|
Initalise event
|
2010-05-03 23:44:44 +02:00 |
touchscreen.h
|
initial commit - needs clean-up
|
2010-02-04 12:33:47 +01:00 |
translator.cpp
|
Replaced "hash_map" by "unordered_map" to get rid of deprecation warnings.
|
2010-06-18 00:45:16 +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
|
pass strings by reference where possible
|
2010-05-02 14:38:16 +02:00 |
utilities.h
|
Replaced "hash_map" by "unordered_map" to get rid of deprecation warnings.
|
2010-06-18 00:45:16 +02:00 |
wallpaperdialog.cpp
|
Move methods only used by dialogs from the GMenu2x class to a common base class
|
2010-05-05 14:35:52 +02:00 |
wallpaperdialog.h
|
Move methods only used by dialogs from the GMenu2x class to a common base class
|
2010-05-05 14:35:52 +02:00 |