Duncan Cunningham
b74def59bd
Use localized CFBundleName for NSSystemInfoPanel
2024-03-16 17:14:37 +01:00
TheBrokenRail
b6548a202d
Fix Continuation Indent
2020-05-12 17:04:16 -04:00
TheBrokenRail
cda40d9947
Code Formatting Using Patched ClangFormat
2020-05-12 17:04:15 -04:00
Sergey Bugaev
e3bb5c9196
CGFloat/O2Float-ization
...
See darlinghq/darling#418
2018-09-12 09:25:27 +03:00
Christopher Lloyd
631462795d
Reformat entire project using newer style
2015-05-23 20:15:45 -04:00
Airy ANDRE
d0d37bd676
Better encoding support
2013-11-04 18:23:42 +01:00
Airy ANDRE
a4b4426531
Better support for rulers
2012-11-19 15:32:37 +01:00
Robert Grant
35ff82b460
German localization
2012-01-24 10:54:24 -05:00
Robert Grant
39a5195690
French localization
2012-01-18 18:02:22 -08:00
Robert Grant
b5ab411409
Internationalize AppKit
2012-01-18 09:55:13 -08:00
Ivan Vučica
d4c761e7a1
added support for options parameter for about panel:
...
-[NSApplication orderFrontStandardAboutPanelWithOptions:options]'s options argument was previously ignored
2010-09-21 20:44:51 +02:00
Christopher Lloyd
3c0f029d38
- NSBitmapImageRep use of CF* for CF types
...
- NSScroller use of display fixes
- NSMenuView use of display fixes
- NSToolbar fixes for delegate based default items
- NSToolbarItemView selection drawing
- NSControl fixes
- NSGraphicsContext behavior fixes
- NSBundle pathForResourceFile:inDirectory:, pathsForResourcesOfType:inDirectory fixes, localization table caching
- NSAffineTransform decoding
- NSString boolValue, intValuem integerValue, longLongValue fixes
- NSPathUtilities constants, skeletons
- renamed objc_msg_send to objc_msgSendv, objc_msgSendv_stret implementation for Windows (unused)
- NSOldXMLReader fixes when disabling exceptions
- NSCurrentLocaleIsMetric for windows
- Switch Foundation to use -l ws2_32
2010-03-09 18:14:48 +00:00
Christopher Lloyd
3524019811
- Issue #322 fix by Glenn Ganz, fixed infinite loop in NSMutableString
...
- Issue #320 fix by Glenn Ganz, support for NSWindowsCP1252StringEncoding
- resave NSColorPanel nibs to newer version which has expected autosizing flag values
2009-07-02 18:28:11 +00:00
Christopher Lloyd
11f68bc357
Issues #310 , #311 , #314 , #315 patches by Markus Hitter, NSTableView, NSCustomView, NSSplitView, NSView fixes
2009-06-24 14:58:37 +00:00
Dr. Rolf Jansen
fe540cc6a0
NSSystemInfoPanel.m: add more space for the Credits scroll view, if the Credits.rtf file was found.
2009-03-19 14:45:06 +00:00
Christopher Lloyd
8b12baa6fa
fixed case for case sensitive filesystems on a few #imports
2009-01-26 15:53:13 +00:00
Christopher Lloyd
014ec2d069
- Issue #229 , Ken Aspeslagh's Fix for uninitialized variable in Win32DraggingManager
...
- Issue #228 , Ken Aspeslagh's Fix for version info in about box
- Issue #227 , Ken Aspeslagh's Fix for text in NSAlertPanel is editable
- Issue #226 , Ken Aspeslagh's added support for alpha channel to KGImageSource_BMP
- Issue #225 , Alexei Svitkine fix NSOpenPanel setResolvesAliases doesn't exist
2008-12-14 04:44:30 +00:00
Dr. Rolf Jansen
f20865c672
NSSystemInfoPanel: removed unnecessary #import <Foundation/NSPropertyListReader.h>
2008-08-15 22:06:30 +00:00
Dr. Rolf Jansen
c4d5d7ca9a
NSSystemInfoPanel:
...
- changed NSApplicationIcon.tiff to the Cocotron symbol
- simple string reading of the NSHumanReadableCopyright was broken, so read it in by the way of -[NSBundle localizedStringForKey:value:table:]
- saved NSSystemInfoPanel in binary format
2008-08-15 21:58:50 +00:00
Christopher Lloyd
e74537fe1e
- Issue #57 , Rolf Jansen's NSSystemInfoPanel implementation
...
- Rolf Jansen's NSImageCell's NSCoding implementation
- NSCharacterSet interface/behavior fix suggestion by thinker at thinkertons
2008-01-09 15:53:47 +00:00