summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc ↵Kevin Walzer2015-04-0710-115/+253
| | | | | | | | | | | | Culler for patches
* | | Purge configuration efforts at supporting platforms lacking <limits.h>.dgp2015-03-247-204/+7
| | |
* | | Remove some unnecessary end-of-line spacingjan.nijtmans2015-03-236-18/+18
|/ /
* | merge markdgp2015-03-210-0/+0
|\ \ | |/
| * Fixed failed compile.dgp2015-03-211-23/+11
| |
* | merge markKevin Walzer2015-03-210-0/+0
|\ \ | |/
| * Additional copyright noticesKevin Walzer2015-03-213-0/+9
| |
| * Final cleanup of zombie windows in CocoaKevin Walzer2015-03-211-0/+2
| |
| * Remove duplicate call to safeSetMainMenuKevin Walzer2015-03-211-7/+0
| |
* | Additional copyright noticesKevin Walzer2015-03-213-4/+15
| |
* | Final cleanup of zombie windows in CocoaKevin Walzer2015-03-212-6/+5
| |
* | merge markKevin Walzer2015-03-210-0/+0
|\ \ | |/
| * Add copyright notice for Marc CullerKevin Walzer2015-03-212-0/+2
| |
| * Improvement of memory management, removal of zombie windows from Tk-Cocoa; ↵Kevin Walzer2015-03-213-6/+33
| | | | | | | | thanks to Marc Culler for patch
| * Cleanup and simplification of memory management in event loop; now works ↵Kevin Walzer2015-03-215-72/+106
| | | | | | | | more smoothly; thanks to Marc Culler for patches
| * Cleanup and improvement of tracking of native windows in Cocoa; thanks to ↵Kevin Walzer2015-03-214-89/+74
| | | | | | | | Marc Culler for patch
| * Remove garbage collections calls as GC is no longer supported on OS X; ↵Kevin Walzer2015-03-218-45/+28
| | | | | | | | thanks to Marc Culler for patch
* | Add copyright notice for Marc CullerKevin Walzer2015-03-212-0/+2
| |
* | Improvement of memory management, removal of zombie windows from Tk-Cocoa; ↵Kevin Walzer2015-03-212-6/+13
| | | | | | | | thanks to Marc Culler for patch
* | Cleanup and simplification of memory management in event loop; now works ↵Kevin Walzer2015-03-215-77/+104
| | | | | | | | more smoothly; thanks to Marc Culler for patches
* | Cleanup and improvement of tracking of native windows in Cocoa; thanks to ↵Kevin Walzer2015-03-214-75/+66
| | | | | | | | Marc Culler for patch
* | Remove garbage collections calls as GC is no longer supported on OS X; ↵Kevin Walzer2015-03-218-53/+36
| | | | | | | | thanks to Marc Culler for patch
* | Merge-mark, and remove some unnecessary end-of-line spacing.jan.nijtmans2015-03-166-11/+11
|\ \ | |/
| * Wish now launches in front when caed from command line, and focus -force ↵Kevin Walzer2015-03-154-20/+38
| | | | | | | | works correctly; thanks to Marc Culler for patch
* | Wish now launches in front when called from command line, and focus -force ↵Kevin Walzer2015-03-154-21/+38
| | | | | | | | works correctly; thanks to Marc Culler for patch
* | Merged branch bug-1581955fff, fixing [1581955fff]fvogel2015-03-131-16/+33
|\ \ | |/
| * Merged branch bug-1581955fff, fixing [1581955fff]fvogel2015-03-131-0/+24
| |\
| | * Slightly better formattingbug_1581955ffffvogel2015-03-131-0/+4
| | |
| | * Fixed documentation regarding behaviour of embedded windows and embedded ↵fvogel2015-03-081-0/+20
| | | | | | | | | | | | images in [text] - Bug [1581955fff]
* | | merge releasedgp2015-03-1210-33/+41
|\ \ \
| * \ \ merge trunkcore_8_6_4core_8_6_4_rcdgp2015-03-112-20/+8
| |\ \ \ | |/ / / |/| | |
* | | | merge markKevin Walzer2015-03-100-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Fix for crash when image is dealloc'ed prematurely in CocoaKevin Walzer2015-03-101-2/+4
| | |/ | |/|
* | | Fix for crash when image is dealloc'ed prematurely in CocoaKevin Walzer2015-03-101-2/+4
| | |
* | | merge markdgp2015-03-060-0/+0
|\ \ \ | |/ /
| * | merge releasedgp2015-03-0610-7133/+4422
| |\ \
| | * | update release datecore_8_5_18core_8_5_18_rcdgp2015-03-063-7131/+4398
| | | |
| | * | merge 8.5dgp2015-03-061-0/+1
| | |\ \ | | |/ / | |/| |
| | * | merge 8.5dgp2015-03-051-1/+1
| | |\ \
| | * \ \ merge 8.5dgp2015-03-021-7/+0
| | |\ \ \
| | * | | | update changesdgp2015-02-251-0/+22
| | | | | |
| | * | | | merge 8.5dgp2015-02-249-418/+276
| | |\ \ \ \
| | * \ \ \ \ merge 8.5dgp2015-02-121-22/+41
| | |\ \ \ \ \
| | * \ \ \ \ \ merge 8.5dgp2015-02-1228-285/+1035
| | |\ \ \ \ \ \
| | * | | | | | | Bump to version 8.5.18.dgp2015-02-058-15/+15
| | | | | | | | |
| | | | | | | | * merge trunkdgp2015-03-061-0/+1
| | | | | | | | |\ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | merge markdgp2015-03-060-0/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Fix for crash in deleted toplevels when not removed from Cocoa window menu; ↵Kevin Walzer2015-03-061-0/+1
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | thanks to Marc Culler for patch
* | | | | | | | Fix for crash in deleted toplevels when not removed from Cocoa window menu; ↵Kevin Walzer2015-03-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thanks to Marc Culler for patch
| | | | | | | * merge trunkdgp2015-03-051-1/+2
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | |