Commit graph

7456 commits

Author SHA1 Message Date
Paul Landers
76d6fd866f Fixed formatting in previous committ
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38431 72102866-910b-0410-8b05-ffd578937521
2015-03-23 22:09:14 +00:00
Paul Landers
fa2a23ea28 Expansion to Marcian's temporary patch to account for more levels of recursion.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38430 72102866-910b-0410-8b05-ffd578937521
2015-03-23 22:05:57 +00:00
Doug Simons
8457967877 explicitly tell the session window to displayIfNeeded after each event to fix [#5384]
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38402 72102866-910b-0410-8b05-ffd578937521
2015-03-12 01:13:03 +00:00
Marcian Lytwyn
687bada9e1 Revert last change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38394 72102866-910b-0410-8b05-ffd578937521
2015-03-11 00:57:46 +00:00
Marcian Lytwyn
2df985f377 Patch for closing menus on window out/window move sequences
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38390 72102866-910b-0410-8b05-ffd578937521
2015-03-10 01:00:57 +00:00
Marcian Lytwyn
69cc06a981 Add menu event processing for table cell(s)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38383 72102866-910b-0410-8b05-ffd578937521
2015-03-06 01:10:09 +00:00
Paul Landers
cf20f7bd79 Changed == to >= to fix a crash when layout_char is beyond the length of the string.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38306 72102866-910b-0410-8b05-ffd578937521
2015-01-29 18:22:17 +00:00
Paul Landers
0f6f11e24d Warning message when horizontal typesetter enters multiple levels of recursion
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38296 72102866-910b-0410-8b05-ffd578937521
2015-01-17 00:08:39 +00:00
Paul Landers
9785d080af Added case to menu autoenabler to disable supermenus that have empty submenus, when there is no validator.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38285 72102866-910b-0410-8b05-ffd578937521
2015-01-08 23:52:59 +00:00
Doug Simons
5c75af1e49 Fix bug with fieldEditor undo history carrying across between fields
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38282 72102866-910b-0410-8b05-ffd578937521
2015-01-08 20:32:49 +00:00
Paul Landers
cbb5eeabf6 Fixed two issues with tooltips. (a) locationInView was being converted twice, producing invalid coordinates the second time, when using a provider to get the tooltips. (b) Tooltips were not working if you had two tracking rects next to each other in the same view, when moving from one to the other, depending on the order they were processed, one could get the enter before the other's exit, thus canceling the timer.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38235 72102866-910b-0410-8b05-ffd578937521
2014-12-05 19:01:46 +00:00
Marcian Lytwyn
13202adda5 Create working stubs for table view batch insertions/removals of rows
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38234 72102866-910b-0410-8b05-ffd578937521
2014-12-04 21:55:21 +00:00
Marcian Lytwyn
290e5b3c34 Fix possible NSAttributedString return from data source objectValue invocation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38233 72102866-910b-0410-8b05-ffd578937521
2014-12-04 20:11:20 +00:00
Marcian Lytwyn
6a5a809f9f Modified previous fix for cell set object value fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38232 72102866-910b-0410-8b05-ffd578937521
2014-12-04 18:46:10 +00:00
Marcian Lytwyn
1325ed9c44 Reset needs_display flag on valid subview draw complete
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38231 72102866-910b-0410-8b05-ffd578937521
2014-12-04 16:31:08 +00:00
Marcian Lytwyn
beec601756 Additional information in description method
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38230 72102866-910b-0410-8b05-ffd578937521
2014-12-04 16:12:01 +00:00
Marcian Lytwyn
f173b531ff Send text storage versus string for tableView:setObjectValue delegate invocation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38229 72102866-910b-0410-8b05-ffd578937521
2014-12-04 16:10:28 +00:00
Marcian Lytwyn
3f1b7cb970 Fix initial cursor insertion location with paragraph alignment setting
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38228 72102866-910b-0410-8b05-ffd578937521
2014-12-04 16:02:07 +00:00
Marcian Lytwyn
fd815172ac Fix index beyond range in text attachment processing in mouseDown
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38227 72102866-910b-0410-8b05-ffd578937521
2014-12-03 18:49:58 +00:00
Marcian Lytwyn
0dc0c821f9 Fix tool bar item tool tips
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38225 72102866-910b-0410-8b05-ffd578937521
2014-12-02 21:09:22 +00:00
Marcian Lytwyn
34bcb2c7c4 Fix object ID parsing in XIB loading due to Apple moving to string ID represenatation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38224 72102866-910b-0410-8b05-ffd578937521
2014-12-02 20:36:00 +00:00
Marcian Lytwyn
9065c08f32 Temporary patch fix to string caching for ONE LEVEL recursion
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38184 72102866-910b-0410-8b05-ffd578937521
2014-11-19 19:21:34 +00:00
Jonathan Gillaspie
c4651a387d Add stubs for missing protocols
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38173 72102866-910b-0410-8b05-ffd578937521
2014-11-14 19:19:26 +00:00
Marcian Lytwyn
1c8a7e6f78 First attempt for fixes for new TableScript processing
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38166 72102866-910b-0410-8b05-ffd578937521
2014-11-11 16:53:30 +00:00
Paul Landers
6adda710e5 Open recent menu to clear items that have been deleted whenever it reloads.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38078 72102866-910b-0410-8b05-ffd578937521
2014-09-12 16:13:48 +00:00
Marcian Lytwyn
98a33c53db Some more progress indicator changes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38036 72102866-910b-0410-8b05-ffd578937521
2014-08-05 02:52:03 +00:00
Marcian Lytwyn
5b0b613990 Ignore start animation if progress indicator view is set to hidden
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38035 72102866-910b-0410-8b05-ffd578937521
2014-08-04 21:53:24 +00:00
Marcian Lytwyn
1765fa3698 Ignore start animation if progress indicator view is set to hidden
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38034 72102866-910b-0410-8b05-ffd578937521
2014-08-04 21:22:13 +00:00
Marcian Lytwyn
a5e0050e55 Remove NSLog(s)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38023 72102866-910b-0410-8b05-ffd578937521
2014-08-01 20:59:46 +00:00
Marcian Lytwyn
c008417ba0 Use windows-like spinning images for GNUstep (currently windows AND linux platforms)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38022 72102866-910b-0410-8b05-ffd578937521
2014-08-01 20:46:33 +00:00
Doug Simons
61695272c5 Implemented NSMenu removeAllItems method
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37996 72102866-910b-0410-8b05-ffd578937521
2014-07-14 20:08:26 +00:00
Marcian Lytwyn
21ffab74f8 Allow disabling of ICNS library
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37877 72102866-910b-0410-8b05-ffd578937521
2014-05-12 16:30:20 +00:00
Marcian Lytwyn
aa81e2bd56 Revert test code to original code
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37876 72102866-910b-0410-8b05-ffd578937521
2014-05-12 15:05:16 +00:00
Marcian Lytwyn
661a8c563a OOPS
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37872 72102866-910b-0410-8b05-ffd578937521
2014-05-08 16:58:01 +00:00
Marcian Lytwyn
b22abf4616 Patch to allow test to verify internal ICNS functionality on Linux/Windows platforms
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37871 72102866-910b-0410-8b05-ffd578937521
2014-05-08 16:40:32 +00:00
Marcian Lytwyn
3877d7c696 Additional fixes for 'screen' method processing
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37840 72102866-910b-0410-8b05-ffd578937521
2014-05-05 16:34:52 +00:00
Marcian Lytwyn
0176b9a65d Fix NSApplication check from rootObjects during XIB loading
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37827 72102866-910b-0410-8b05-ffd578937521
2014-05-01 15:16:01 +00:00
Doug Simons
59c88abfa0 fix root cause of NaN sizes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37811 72102866-910b-0410-8b05-ffd578937521
2014-04-26 05:08:24 +00:00
Doug Simons
cf0a37304e prevent infinite recursion if width is NaN
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37810 72102866-910b-0410-8b05-ffd578937521
2014-04-25 17:02:48 +00:00
Doug Simons
a2c9a6f583 try to avoid infinite recursion by being less demanding about exact equality
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37809 72102866-910b-0410-8b05-ffd578937521
2014-04-24 22:20:56 +00:00
Doug Simons
0d02e513d8 try to avoid infinite recursion by being less demanding about exact equality
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37808 72102866-910b-0410-8b05-ffd578937521
2014-04-24 21:07:59 +00:00
Doug Simons
da72380580 improve editing behavior when formatter returns a new string
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37807 72102866-910b-0410-8b05-ffd578937521
2014-04-23 22:46:26 +00:00
Doug Simons
0b3df11864 restore correct behavior of _screenForFrame:, and fix cascadeTopLeftFromPoint: to correctly put window on screen if it is not on any screen
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37806 72102866-910b-0410-8b05-ffd578937521
2014-04-23 19:26:13 +00:00
Doug Simons
f845468150 roll back change to _screenForFrame: which could make it return nil
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37798 72102866-910b-0410-8b05-ffd578937521
2014-04-16 14:14:18 +00:00
Marcian Lytwyn
4e943952f5 Attempt to fix windows lost in space
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37790 72102866-910b-0410-8b05-ffd578937521
2014-04-07 16:19:28 +00:00
Frank Le Grand
ff37e4b2e8 Source\NSToolbarItem.m: Fixed a bug where calling setImage: on a toolbar item would draw the image even if the toolbar display mode would be set to NSToolbarDisplayModeLabelOnly
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37777 72102866-910b-0410-8b05-ffd578937521
2014-03-28 17:47:45 +00:00
Marcian Lytwyn
bee13c1d64 Field editor for NSCell should have it's textview/textcontainer sized to title rectangle height
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37746 72102866-910b-0410-8b05-ffd578937521
2014-03-15 17:13:13 +00:00
Marcian Lytwyn
79537b24bf Pass mouseDragged to window if mouseDown passed to window
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37745 72102866-910b-0410-8b05-ffd578937521
2014-03-12 13:38:08 +00:00
Marcian Lytwyn
a218e2f605 Table header view display update rectangle incorrect - patched for now
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37744 72102866-910b-0410-8b05-ffd578937521
2014-03-11 22:30:17 +00:00
Marcian Lytwyn
a241cb876d OOPS
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37731 72102866-910b-0410-8b05-ffd578937521
2014-03-07 13:47:25 +00:00