index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
windows.c
Age
Commit message (
Expand
)
Author
2013-04-01
Match subsurface_get_conf* in windows/macos.c with linux.c
Henrik Brautaset Aronsen
2013-04-01
Have some C++ file in the project
Alberto Mardegan
2013-03-05
windows.c: Use a zeroed buffer when retrieving the module path
Lubomir I. Ivanov
2013-03-05
windows.c: Change the current process path to the module path
Lubomir I. Ivanov
2013-03-02
windows.c: Fix broken subsurface_unset_conf()
Lubomir I. Ivanov
2013-03-01
windows.c: use ANSI for subsurface_unset_conf()
Lubomir I. Ivanov
2013-02-28
windows.c: Added support for "int" configuration storage
Lubomir I. Ivanov
2013-02-28
Remember window size
Amit Chaudhuri
2013-02-09
Fixed some memory leaks in windows.c and main.c
Lubomir I. Ivanov
2013-01-30
Massive cleanup
Dirk Hohndel
2013-01-25
Remove some unnecessary variable initializations
Dirk Hohndel
2013-01-25
windows.c: Add unicode support in subsurface_launch_for_uri()
Lubomir I. Ivanov
2013-01-15
Added the OS dependent function subsurface_launch_for_uri()
Lubomir I. Ivanov
2013-01-11
Add default filename and divelist font to prefs structure
Linus Torvalds
2013-01-10
Fix Windows build
Dirk Hohndel
2013-01-10
Clean up preference saving code
Linus Torvalds
2013-01-10
Split up preference data structure definition into 'pref.h'
Linus Torvalds
2012-10-31
Show drive name after the drive letter on Windows
Dirk Hohndel
2012-10-29
windows.c: added device retrieval from subsurface_fill_device_list()
Lubomir I. Ivanov
2012-10-27
Improve the dive computer device selection
Dirk Hohndel
2012-10-19
Added a function to check if specific OS features are available
Lubomir I. Ivanov
2012-10-18
Find translation files on Linux after Subsurface was installed
Dirk Hohndel
2012-10-16
Improved packaging for Windows
Dirk Hohndel
2012-10-15
Set locale under Windows
Dirk Hohndel
2012-10-15
Support for gettext in MacOSX application bundle
Henrik Brautaset Aronsen
2012-10-07
Fix potential crash when attempting to free default font
Dirk Hohndel
2012-10-05
Added unicode support for the configuration entries on Windows
Lubomir I. Ivanov
2012-10-04
Provide a method to use unicode command line arguments on Windows
Lubomir I. Ivanov
2012-09-17
Once again improve existing filename handling
Dirk Hohndel
2012-09-09
First cut of adding a default file name
Dirk Hohndel
2012-05-05
set subsurface_flush_conf() to no-op in wondows.c
Lubomir I. Ivanov
2012-05-02
Don't close config file when changing preferences
Linus Torvalds
2012-01-03
Even more Mac-i-ness
Dirk Hohndel
2012-01-01
Turn subsurface into a real Mac application
Dirk Hohndel
2011-12-28
Make icon file name OS helper function
Dirk Hohndel
2011-12-14
Return is not a function
Dirk Hohndel
2011-12-13
Add reasonable default device names for divecomputer import
Dirk Hohndel
2011-11-25
Add more typecasts for Windows`
Dirk Hohndel
2011-11-25
Fix the Windows preferences support
Dirk Hohndel
2011-11-24
Improve cross compile support and fix windows.c
Dirk Hohndel
2011-11-24
Split reading/writing preferences into OS specific files
Dirk Hohndel