Commit Graph

2799 Commits

Author SHA1 Message Date
Andrew Hyatt
a23df37eff Remove execution bit from source files of AppKit 2017-08-23 09:25:24 -07:00
Andrew Hyatt
b2a54b1871 Revert "Link to CF using the new way"
This reverts commit a8364108d4.
2017-08-22 12:20:24 -07:00
Andrew Hyatt
9d961ca637 Set CoreGraphics dylib compat and current versions 2017-08-13 00:07:16 -07:00
Andrew Hyatt
e27ab46970 Use previous linking method 2017-08-10 23:36:55 -07:00
Andrew Hyatt
a8364108d4 Link to CF using the new way 2017-08-10 17:46:00 -07:00
Andrew Hyatt
2799b5befc Set dylib versions 2017-08-08 13:03:19 -07:00
Andrew Hyatt
a665684447 Build Cocoa 2017-08-08 12:57:18 -07:00
Andrew Hyatt
1c81808e25 Create include directories 2017-08-07 23:33:12 -07:00
Sergey Bugaev
5c69ad493d Fix Debian build 2017-07-24 00:38:29 +03:00
Sergey Bugaev
0e8e8c38da AppKit fully building and linking 2017-07-22 13:00:20 +03:00
Sergey Bugaev
ba44d61601 Integrate NSPlatform to Foundation, build NSOpenGLContext 2017-07-22 11:07:04 +03:00
Sergey Bugaev
eedc7cb844 Build CoreData 2017-07-21 21:28:59 +03:00
Sergey Bugaev
74900145cc Build CGLPixelSurface 2017-07-14 00:35:47 +03:00
Sergey Bugaev
73c051bcb3 Mark Onyx2D as private 2017-07-14 00:35:10 +03:00
Sergey Bugaev
13da68a5db Build OpenGL 2017-07-14 00:34:28 +03:00
Sergey Bugaev
2ef4b8a05c Clarify why we can't build a few files 2017-07-14 00:32:51 +03:00
Sergey Bugaev
934f067913 QuartzCore building, but not linking 2017-07-13 00:46:23 +03:00
Sergey Bugaev
976c6bc981 Build CoreText 2017-07-13 00:12:39 +03:00
Sergey Bugaev
07e6148d30 Add a few dependencies to the AppKit 2017-07-11 01:14:46 +03:00
Sergey Bugaev
b658debcd6 Reimplement X11Display on top of CFSocket 2017-07-11 00:38:58 +03:00
Sergey Bugaev
1f6c28210e Getting close to AppKit building 2017-07-11 00:36:44 +03:00
Sergey Bugaev
4b245db06f More work on AppKit 2017-07-09 21:21:26 +03:00
Sergey Bugaev
f3a48d7aa3 Work on building AppKit 2017-07-09 14:34:32 +03:00
Sergey Bugaev
b3c5dc0b6a CoreGraphics and Onyx2D both linking 2017-04-29 20:00:49 +03:00
Sergey Bugaev
2851c01488 Onyx2D buils (but does not link yet) 2017-04-25 12:13:21 +03:00
Sergey Bugaev
581eb57cad Work on building CoreGraphics 2017-04-24 21:59:36 +03:00
Christopher Lloyd
9cda7d7194 Merge pull request #10 from gunyarakun/fix-invalid-return
fix invalid return statement
2015-11-05 20:22:36 -05:00
Christopher Lloyd
3046f6e670 Merge pull request #9 from gunyarakun/fix-typo
fix a typo on install.sh
2015-11-05 20:22:09 -05:00
Tasuku SUENAGA a.k.a. gunyarakun
4cd6b1b0f0 fix invalid return statement 2015-10-16 13:04:25 -10:00
Tasuku SUENAGA a.k.a. gunyarakun
01cdb05c06 fix a typo on install.sh 2015-10-15 22:21:41 -10:00
Christopher Lloyd
5843a604f1 Merge pull request #8 from cyclaero/master
Opening files from program arguments, InstallCDT issues, corrected paths in AppKit project settings
2015-10-09 19:44:07 -04:00
Rolf Jansen
302e2abf5e don't alter the key view loop if the window won't auto recalculate a new one
fix setting of _previousKeyView
fix premature display of the insertion pointer
fix occasional persistence of the insertion pointer in a deactivated text view
fix endEditing of text views on drawers
2015-10-08 19:51:18 -03:00
Rolf Jansen
68884812bf more display fine tuning of a table view in a scroll view
implemented NSEraseRect()
2015-10-06 22:49:17 -03:00
Rolf Jansen
bbc801b7d4 in O2PDFContext:
- spool the graphic state before the actual path, because some old Adobe Software, e.g. AR 7 and AI CS2, complain about "Invalid operation inside a path" otherwise.
- deactivate per page spooling because by its present incarnation the generated PDF would contain the Kids object more than once and in addition the PDF structure would be spoiled.
2015-10-06 17:01:03 -03:00
Rolf Jansen
bbba7c2199 in the *.xcodeproj files, set indent and tab width to 4 and use tabs to 0, so file editing within the respective projects will honour these settings instead of any custom user settings 2015-10-05 08:11:19 -03:00
Rolf Jansen
d20c8968ea flexible selection of the version of the AntiGrain library 2015-09-20 01:12:13 -03:00
Rolf Jansen
5448163201 more fixes O2Context_AntiGrain (finally it is working again). 2015-09-19 23:45:39 -03:00
Rolf Jansen
daae14fb4b fixed compilation issue of O2Context_Antigrain
minor improvements of scanning arguments in NSApplicationMain()
2015-09-19 20:02:21 -03:00
Rolf Jansen
97b73fd74b reverted change 0c210c8 from 2015-09-16
added the missing part for opening files from program arguments via the copy pipe (s. commit fd73436 from Alberto García Hierro on 2013-11-01)
2015-09-17 22:30:50 -03:00
Rolf Jansen
6c657e16c4 Merge remote-tracking branch 'cjwl/master' 2015-09-17 15:55:04 -03:00
Rolf
30d6697eed corrected path to gcc and ar in the script of the "Detect Libraries" build phase
update of the gcc-4.3.1.pbcompspec
2015-09-17 11:15:44 -03:00
Rolf
8b34bcdddd in InstallCDT/install_zlib.sh rename the zlib libraries so that ld can find them 2015-09-16 22:59:13 -03:00
Rolf
3ae3174f6f add "-Wno-error=unused-value" to the CFLAGS of configureAndInstall_binutils() of InstallCDT/install.sh 2015-09-16 22:57:44 -03:00
Rolf
0c210c8a93 on application launch open documents whose file paths are passed by the way of argc/argv[] 2015-09-16 22:20:26 -03:00
Rolf
25b03d875f temporary fix: do not mark just opened and otherwise pristine documents as being modified 2015-09-16 22:14:54 -03:00
Rolf
6956a228bc temporary fix: files can not be opened from network shares, see https://github.com/cjwl/cocotron/issues/5 2015-09-16 22:11:18 -03:00
Christopher Lloyd
ac8d3f4689 Merge pull request #6 from cyclaero/master
Fixes some UI glitches
2015-09-11 19:14:59 -04:00
Rolf
a2c28c2efa Cocoa allows NSMenuItems that got a submenu to be selected and send the action to their target upon mouse up 2015-09-10 08:00:15 -03:00
Rolf
a9869d0674 NSTableView did not handle properly all 'end editing' situations 2015-09-06 01:27:11 -03:00
Rolf
f8a9c69267 when selecting an item of a combo box then update the field editor accordingly, select the whole text like Mac OS X does, end editing, and send the action 2015-09-03 23:00:56 -03:00