Allan Odgaard
47fa0f040c
Use Objective-C literals for YES/NO
2013-01-02 01:46:48 +01:00
Allan Odgaard
8e937a7141
Require explicit import of OakFindProtocol.h
2013-01-02 01:46:48 +01:00
Allan Odgaard
71be61cbbb
Enable ARC by default
...
We now explicitly disable it for targets that hasn’t yet been upgraded to ARC. This way, it’s easier to get an overview of which targets hasn’t yet been upgraded and ensures new targets has ARC enabled.
2012-12-19 19:42:36 +01:00
Allan Odgaard
ebab500ba3
Use std::map/set instead of C arrays
...
These types come with a find() method and avoids having to use helper functions to get the begin/end of the array (for linear search).
2012-09-20 12:22:20 +02:00
Allan Odgaard
2b9c27263d
Auto-layout: Update file browser and HTML output
2012-09-14 17:14:55 +02:00
Allan Odgaard
4d95db8f66
Auto-layout: Implement intrinsicContentSize
2012-09-14 17:14:55 +02:00
Zach Drayer
99fd86dab6
Fix warning for literal strings used with NSAlert
...
__attribute__((format(...))) was added to NSAlert's class-based initializer in 10.7, and due to using string objects instead of literals as informative text, Clang is unable to guarantee the safety of the formatter, and, as such, issues a warning.
2012-09-03 16:42:16 +02:00
Jacob Bandes-Storch
a79c9d0377
Use 64-bit: miscellaneous fixes
...
- Property using superclass ivar
- Multiple methods matching selector
2012-08-28 21:32:47 +02:00
Jacob Bandes-Storch
dfdde3283f
Use 64-bit: explicit visibility where required
2012-08-28 21:32:47 +02:00
Jacob Bandes-Storch
e3aa997b06
Use libc++: replace std::tr1 with std
2012-08-28 13:30:20 +02:00
Paul Wilde
cd84a864d2
Added Retina icons for bottom bar and file browser
...
As all the icons have been remade some of them should look better on non-retina also.
This closes issue #42 .
2012-08-22 14:34:25 +02:00
jtbandes
0112532e64
Stop using deprecated NSSavePanel/NSOpenPanel methods
2012-08-12 12:59:43 +02:00
Allan Odgaard
9894969e67
Initial commit
2012-08-09 16:25:56 +02:00