Marvin Scholz
72816d8ec0
macosx: Remove unused advanced option from prefs
8 years ago
David Fuhrmann
3488ce79cf
macosx: fix warning about missing method implementation
11 years ago
Felix Paul Kühne
0b9b7eab08
macosx: privatise instance variables and resolve class dependencies on internal implementation details
11 years ago
David Fuhrmann
9b67dffa3e
macosx: advanced prefs: fix table view width autosizing
13 years ago
David Fuhrmann
4eadbaec86
macosx: prefs: implement string list config and integer list config with popup box
There should be no reason why the user should be able to freely changes strings here.
14 years ago
David Fuhrmann
d496ba57cd
macosx: advanced prefs: add support for config sections
close #7971
14 years ago
Felix Paul Kühne
598996f28a
macosx: simplify prefs widgets code slightly
14 years ago
Felix Paul Kühne
41857c81b5
macosx: simplify prefs widgets header
14 years ago
Felix Paul Kühne
012fa5d2e5
macosx/prefs_widgets: replace deprecated API call with modern blocks-based counterpart
14 years ago
Felix Paul Kühne
7911a9209f
macosx: copyright fixes
15 years ago
Felix Paul Kühne
1477998d54
macosx: moved compatiblity fixes to a designated header
15 years ago
Felix Paul Kühne
dac7641538
macosx: fixed compilation when using the 10.5 SDK
15 years ago
Felix Paul Kühne
06e1cd04b3
macosx: fill the side bar with SDs, etc.
note: playlist view isn't connected to the side bar yet
15 years ago
Felix Paul Kühne
940a60aae4
macosx: fixed prefs compilation and fixed an appearance issue
15 years ago
Derk-Jan Hartman
d66f3c8747
macosx gui: Fix resetting of the prefs.
Ok, this isn't making it much nicer, and this code definetly needs a more careful rewrite, but this is patchwork for the 1.0-bugfix release and at least it will do for now.
- reset's the values in any loaded views after reset of the config is called
- does not reset the module selector atm. might follow later on.
17 years ago
Felix Paul Kühne
9643263b97
Clean up (with a little help from clang)
18 years ago
Felix Paul Kühne
c3a1a71278
macosx: get rid of the infamous 'get' prefixes everywhere and finally respect Cocoa's naming scheme here
18 years ago
Felix Paul Kühne
4a7bb5396d
macosx: remove the legacy CONFIG_ITEM_KEY_BEFORE_10_3 code
18 years ago
Pierre d'Herbemont
449fd28aaf
Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false.
This improves readability a lot and prevent us from reinventing the wheel.
19 years ago
Rafaël Carré
ed3227e6bc
Fix macosx gui compilation (shame on me i broke it in [21943])
19 years ago
Rafaël Carré
6ee1e193fd
Removes trailing spaces. Removes tabs.
19 years ago
Felix Paul Kühne
cd19d6a43b
* collection of various fixes and edits
- removed <10.3 support in the preferences' code
- added preliminary support for Obj-C 2.0 / Garbage Collection
- needs to be enabled manually in intf.h for now and is restricted to future Darwin release
- updated various copyright dates to approbate values
- configured the source tree in the Xcode project for future Xcode releases
- finally renamed the Xcode project to the correct bundle extension
20 years ago
Antoine Cellerier
2cb472dba0
FSF address change.
21 years ago
Derk-Jan Hartman
7db33a0adc
* Section titles for the OSX Preferences.
21 years ago
Rémi Denis-Courmont
fe087a3828
Make Zorglub less unhappy
21 years ago
Rémi Denis-Courmont
85b29bdc28
Copyright fixes
(da big courmischage)
21 years ago
Jérome Decoodt
b0b9f40970
*: fix alignment of widgets.
- What shall we do for files and module list ?
- Why is there a space after "Audio viualization" in src/libvlc.h ?
22 years ago
Jérome Decoodt
35736da092
*: remove useless code
22 years ago
Jérome Decoodt
060244a84d
*: fix problems about advanced button
22 years ago
Jérome Decoodt
ef6a3f6905
- added macosx version detection at runtime with /System/Library/CoreServices/SystemVersion.plist file
- wrapped code
22 years ago
Jérome Decoodt
a0ff74f761
Added widget, fix save, etc.
Known bugs: changing advanced view, detection of MacOS X version at
runtime and many others...
22 years ago
Jérome Decoodt
66bf046e84
Work on MacOS preferences. Need to be completed, improved, and debugged...
22 years ago
Benjamin Pracht
136957ea77
Make the playlist info window a new object
23 years ago
Derk-Jan Hartman
1672cb91be
* THANKS: hungarian translator and designer of OSX intf controller added
* modules/LIST: updated
* Makefile.am: include new OS X art in the dist.
* NEWS: updated
* */.cvsignore: added and improved some of these.
* modules/gui/macosx/prefs_widgets.?:
- new config controls much like in the wxwindows module. not yet in use.
- beware not tested irl. but it compiles :)
23 years ago