Gregory John Casamento
0f47fe3f2b
Add grid view.
2020-03-20 06:07:56 -04:00
Gregory Casamento
b161cfaf5c
Merge pull request #57 from gnustep/NSColorSampler_branch
...
NSColorSampler branch
2020-03-20 05:03:52 -04:00
Gregory John Casamento
d6d1f2e658
use AUTORELEASE
2020-03-20 04:54:02 -04:00
Gregory John Casamento
6f7293d21e
Fix indentation
2020-03-20 04:53:20 -04:00
Gregory John Casamento
34cfca2d06
Minor fix. Move panel instantiation to after lock.
2020-03-20 04:52:18 -04:00
Gregory John Casamento
54fc199d73
Additional fix for color selection issue.
2020-03-20 04:35:13 -04:00
Gregory John Casamento
ab5a52b59e
Fix issue where color sampler only gets color from app windows. Now can get color from the entire screen.
2020-03-20 04:25:42 -04:00
Gregory John Casamento
bc47973133
Merge branch 'master' of github.com:gnustep/libs-gui into NSColorSampler_branch
2020-03-19 16:43:05 -04:00
Gregory John Casamento
53f211fdda
Correct license on NSSegmentedControl to reflect the LGPL as it should.
2020-03-17 00:23:04 -04:00
Gregory John Casamento
03191c3756
Minor changes for NSColorSampler
2020-03-17 00:11:40 -04:00
Gregory John Casamento
26fdf7e10b
Fix RELEASE statement
2020-03-15 19:44:11 -04:00
Gregory John Casamento
6b086ca150
Fix issue where color was being continuously updated.
2020-03-15 19:14:15 -04:00
Gregory John Casamento
407df1188d
Remove from MISSING
2020-03-15 18:43:06 -04:00
Gregory John Casamento
426c4b0534
Remove from MISSING
2020-03-15 18:42:12 -04:00
Gregory John Casamento
c34e5688a1
NSColorSampler implementation
2020-03-15 18:39:22 -04:00
Sergii Stoian
70a001d17f
* Model/GNUmakefile: do not overwrite ADDITIONAL_INCLUDE_DIRS
...
value to help RPM build. In spec file ADDITIONAL_INCLUDE_DIRS can be sat
to subdirectories which are create by RPM build tool.
2020-03-12 11:55:25 +02:00
Gregory John Casamento
d9d5f60835
NSColorSampler initial commit
2020-03-12 04:14:09 -04:00
Gregory John Casamento
d8a43c580c
Add NSColorSampler class.
2020-03-12 03:22:12 -04:00
Sergii Stoian
a655fe1192
Merge pull request #56 from gnustep/randr
...
Window placement fix on screen change
2020-03-06 01:34:44 +02:00
Sergii Stoian
a61aa9f68f
* Source/NSWindow.m (_applyFrame:): new helper method to do actual
...
resizing and repositionning.
(setFrame:display:): use _applyFrame method.
(applicationDidChangeScreenParameters:): use _applyFrame: method.
2020-03-05 23:27:31 +02:00
Sergii Stoian
3f85f86f3b
* Source/NSScreen.m: remove +screen comment - not ready yet.
2020-03-05 12:25:56 +02:00
Sergii Stoian
96a3579e98
* Source/NSWindow.m (applicationDidChangeScreenParameters:):
...
Call backend's `placewindow::` directly because our origin in OpenStep
coordinates might left unchanged and `setFrame:display:` has check
for it.
2020-03-05 02:21:26 +02:00
Sergii Stoian
6d4afe9678
Merge branch 'master' into randr
...
Conflicts:
ChangeLog
2020-03-05 02:19:23 +02:00
Fred Kiefer
3239fec4dc
Merge pull request #55 from Artoria2e5/patch-1
...
Mention GSScaleFactor
2020-03-01 10:47:47 +01:00
Mingye Wang
1253ccdccd
Mention GSScaleFactor
...
It probably is a good idea to show off HiDPI support.
2020-03-01 17:25:39 +08:00
Sergii Stoian
fcbb4d704b
* Source/NSWindow.m (center): always center window on main screen -
...
monitor where user expects to see window.
2020-02-28 02:18:20 +02:00
Sergii Stoian
f460e3f875
* Source/NSWindow.m (sendEvent:): removed usage of extra local variables
...
in GSAppKitWindowMoved code block.
2020-02-26 02:05:34 +02:00
Sergii Stoian
b3e099f4ab
* Source/NSScreen.m (screens): add initial description of new logic
...
around screens (back, windows and menus) as comment.
2020-02-25 02:28:02 +02:00
Sergii Stoian
941dd311e0
Merge pull request #54 from gnustep/randr
...
New feature: Main menu follows key window. Plus some multi-monitor fixes.
2020-02-23 23:53:58 +02:00
Sergii Stoian
216d1f086f
Merge branch 'master' into randr
...
Conflicts:
ChangeLog
2020-02-23 23:38:36 +02:00
Sergii Stoian
1bf4d59016
* Update ChangeLog
2020-02-23 23:35:27 +02:00
Sergii Stoian
fe5616f5e1
* Source/NSWindow.m
...
(applicationDidChangeScreenParameters:): quit while loop after
screen was found.
(sendEvent:): use `_screen` ivar to get screen befor frame change.
2020-02-23 23:26:18 +02:00
fredkiefer
3db981a95d
Move more behaviour from the IBActionConnection5 and IBOutletConnection5
...
classes to the original ones.
2020-02-23 18:22:21 +01:00
fredkiefer
078d10774c
* .travis.yml
...
* travis-deps.sh: Try to keep up with Niels' changes in base.
2020-02-23 18:17:33 +01:00
Sergii Stoian
c0c5cad292
Merge branch 'master' into randr
...
Conflicts:
ChangeLog
2020-02-23 03:04:19 +02:00
Sergii Stoian
99e0f4ddda
* Source/NSMenu.m (windowDidChangeScreen:): join two if statements.
2020-02-23 01:56:33 +02:00
Sergii Stoian
11ff1789e8
* Source/NSMenu.m (_setGeometry): take into account main screen
...
origin when calculating horizontal menu postion.
2020-02-20 01:11:33 +02:00
Sergii Stoian
fe1cf36de0
* Source/NSApplication.m (_appIconInit): take into account main screen
...
origin when placing application icon.
2020-02-20 00:53:44 +02:00
Gregory John Casamento
344a4bbaf8
Eliminate duplicate entries in GNUmakefile, remove 'blocking' capability in speech recognizer code for now.
2020-02-17 01:35:57 -05:00
Gregory Casamento
a92b030dcb
Merge pull request #53 from gnustep/NSSpeechRecognizer_branch
...
NSSpeechRecognizer branch, Merged with Approval from RFM.
2020-02-15 11:01:44 -05:00
Sergii Stoian
557486906a
* Source/NSMenu.m (initWithTitle:): moved observer setup for
...
window notification to applicationDidFinishLaunching: method.
(setTornOff:): setup oberver for window notifications if menu is
torn off, uset observer otherwise.
(applicationDidFinishLaunching:): setup oberver only for main menu.
(windowDidChangeScreen:): do not process notifications from menu
windows. Use -netstedSetFrameOrigin for frame change to take care
of submenus repositioning.
2020-02-14 14:14:05 +02:00
Sergii Stoian
c1c77cc7c0
* Source/NSMenu.m (windowDidChangeScreen:): simplify calculation of
...
frame X position.
2020-02-14 12:34:20 +02:00
Sergii Stoian
533be55806
* Source/NSWindow.m (setFrame:display:): use _screeForFrame: here
...
to prevent `_screen` reassign - it will be reassigned in
sendEvent: (GSAppKitWindowMoved event) after call to [self screen].
(setFrameFromString:): removed unused code because _screenForFrame:
never returns `nil`. Do not reassign `_screen` here.
2020-02-13 18:30:04 +02:00
Sergii Stoian
381c24cdf4
* Source/NSWindow.m (processEvent:): notification moved back here from
...
`screen` method. Placing posting notification into `screen` method
is unreliable/dangerous - notification observer may call [NSWindow screen]
which results in notification posting loop.
2020-02-12 13:55:15 +02:00
Sergii Stoian
4c531f04bc
* Source/NSWindow.m (processEvent:): posting notification
...
NSWindowDidChangeScreenNotification moved into `screen`
method.
2020-02-12 13:08:58 +02:00
Sergii Stoian
77778fb2bc
* Source/NSMenu.m (windowDidChangeScreen:): fixed formatting.
2020-02-12 12:10:14 +02:00
Sergii Stoian
2a1b9d4d54
* Source/NSWindow.m (sendEvent:): set current screen to ivar and
...
send WindowDidChangeScreen notification if window was moved to other
screen.
* Source/NSScreen.m (mainScreen): returns screen of main menu if no
key window exists. With this implementation default screen (screen at
index 0 in screens array) should never be returned.
* Source/NSMenu.m (initWithTitle:): observe WindowDidBecomeKey and
WindowDidChangeScreen notifications.
(windowDidChangeScreen:): new method to handle observed notification
added above. Moves menu to screen of key window for both cases: when
key window moved to or activated on different screen.
2020-02-12 01:46:17 +02:00
Gregory John Casamento
bacceb1a46
Prevent logging of content into public log. Only log server events
2020-02-11 06:37:49 -05:00
Gregory John Casamento
d0e05bfc3f
Add restart logic
2020-02-11 06:33:42 -05:00
Gregory John Casamento
9953d7d132
Correct issue with detecting if app is in foreground
2020-02-11 06:11:43 -05:00