Ivan Vučica
ae93c9e3c9
release-chore: Update for 0.27.0 release.
2019-01-06 22:00:38 +00:00
Ivan Vučica
1a90023d6c
release-chore: Regenerate configure with autoconf 2.69.
2019-01-06 21:13:33 +00:00
fredkiefer
8e57d2a127
* Documentation/news.texi: Fill in some details for pending release.
...
* Source/NSTableView.m (encodeWithCoder:,initWithCoder:): Use
unsigned int instead of unsigned long for flags.
2019-01-04 17:01:57 +01:00
Riccardo Mottola
b8e6de05a3
On linux, try to read /sys/block/xxx/removable information to get information about removable volumes, while continue honoring preferences. This can be a little inefficient if called for each volume. Furthermore in mountedLocalVolumePaths, enhance skipping reserved mount names by using filesystem type also if getmmntent is available.
2018-11-19 01:49:02 +01:00
Riccardo Mottola
54fdc861a5
New getmntent structure checks
2018-11-19 01:44:24 +01:00
Fred Kiefer
c2d7973df4
Merge pull request #22 from BluRaf/master
...
Add Polish translation
2018-10-20 23:43:14 +02:00
Rafał Kołucki
af0c085f9d
Translate more strings to Polish
2018-10-19 23:05:07 +02:00
Rafał Kołucki
047ea5c742
Add Polish translation
2018-10-15 20:18:32 +02:00
fredkiefer
b90d3a341e
* Source/NSGraphicsContext.m (+graphicsContextWithGraphicsPort:flipped:):
...
Rewrite using an init method.
2018-09-14 22:18:16 +02:00
Wolfgang Lux
397a4116cc
Avoid calling iconSize method on a null pointer.
2018-08-05 11:18:32 +02:00
fredkiefer
0e1c392ff0
* Source/NSApplication.m (-applicationIconImage): Lazy load the app icon.
2018-08-03 19:37:29 +02:00
fredkiefer
9d8dc3ba55
* Source/NSView.m (-beginPageInRect:atPlacement): Remove check for
...
empty rect. This will now use the placement translation all the time.
2018-07-27 10:09:44 +02:00
fredkiefer
d1683876fa
Switch of tests for libobjc2 in travis file.
2018-07-20 20:03:18 +02:00
Gregory John Casamento
b60901f4d3
Merge branch 'master' of github.com:gnustep/libs-gui
2018-07-20 09:16:03 -04:00
Gregory John Casamento
d4bfdd5580
Fix issue with app icon.
2018-07-20 09:15:26 -04:00
Gregory Casamento
e521d4aae2
Merge pull request #18 from gnustep/app-icon-fix
...
Application icon should now persist when the app is closed in WindowMaker dock.
2018-07-20 09:14:33 -04:00
Gregory John Casamento
c9ae46c7ce
Fix app icon in dock
2018-07-20 04:08:26 -04:00
fredkiefer
4b04426c06
* Source/NSPrinter.m (-addPPDKeyword:withScanner:withPPDPath:):
...
Protect against value being nil.
* Source/NSPageLayout.m (-tableView:objectValueForTableColumn:row:):
With standard papers, calculate margins taking into account factorValue.
* Source/NSPrintInfo.m (-initWithDictionary): Fix border calculation.
Idea by Yavor Doganov <yavor@gnu.org>
2018-07-14 20:21:32 +02:00
Ivan Vučica
44f8a4dccb
NSOpenGLView.m: Fix docstring for -[NSOpenGLView initWithFrame:pixelFormat:].
...
There is no such thing as +[NSOpenGLContext defaultPixelFormat].
2018-07-08 12:43:29 +00:00
Fred Kiefer
9cf1c65abe
Merge pull request #17 from Chubei-Nakagawa/add_japanese
...
Add Japanese translations.
2018-06-15 09:58:27 +02:00
Riccardo Mottola
96fbdaa81f
Check for floorf() and provide simple replacement
2018-06-11 23:46:06 +02:00
Ivan Vučica
0e0d3b563c
Merge pull request #16 from whiteShtef/master
...
Add 'id _coreAnimationData' variable to AppKit/Headers/NSView.h.
2018-06-07 22:56:43 +01:00
Ivan Vučica
e577192b1c
Merge branch 'master' into master
2018-06-07 22:53:58 +01:00
Stjepan Brkić
e1031e7198
Add 'id _coreAnimationData' variable to AppKit/Headers/NSView.h.
...
The variable will point to another class instance that will
contain data necessary data for future implementation of methods
regarding CA layers.
2018-06-05 12:36:42 +00:00
NAKAGAWA Chubei
8c36baad66
Add Japanese translations.
2018-06-02 01:24:17 +09:00
Fred Kiefer
0f647519ac
Merge pull request #15 from iamleeg/document-nswindowcontroller
...
Document methods I have recently used in NSWindowController
2018-05-28 02:57:29 -04:00
Fred Kiefer
584adbd401
Merge branch 'master' into document-nswindowcontroller
2018-05-28 02:56:25 -04:00
fredkiefer
2f9c16ad81
* Source/NSDocument.m (-revertToContentsOfURL:ofType:error:): Add
...
override calls for deprecated methods.
2018-03-30 17:01:12 +02:00
Graham Lee
436f5efb8f
Document methods I have recently used in NSWindowController
2018-03-29 19:38:54 +01:00
fredkiefer
760cfa6d62
* Headers/AppKit/NSSliderCell.h,
...
* Source/NSSliderCell.m: Rewrite this class to store and access
the value directly. This brings the behaviour closer to Apple's
horrible implementation.
2018-03-11 19:09:08 +01:00
fredkiefer
5735e0775d
* Source/NSSegmentedCell.m (-startTrackingAt:inView:,
...
-continueTracking:at:inView:): Add this methods to enable
tracking for this class.
Patch suggested by Josh Freeman <pikopixel@twilightedge.com>.
2018-02-27 23:32:11 +01:00
fredkiefer
3ad98f9474
* Headers/Additions/GNUstepGUI/GSTheme.h,
...
* Source/GSThemeDrawing.m: Correct int/NSInteger mismatch detected
by Josh Freeman <pikopixel@twilightedge.com>.
2018-02-27 22:02:54 +01:00
fredkiefer
f2ebe775d9
* Headers/AppKit/NSKeyValueBinding.h,
...
* Source/NSKeyValueBinding.m: Add helper function NSIsControllerMarker.
2018-02-26 00:13:15 +01:00
Ivan Vučica
aceb737281
Add missing changelog entry.
2018-02-20 20:11:24 +00:00
fredkiefer
41e02a5ed5
* Source/GSDisplayServer.m: Store the current display server in a
...
static variable and not in a thread variable.
Idea by Yavor Doganov <yavor@gnu.org>
2018-02-09 21:31:03 +01:00
fredkiefer
caa58cf72b
Tiny fix for bug found by valgrind.
...
Make sure nominal gets always set for a glyph.
2018-02-05 23:25:36 +01:00
fredkiefer
712e7a4e15
Close sheet before removing from parent.
...
* Source/NSAlert.m (NSBeginAlertSheet): Move closing the sheet from
here...
* Source/NSApplication.m (-beginSheet:...:contextInfo:): ...to here.
2018-02-04 21:18:43 +01:00
fredkiefer
b17b443266
* Tools/speech/GNUmakefile,
...
* configure.ac: Give up on dynamic library detecion.
* configure: Regnerate
2018-01-29 18:37:19 +01:00
fredkiefer
94289c1636
* configure.ac: Correct last commit.
...
* configure: Regnerate
2018-01-29 09:11:56 +01:00
fredkiefer
9a889f5c48
* configure.ac: Improve checks for flite.
...
* configure: Regnerate
* Tools/speech/GNUmakefile: Use variables for flite libraries.
* Tools/speech/FliteSpeechEngine.m: Switch to use register_cmu_us_kal16.
2018-01-28 21:45:16 +01:00
fredkiefer
78b330ff70
Restore -allocWithZone: method
2018-01-24 20:18:49 +01:00
fredkiefer
9451330883
* Source/NSApplication.m (-targetForAction:to:from:): Warn about
...
the target not responding to the action.
* Source/NSSavePanel.m (_initWithoutGModel): Don't set the OK
button as the target of the browser. Use helper method instead.
2018-01-23 20:56:52 +01:00
Gregory John Casamento
b9b0b3b56f
Add missing semicolon.
2018-01-22 18:03:14 -05:00
Gregory John Casamento
d6e4a2fdab
Merge branch 'master' of github.com:gnustep/libs-gui
2018-01-22 17:45:39 -05:00
Gregory John Casamento
f261f1e025
Fix compilation error in connectionDied:
2018-01-22 17:45:27 -05:00
Gregory John Casamento
f61d60b7b2
Fix compilation error in connectionDied:
2018-01-22 17:44:35 -05:00
fredkiefer
57cf738c8b
* Tools/speech/GNUmakefile: Remove specific OBJC flags.
...
Fixes bug #46939.46939
2018-01-21 14:32:43 +01:00
fredkiefer
618e31ff42
* Source/NSMenu.m (-update): Restructure by splitting up into two
...
helper methods.
* Source/NSMenu.m (-performKeyEquivalent:): Use new helper method
to only autoenable menu item with matching key equivalent.
2018-01-14 18:41:23 +01:00
fredkiefer
d31ae5f49b
* Source/GSLayoutManager.m
...
(-glyphRangeForCharacterRange:actualCharacterRange:): Try to
handle attachments at the end of the file more graceful.
2018-01-14 18:17:05 +01:00
fredkiefer
85ba90244b
* Source/NSView.m (-_rebuildCoordinates): Use simple path only
...
when both window and superview are nil. Set the visibleRect in
this case to bounds.
2018-01-07 16:47:36 +01:00