Commit Graph

10 Commits

Author SHA1 Message Date
Allan Odgaard
f06161b395 Do not set content hugging and compression resistance for image button 2020-04-28 09:52:10 +07:00
Allan Odgaard
6e6dbd4a1e Ensure label colors are aligned between open and non-open files 2020-04-28 09:52:10 +07:00
Allan Odgaard
ce651e8acb Ensure labels are rendered as selected when table row is emphasized 2020-04-28 09:52:10 +07:00
Allan Odgaard
17aada3471 Let FileItemTableCellView give access to its close button via a property
This is simpler than having to proxy the action (and target) for the button.

Previously the button was created on demand, but now that we always create it (and hide it when not required), we might as well have users set action and target directly on the button instance.
2020-04-28 09:52:10 +07:00
Allan Odgaard
05a50a436b Use NSStackView for our file browser items
Minor downside is that labels for open and closed files are no longer aligned.

It would be nice to find a solution for that, but without dropping the stack view, as it saves us > 100 lines of code.
2020-04-28 09:52:10 +07:00
Allan Odgaard
1ef78b3af7 Rename symbols to what’s expected by the 10.14 SDK 2019-06-29 20:14:15 +02:00
Ronald Wampler
ca80254b80 Refactor finder tags to use catalog colors
Also, reworked the OFBFinderTagsChooser to have a similar look as on 10.14.
2018-12-05 21:16:54 +07:00
Allan Odgaard
5449e27430 Move file item auxiliary views to new file browser framework 2018-10-28 14:51:47 +07:00
Allan Odgaard
c8ea52f19c Move “select base name” cell subclass to new file browser framework 2018-10-28 14:48:48 +07:00
Allan Odgaard
446265e0fa Add NSTableCellView subclass for use with FileItem 2018-10-28 00:28:02 +07:00