Alexandre Wilhelm
67b006f385
Fixed the bug about the dividerColor in a standardView
2013-02-06 10:55:49 -08:00
Alexandre Wilhelm
114cd51971
Removed useless code in layoutSubviews
2013-02-04 16:32:51 -08:00
Alexandre Wilhelm
eb6bade2cf
Fixed the bug abouth the sheet shrinking
2013-02-04 13:05:53 -08:00
Aparajita Fishman
1a26fbf6f4
Rework CPWindow cluster so CPWindow's code is in its file
2013-01-30 22:35:21 +08:00
Aparajita Fishman
4f377bcebe
Objj2 compiler fixes
...
Compiled all files individually:
- Added missing imports.
- Added @class/@global declarations to break circular dependencies.
- Misc. code cleanup.
Conflicts:
AppKit/CPWindow/_CPWindow.j
AppKit/Platform/DOM/CPPlatformWindow+DOM.j
2013-01-23 15:48:55 +07:00
Aparajita Fishman
7c831fa19d
capp_lint flags deprecated CPPoint/Rect/Size types/functions
...
- Changed to corresponding CG types/functions in all files
- Fixed some demo app bugs
2013-01-19 16:51:56 +07:00
Aparajita Fishman
24c0f2aedc
Merge branch 'refs/heads/inactive-window'
...
Conflicts:
AppKit/Themes/Aristo/ThemeDescriptors.j
AppKit/Themes/Aristo2/ThemeDescriptors.j
2013-01-19 15:15:51 +07:00
Aparajita Fishman
3b7262681c
Added inactive state to window title bar
...
- When a window is neither key nor main the title bar is clearly different
- capp_lint ThemeDescriptors.j
- Renamed some layers in Aristo2 PSD to be more descriptive
- New artwork files for window close buttons
- Removed stray Aristo2 image
2013-01-19 14:20:51 +07:00
Antoine Mercadal
40ac3210c4
Add missing import
2013-01-18 10:37:37 -08:00
Martin Carlberg
458fa9d02e
Fixed a lot of small bugs found by new warning message from compiler
2013-01-18 14:24:37 +01:00
Antoine Mercadal
6aeb6199f7
Restore line
2013-01-16 18:10:46 -08:00
Alexandre Wilhelm
f1fa185383
Fixed bug about sheet/titled/window
2013-01-16 18:06:42 -08:00
Alexandre Wilhelm
78949f3620
Changed the way to theme the head of a window
2013-01-11 17:38:54 -08:00
Alexandre Wilhelm
18d0cf51ef
Removed unused code
2013-01-10 17:32:47 -08:00
Antoine Mercadal
e13948957c
Merge branch 'master' into Aristo2
...
Conflicts:
AppKit/CPWindow/CPWindow.j
AppKit/CPWindow/_CPWindowView.j
2013-01-10 10:24:33 -08:00
Alexandre Wilhelm
b19450684b
Fixed bug with toolBar
2013-01-09 17:34:32 -08:00
Alexandre Wilhelm
e1ba234a76
Fixed bug about the position of closable buttons. Fixed bug about theme attribute for sheet window
2013-01-09 16:01:18 -08:00
Alexandre Wilhelm
f8e72504e5
Fixed bug with closable button in CPWindow
2013-01-09 14:43:33 -08:00
Alexandre Wilhelm
d5f7dc851e
Themable _CPStandardWindowView
2013-01-09 10:34:10 -08:00
Aparajita Fishman
deb6224cf8
Support for resizing windows on all sides
2013-01-04 15:17:29 +08:00
Alexander Ljungberg
074e9f70a0
Fixed: incorrect - CPWindow contentRectForFrameRect: and frameRectForContentRect: for borderless windows with toolbars.
...
The window views driving non standard windows (such as borderless or bridge windows) did not take the toolbar into account when calculating the content rect.
Apart from being wrong, this could lead to the content view overlapping the toolbar if the content view was set after the toolbar was prepared.
Perhaps the thought was that the base _CPWindowView shouldn't make assumptions about the placement and sizing of a toolbar and leave that up to subclasses, but the _CPWindowView tile method already did.
2012-11-17 10:06:08 +00:00
Alexander Ljungberg
ef66334292
Inactive HUD window title.
...
Also fix close and title positioning.
2012-08-15 02:03:48 +01:00
Alexander Ljungberg
aa17d8c700
Pull up window title code to a superclass for reuse.
2012-08-15 01:38:25 +01:00
Alexander Ljungberg
9f59ac96dd
Inactive window title, start on window theming support.
...
Now the key window can be recognised by the window title.
2012-08-15 01:03:08 +01:00
Alexander Ljungberg
5a8c94183a
Refs #1364 . Formatting, don't shadow window global.
2012-08-11 19:35:05 +01:00
Darrell Walisser
bff22779ae
-capp_lint
2012-08-04 13:53:05 -04:00
Darrell Walisser
97b3679101
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
AppKit/CPApplication.j
AppKit/CPWindow/_CPDocModalWindowView.j
2012-07-29 12:31:47 -04:00
Aparajita Fishman
6b6f5d98e4
Overhaul of system font handling
...
- System fonts now track the currently configured system font at runtime.
- You can specify CPFontCurrentSystemSize as a system font size to track the currently configured system font size at runtime.
- Theme fonts and nib2cib now determine face and size at runtime, there is no need to recompile if the system font is changed in Info.plist.
- All hard-coded references to 12.0 as a system font size have been replaced by the current system font size.
2012-07-09 15:29:56 -07:00
Darrell Walisser
8c1d147319
-remove next sheet context hack
...
-order of notifications/didEndSelect are correct now
2012-05-12 14:22:54 -04:00
Darrell Walisser
1e6f0090da
-allow any window to become a sheet
2012-05-06 12:06:23 -04:00
Blair Duncan
6ede1ccb04
Unnecessary globals
2012-04-10 17:25:46 -04:00
Blair Duncan
bb7876759a
unnecessary globals
2011-12-10 23:10:22 -05:00
Alexander Ljungberg
50e5fa2c8e
Fix accidental globals.
2011-03-01 00:02:35 -03:00
Alexander Ljungberg
dedf3cd90f
More AppKit coding standards.
2011-02-28 23:55:29 -03:00
Francisco Ryan Tolmasky I
6cbff694ab
Fix for CPTextField not found in tests.
...
Reviewed by me.
2010-12-02 17:20:35 -08:00
Francisco Ryan Tolmasky I
52f7844aee
Made it so .h files are automatically included in AppKit (avoiding needing to manually include Platform.h, etc.).
...
Also changed a bunch of <AppKit/*> imports to "*" imports.
Reviewed by me.
2010-11-01 11:10:01 -07:00
Ross Boucher
df8c648d70
Add an unsaved state affordance to the close button on standard windows.
2009-10-30 10:53:47 -07:00
Ross Boucher and Francisco Ryan Tolmasky I
2338ca2fa2
Add support for minimization.
2009-10-10 12:20:02 -04:00
Francisco Ryan Tolmasky I
761e32a847
Fix for updating window background color to match crushed png.
...
Reviewed by me.
2009-07-05 21:04:08 -07:00
Ross Boucher
bd3895e6c1
make windows not white by default
2009-05-17 13:00:06 -07:00
Francisco Tolmasky
b74b382e30
Fix for resize indicator always showing up.
...
Reviewed by me.
2009-02-20 14:47:34 -08:00
Francisco Tolmasky
180c42b9d5
Added setFullBridge:/isFullBridge.
...
Reviewed by me.
2009-02-19 22:56:07 -08:00
Francisco Tolmasky
1f54d5de0e
Some cleanup.
...
Reviewed by me.
2009-02-18 23:28:13 -08:00
Francisco Ryan Tolmasky I
289d0cac63
Added close button to standard window look.
...
Reviewed by me.
2009-01-23 10:10:56 -08:00
Francisco Ryan Tolmasky I
b29dc6052e
Further reorg.
...
Reviewed by me.
2008-12-26 23:54:20 -08:00
Francisco Ryan Tolmasky I
459316f102
Major Window Fixes/Changes.
...
[#65 state:resolved].
[#58 state:resolved].
[#94 state:resolved].
Reviewed by me.
2008-12-22 13:53:48 -08:00