summaryrefslogtreecommitdiff
path: root/gui
Commit message (Collapse)AuthorAgeFilesLines
* GTK: improved cheat file automatic loading / name generation.SND\ckain_cp2013-11-283-17/+27
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88007 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* VSyncWA.SND\edgbla_cp2013-11-281-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88006 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GTK: made reset button to do something useful, not just cold boot to BIOS.SND\ckain_cp2013-11-281-4/+21
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88005 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Added option to not have memory card plugged. Chronicles of the Sword ↵SND\ckain_cp2013-11-282-1/+4
| | | | | | password screen can now be accessed. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88004 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GTK: when saving state check that plugins are opened like with load state.SND\ckain_cp2013-10-241-1/+12
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87653 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ECM file support: mature enough so it can be now integrated with other ↵SND\ckain_cp2013-09-161-4/+0
| | | | | | platforms aswell. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87188 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Added ECM file suffix to GTK GUI file load.SND\ckain_cp2013-09-131-0/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87154 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-09-051-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87087 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* make dist fix;SND\edgbla_cp2013-08-271-2/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87003 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* small gtk gui fix;SND\edgbla_cp2013-08-272-6/+15
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86978 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-08-261-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86947 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* make silence.SND\edgbla_cp2013-08-191-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86749 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GTK: autoload cheats from default path and filename, e.g. ↵SND\ckain_cp2013-07-316-98/+143
| | | | | | /home/user/.pcsxr/cheats/SLUS_90064-SLUS90064.cht. Also if entered cheat code is incorrect don't close input dialog. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86327 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GTK: memory dump window usability fix: copy values when cells are clicked.SND\ckain_cp2013-07-311-11/+49
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86320 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GTK/dfinput: added "prevent screensaver" feature. Makes ugly call to ↵SND\ckain_cp2013-07-261-0/+23
| | | | | | xdg-screensaver script which seems to be only sopisticated way of handling multiple screensaver backends. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86254 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* PSXCPU_LOG for dynarec64 (dumped only compile). Dump log only if PSXCPU_LOG ↵SND\ckain_cp2013-06-071-3/+3
| | | | | | defined and Config.PsxOut option is used. Minor code polishments. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85183 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GTK: generate 'CD lid open/close event' automagically when switching ISO ↵SND\ckain_cp2013-05-231-20/+25
| | | | | | images. No need to press F9 & F10 anymore when a game wants to change CDs. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84880 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GTK: dfinput added emulator key (hotkey) mapping to keyboard or controller. ↵SND\ckain_cp2013-04-161-2/+16
| | | | | | Existing hotkeys are hard coded like F1 for savestate, but now it can have an alias hotkey on keyboard s button for example. These can be configured from dfinput dialog. Also added support for fastforward key (tilde / section key). Currently only dfxvideo supports it by full extent. Hopefully someone can merge these changes to Windows build. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84102 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Improved cheat file saving in GTK GUI. Extension .cht is now added if filter ↵SND\ckain_cp2013-03-301-36/+64
| | | | | | has it and filename is missing it. Also open cheat filename will be kept in memory. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83798 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-02-261-12/+20
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83178 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* rm gdk-compat.h;SND\edgbla_cp2013-02-263-287/+72
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83177 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GTK - got rid of MemcardDlg compile time warnings.SND\ckain_cp2013-02-251-57/+58
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83135 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Check if the selected combobox value is actually a valid plugin. Also there ↵SND\ckain_cp2013-02-241-46/+44
| | | | | | is no need to call ConfigurePlugins() from on_configure_plugin() and on_about_plugin(). Thanks Solis. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83111 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-02-221-0/+3
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83090 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* SaveState -> check returned SPU size.SND\ckain_cp2013-02-201-93/+93
| | | | | | | GtkGui.c -> use GTK_WIDGET macro. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83029 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GTK ConfDlg: Added GTK macros so no more gcc warnings. Fixed BIOS/Plugin ↵SND\ckain_cp2013-02-171-36/+45
| | | | | | directory change errors. Thanks Solis. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82960 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Improved IsoImgDir saving & detection on GTK GUI.SND\ckain_cp2013-02-151-3/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82923 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Enable 128MB full file buffer for emuLog when using interpreter CPU & ↵SND\ckain_cp2013-02-151-2/+13
| | | | | | PSXCPU_LOG. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82922 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ...SND\edgbla_cp2013-02-142-0/+25
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82904 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ...SND\edgbla_cp2013-02-141-0/+9
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82903 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* sio;SND\edgbla_cp2013-02-145-16/+111
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82898 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* add more extensions to file selectorsSND\notaz_cp2013-01-081-1/+7
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82102 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Setting end-of-line metadata.SND\MaddTheSane_cp2012-12-265-0/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81974 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 13457 (ckain);SND\edgbla_cp2012-12-191-63/+99
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81830 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 13442, 13443 (ckain);SND\edgbla_cp2012-12-133-5/+45
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81738 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ,SND\edgbla_cp2012-12-011-3/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81604 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Cheat toggling.SND\edgbla_cp2012-12-011-5/+20
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81603 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2012-11-202-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81327 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* gtk3 (thanks to Rafał Mużyło);SND\edgbla_cp2012-11-208-108/+108
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81326 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Unix style EOL (thanks to darktjm);SND\edgbla_cp2012-11-1813-5922/+5922
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81299 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* mcd dlg icons animation speed;SND\edgbla_cp2012-10-311-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80825 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* update my email address.SND\weimingzhi_cp2012-10-231-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80665 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cheats, search column;SND\edgbla_cp2012-10-201-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80650 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* main gui, toolbuttons (shutdown command);SND\edgbla_cp2012-10-181-0/+11
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80601 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* libglade -> gtkbuilder.SND\edgbla_cp2012-10-156-419/+368
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80418 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 12651 (dokuganryu);SND\edgbla_cp2012-07-311-2/+16
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@79276 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 12559 (dokuganryu).SND\edgbla_cp2012-07-121-1/+26
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@78971 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Configuration->CPU->Widescreen (16:9, GTE Hack).SND\edgbla_cp2012-05-202-0/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@78188 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Updated Free Software Foundation address (Jem256).SND\dario86_cp2012-02-1915-16/+16
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75156 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72730 ↵SND\edgbla_cp2011-11-301-1/+0
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97