aboutsummaryrefslogtreecommitdiff
path: root/base
AgeCommit message (Expand)Author
2013-01-27GUI: Allow user to display hidden files in the browser dialog.Johannes Schickel
2013-01-26Merge branch 'eriktorbjorn-fluidsynth-settings'Johannes Schickel
2013-01-26GUI: Make the FluidSynth settings dialog a bit more like QsynthTorbjörn Andersson
2013-01-26FLUIDSYNTH: Add separate dialog for FluidSynth settingsTorbjörn Andersson
2013-01-02JANITORIAL: Fix or silence a couple of Clang analyzer warningsTorbjörn Andersson
2012-09-26GUI: Save/restore the last used page in the grid save/load dialog.Johannes Schickel
2012-09-17GRAPHICS: Rework YUV->RGB code a bitMatthew Hoops
2012-09-18BASE: Close possible EngineManager memory leak.D G Turner
2012-08-12Merge pull request #260 from lordhoto/new-chooser.Johannes Schickel
2012-07-08RELEASE: This is 1.6.0gitEugene Sandulenko
2012-06-29GUI: Remember last save/load chooser selection.Johannes Schickel
2012-06-14BASE: Add operator* to PluginSubclass.Johannes Schickel
2012-05-15MIDI: add sndio midi backendJonathan Gray
2012-05-03Merge pull request #213 from fuzzie/leak-fixesJohannes Schickel
2012-04-18ENGINES: Move table of engines from base/plugins.cpp to new headerMax Horn
2012-04-01BASE: Construct empty String instead of using "".Johannes Schickel
2012-03-31ENGINES: Return all available custom GUI options if no target is specifiedFilippos Karapetis
2012-03-28BASE: Free TTFLibrary singleton on shutdown.Alyssa Milburn
2012-03-28BASE: Destroy singletons on exit.Alyssa Milburn
2012-03-25GUI: Remove leftover code for the global dithering checkboxFilippos Karapetis
2012-03-19GUI: Add per-engine and per-game optionsFilippos Karapetis
2012-03-17ALL: Make use of defined() for the preprocessor consistent.Johannes Schickel
2012-03-17COMMON: Add a space between a string literal and a macro parameter so C++11 d...Christoph Mallon
2012-02-27KEYMAPPER: Rename HardwareKey to HardwareInputTarek Soliman
2012-02-26COMMON: Move RenderMode and GUIOptions functionality into separate filesMax Horn
2012-02-22KEYMAPPER: Fix mistake in last commitTarek Soliman
2012-02-22KEYMAPPER: Minor cleanupTarek Soliman
2012-02-21Merge pull request #182 from fingolfin/forbid-ctypeWillem Jan Palenstijn
2012-02-21KEYMAPPER: Remove automapping dead codeTarek Soliman
2012-02-20COMMON: Move isFoo functions to namespace Common, add doxygen commentsMax Horn
2012-02-20KEYMAPPER: Move F7 and F8 handling to DefaultEventMapperTarek Soliman
2012-02-15ALL: Avoid using is* macros from ctype.hMax Horn
2012-02-13KEYMAPPER: Fix Action ctor args in most keymapsTarek Soliman
2012-02-12KEYMAPPER: Allow ports to define their own global keymapTarek Soliman
2012-02-10BASE: Remove unneeded code in PluginManagerUncached.Johannes Schickel
2012-02-04KEYMAPPER: Added Toggle FullScreen actionTarek Soliman
2012-02-02KEYMAPPER: Handle EVENT_MAINMENU directlyTarek Soliman
2012-02-01Revert "BASE: Get rid of unecessary friend in PluginManagerUncached."Alyssa Milburn
2012-02-01BASE: Get rid of unecessary friend in PluginManagerUncached.Johannes Schickel
2012-01-29GRAPHICS: Add a TTF font class using FreeType2.Johannes Schickel
2012-01-07KEYMAPPER: Constantify global keymap nameTarek Soliman
2011-12-30KEYMAPPER: Make engine keymap init and cleanup more genericTarek Soliman
2011-11-23BASE: Implement a command to list all available audio devices on the shell.Johannes Schickel
2011-11-20TOLTECS: integrate engineAlex Bevilacqua
2011-11-20M4: Removed the M4/MADS engine from trunkPaul Gilbert
2011-11-02Revert "KEYMAPPER: Make global keymap that is always active"Tarek Soliman
2011-10-27KEYMAPPER: Make global keymap that is always activeTarek Soliman
2011-10-27BASE: Make global keymap inheritTarek Soliman
2011-10-20RELEASE: This is 1.5.0gitEugene Sandulenko
2011-10-06BASE: Slight cleanup.Johannes Schickel