daboe01
e600ec95ed
font panel fix
2014-05-25 09:27:54 +02:00
daboe01
cbd5853389
formatting
2014-05-24 19:32:25 +02:00
daboe01
4e3a086993
beginning/end of line navigation + cleanup
2014-05-24 08:53:53 +02:00
daboe01
5f23dfb034
smart cutting+cleanup
2014-05-23 21:46:59 +02:00
daboe01
99f59490a3
fix <cr> issue
2014-05-23 13:14:29 +02:00
daboe01
4a44b35ea5
fix relayouting optimization bug
2014-04-18 17:17:01 +02:00
daboe01
47aafe9042
better workaorund for chrome bug
2014-04-18 13:28:51 +02:00
daboe01
53d94a1d3d
stability improvement
2014-04-18 00:41:33 +02:00
daboe01
5dd3c7c8e8
spooky chrome fix
2014-04-18 00:36:18 +02:00
daboe01
0c2a13f27f
reverting erroneous patch
2014-04-17 14:26:01 +02:00
daboe01
da0d3133df
typesetter fix
2014-04-17 11:11:53 +02:00
daboe01
7abd9a3db9
removed debugging code
2014-04-17 10:03:24 +02:00
daboe01
98b9f57e0e
style
2014-04-17 10:00:50 +02:00
daboe01
e064ccd585
more style
2014-04-17 09:59:36 +02:00
daboe01
b5a63ed3fc
style
2014-04-17 09:58:04 +02:00
daboe01
147edddb90
added support for setWidthTracksTextView:
2014-04-17 09:55:25 +02:00
daboe01
4fb677ed23
fontmanager fix
2014-02-19 20:55:05 +01:00
daboe01
4f0bd7f461
typo
2014-02-18 20:08:39 +01:00
daboe01
01eecdb698
more missing prototypes
2014-02-18 20:07:29 +01:00
daboe01
5ca41a6fff
style
2014-02-15 19:47:50 +01:00
daboe01
e4f71420fc
prototypes+style
2014-02-15 12:43:09 +01:00
daboe01
d5456ed1db
formatting+prototypes
2014-02-14 18:09:04 +01:00
daboe01
e3335c5843
formatting+ fix prototypes
2014-02-14 18:05:45 +01:00
daboe01
067e6bf93d
formatting
2014-02-12 18:00:11 +01:00
daboe01
13dc31dc1f
formatting
2014-02-12 07:14:49 +01:00
daboe01
7f6bf21270
more formatting
2014-02-12 07:13:21 +01:00
daboe01
d647258856
formatting
2014-02-12 05:59:34 +01:00
daboe01
1eb7ed5e9c
formatting
2014-02-11 22:04:39 +01:00
daboe01
e78f1b05a7
formatting
2014-02-11 20:33:47 +01:00
daboe01
e45140b7ea
formatting
2014-02-10 21:28:25 +01:00
daboe01
41747a7a04
formatting
2014-02-10 21:25:56 +01:00
daboe01
e448430d8a
fix of circular imports
2014-02-10 21:07:57 +01:00
daboe01
394b1a1602
fix circular imports
2014-02-10 06:02:28 +01:00
daboe01
85abd5a8c3
eliminate warnings + style
2014-02-09 11:00:25 +01:00
daboe01
b9e0eb5b76
typos
2014-02-08 21:14:56 +01:00
daboe01
9edd8d6f66
CPTextView commit
2014-02-08 20:43:15 +01:00
Antoine Mercadal
1814f6b545
FIXED: Crash when clicking on an empty CPTableView with variable row height.
...
Previously, clicking anywhere in an empty CPTableView with variable row height was causing a crash due to the code trying to find the latest cached row height. This patch adds a check to ensure the last cached row height is not nil.
2014-01-23 12:56:39 -08:00
Antoine Mercadal
047983d7bf
Merge pull request #2052 from Dogild/CPDatePickerRefactor
...
Fixed : CPDatePicker textual issues
2014-01-14 16:04:17 -08:00
Alexandre Wilhelm
ebccbf28a7
Fixed: issues with timeZone
...
This PR fixes several issues with the timeZone.
It also changes the way to "calculate" the date of the textual datePicker.
2014-01-14 15:12:10 -08:00
Antoine Mercadal
b6bd132066
Merge pull request #2037 from Dogild/protocolToolbar
...
New : Added protocol CPToolbarDelegate
2014-01-14 14:49:26 -08:00
Antoine Mercadal
3ce2f28303
Merge pull request #2036 from Dogild/protocolTabView
...
New : Added CPTabViewDelegate protocol
2014-01-14 14:48:59 -08:00
Antoine Mercadal
0d9cda8a85
Merge pull request #2035 from Dogild/protocolOutlineView
...
New : Added protocols CPOutlineViewDelegate and CPOutlineViewDataSource
2014-01-14 14:48:44 -08:00
Antoine Mercadal
f2decc09a5
Merge pull request #2034 from Dogild/protocolApplication
...
New : Added CPApplicationDelegate protocol
2014-01-14 14:48:31 -08:00
Antoine Mercadal
b1c55b23ee
Merge pull request #2033 from Dogild/protocolCollectionView
...
New: Added CPCollectionViewDelegate protocol
2014-01-14 14:48:14 -08:00
Antoine Mercadal
4622600ab0
Merge pull request #2031 from Dogild/protocolTableView
...
New : Added protocols CPTableViewDelegate and CPTableViewDataSource
2014-01-14 14:47:39 -08:00
Alexandre Wilhelm
8b975f50dd
Fixed : CPDatePicker textual issues
...
This PR fixes several issues about the textual CPDatePicker :
- Fixed the issue about keyView loop when not assigning the nextKeyView
- Changed the behavior of the component when editing or deleting the date. It works as in cocoa now.
- Fixed bug about frameSize of each component when editing
- Fixed bug about NaN or null values
- Added optimization
- Refactoring the code
2014-01-10 08:52:25 -08:00
Alexandre Wilhelm
68310bb479
Fixed: objectValueForTableColumn and numberOfRowsInTableView are required methods
2013-12-10 11:01:49 -08:00
Alexandre Wilhelm
fa3ebf2ca7
Fixed: CPAlertDelegate protocol does not implement CPObject protocol
2013-12-09 01:24:51 -08:00
Alexandre Wilhelm
d2bf2539b5
Fixed: CPApplicationDelegate protocol does not implement CPObject protocol
2013-12-09 01:24:03 -08:00
Alexandre Wilhelm
8a0acedc94
Fixed: CPCollectionViewDelegate protocol does not implement CPObject protocol
2013-12-09 01:23:14 -08:00