Alexandre Wilhelm
0bc02de012
Fixed: method loadCibNamed:(CPString)aName owner:(id)anOwner is broken
...
Previously, the method CPBundle loadCibNamed:(CPString)aName owner:(id)anOwner was broken, it loaded the cib asynchronous instead of synchronous. This was due to bad refactoring of a previous commit refs#c5b250236fa662e3da04e442f4414f95d64d9308
This PR refactor this piece of code and make works the method synchronous as it should.
More information here : https://github.com/cappuccino/cappuccino/commit/c5b250236fa662e3da04e442f4414f95d64d9308#commitcomment-14109453
2015-11-01 08:57:06 -08:00
Alexandre Wilhelm
c5b250236f
New: support of base localization and nib localization
2015-04-21 18:26:28 -07:00
Aparajita Fishman
655bc0348b
Formatting
2013-07-30 09:40:18 -04:00
Alexander Ljungberg
5b05dc92a1
More dictionary literals.
2013-02-25 18:27:44 +00: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
Alexander Ljungberg
dedf3cd90f
More AppKit coding standards.
2011-02-28 23:55:29 -03:00
Ross Boucher
1545f7b60a
Return the cib created in CibLoading.j methods.
2010-04-29 15:38:33 -07:00
Francisco Ryan Tolmasky I
8f4b2a7cfd
Fail more gracefully when main cib is not found.
...
Reviewed by me.
2010-03-29 23:20:31 -07:00
Francisco Ryan Tolmasky I
d52ab34421
Better Cib loading that doesn't make assumptions about the asynchronisity of the load.
...
Reviewed by me.
2010-02-14 12:23:47 -08:00
Francisco Ryan Tolmasky I
dba418a93d
Fix for:
...
- misindented items in outline view
- switched window controller to use synchronous cibs.
- typo in cibloading.
Reviewed by me.
2009-09-12 23:37:44 -07:00
Francisco Ryan Tolmasky I
efcc5d1054
Fixed a bug that could cause CPAccordionView to infinitely re-layout (due to autoresizing flags in child views), and added option to synchronously load cibs.
...
Reviewed by me.
2009-08-31 01:22:08 -07:00
Francisco Ryan Tolmasky I
6cab77e005
More hash->UID name changes.
...
Reviewed by andrew.
2009-06-07 16:07:08 -07:00
Francisco Tolmasky
390cf2c16c
Fix for MainMenu.cib needing to be loaded manually in cib apps.
...
Closes #9 .
Reviewed by me.
2009-05-02 22:47:42 -07:00