David Fuhrmann
36f6db3725
macosx: rename to VLCBookmarksWindowController
10 years ago
David Fuhrmann
3a07082aca
macosx: Convert VLCBookmarks to NSWindowController subclass
11 years ago
Felix Paul Kühne
985ad1a4aa
macosx/bookmarks: remove explicit singleton
11 years ago
Felix Paul Kühne
8861bc52aa
macosx/bookmarks: remove object from xib file
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
96a40ef267
macosx: bookmarks: remove byte field from table view and edit dialog
This field is shall not be used anymore. And its rather cubersome
for the user anyway.
11 years ago
David Fuhrmann
ef9b397618
macosx: remove outdated and unneeded bookmarks table reload
12 years ago
David Fuhrmann
ee503a8ffe
macosx: use input changed event to update bookmarks dialog
This allows lazy loading of the bookmarks window.
12 years ago
David Fuhrmann
b52bb8378f
macosx: refresh bookmarks list when input item changes ( close #11160 )
12 years ago
David Fuhrmann
a02360f242
macosx: fix and improve window level handling
- fix behavior of video-on-top by adapting to vout windows handling changes
- set all windows to status level if one vout window has this level:
This avoids that video effects panel, audio efffects panel etc. pp. are opened behind
a vout window. Now they can be used as usual.
Please note, that due to the type of these panels they do not remain visible
when VLC gets inactive.
13 years ago
Felix Paul Kühne
cd612818db
macosx: fix and clean-up the bookmarks code ( close #6947 )
The code is far from being great, but it matches the Qt intf now.
14 years ago
Felix Paul Kühne
7911a9209f
macosx: copyright fixes
15 years ago
Felix Paul Kühne
8755828623
macosx: unify my mail address
17 years ago
Felix Paul Kühne
c3a1a71278
macosx: get rid of the infamous 'get' prefixes everywhere and finally respect Cocoa's naming scheme here
17 years ago
Rémi Denis-Courmont
3561b9b28f
Plugins: include vlc_common.h directly instead of vlc/vlc.h
18 years ago
Felix Paul Kühne
bfdbb36ff8
macosx: we need to import intf.h before any import of vlc/vlc.h, because it includes config.h
18 years ago
Felix Paul Kühne
f25e0c78ab
* cleaning, reformatting, clarifying here and there...
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
Rémi Denis-Courmont
baed4c1bfd
Don't use weird MAC charset
21 years ago
Antoine Cellerier
2cb472dba0
FSF address change.
21 years ago
Felix Paul Kühne
509ed54396
* ALL: ported the WX-bookmarks-window to Cocoa ( closes #22 )
- complete functionality except "Extract" (I'm going to fix that next week)
* MainMenu.nib: re-orded the window-menu a bit
* wizard.*: added a method to launch it from the bookmarks
21 years ago