Mingye Wang
1253ccdccd
Mention GSScaleFactor
...
It probably is a good idea to show off HiDPI support.
2020-03-01 17:25:39 +08:00
Eric Wasylishen
e72fe86870
* Documentation/GuiUser/DefaultsSummary.gsdoc:
...
* Headers/Additions/GNUstepGUI/GSTheme.h:
* Source/GSThemeDrawing.m:
* Source/NSScroller.m: Add defaults GSScrollerScrollsByPage
and GSScrollerArrowsSameEnd to allow customizing scroller
behaviour beyond the combinations provided by NSInterfaceStyle.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@37200 72102866-910b-0410-8b05-ffd578937521
2013-10-07 03:29:14 +00:00
Fred Kiefer
554390210e
* Source/NSWorkspace.m (-_openUnknown:): New method that starts an
...
operation system specific application for files or URL that
could
not be handled by GNUstep applications. Based on patch by Julian
Mayer <julian@corecode.at>.
* Source/NSWorkspace.m
* (-openFile:withApplication:andDeactivate:,
-openTempFile:, -openURL:): Use this new method.
* Documentation/GuiUser/DefaultsSummary.gsdoc: Document the new
setting GSUnknownFileTool that allows to define a default
application.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@35246 72102866-910b-0410-8b05-ffd578937521
2012-06-29 12:54:19 +00:00
Fred Kiefer
6edd461100
Revert change to use AltGr as Alt key. You may still get the same result
...
by setting a user default.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34225 72102866-910b-0410-8b05-ffd578937521
2011-11-28 17:00:50 +00:00
Fred Kiefer
cdb5f0c264
Use XK_ISO_Level3_Shift as second alternate key and document this change.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34130 72102866-910b-0410-8b05-ffd578937521
2011-11-07 09:41:38 +00:00
Fred Kiefer
e17e77ac22
Make key equivalent modifier string user adjustable by getting them from the defaults.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32579 72102866-910b-0410-8b05-ffd578937521
2011-03-14 15:17:00 +00:00
Richard Frith-MacDonald
452ffee567
Small theme update, plus documentation fixes and tweaks to avoid warnings.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28538 72102866-910b-0410-8b05-ffd578937521
2009-08-25 07:46:37 +00:00
Adam Fedor
c613fefd6e
Version 0.17.1
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28423 72102866-910b-0410-8b05-ffd578937521
2009-07-31 14:10:07 +00:00
Richard Frith-MacDonald
30d220530a
Add GSHelpViewer user default
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27447 72102866-910b-0410-8b05-ffd578937521
2008-12-29 08:22:38 +00:00
Nicola Pero
041abd2cdd
Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=gnustep-gui
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27347 72102866-910b-0410-8b05-ffd578937521
2008-12-19 13:00:47 +00:00
Nicola Pero
8326c8fb5e
Set GNUSTEP_CORE_SOFTWARE to YES so that gnustep-gui is installed by default in SYSTEM if gnustep-make has been configured with --disable-packages
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27334 72102866-910b-0410-8b05-ffd578937521
2008-12-18 18:45:01 +00:00
Richard Frith-MacDonald
74aae24e15
Fix bug #24672
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27193 72102866-910b-0410-8b05-ffd578937521
2008-12-02 22:54:38 +00:00
Adam Fedor
7afdd32ac1
Revert library license version to 2 until applications can be converted
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26619 72102866-910b-0410-8b05-ffd578937521
2008-06-10 04:01:49 +00:00
Fred Kiefer
193e31e678
Change all files to use GPL 3 and LGPL 3.
...
Prepare for next release.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25536 72102866-910b-0410-8b05-ffd578937521
2007-10-29 21:16:17 +00:00
Nicola Pero
fb51fe62fe
Updated to use GNUSTEP_INSTALLATION_DOMAIN instead of GNUSTEP_INSTALLATION_DIR; DESTDIR instead of INSTALL_ROOT_DIR; and fixed some makefile installation bugs
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24094 72102866-910b-0410-8b05-ffd578937521
2006-11-15 16:59:32 +00:00
Richard Frith-MacDonald
da0ba1aa6b
Update documentation dtd version
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23798 72102866-910b-0410-8b05-ffd578937521
2006-10-09 15:18:44 +00:00
Richard Frith-MacDonald
1c35ed587b
Improve defaults documentation a little.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23330 72102866-910b-0410-8b05-ffd578937521
2006-08-25 16:06:09 +00:00
Fred Kiefer
b1c6991a10
Chnaged GSDontShowAppIcon to GSSuppressAppIcon.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22918 72102866-910b-0410-8b05-ffd578937521
2006-05-12 16:25:36 +00:00
Fred Kiefer
b6341d6e1a
Allow to switch off the showing of the applications icon.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22892 72102866-910b-0410-8b05-ffd578937521
2006-05-10 21:48:15 +00:00
Richard Frith-MacDonald
fda42b0824
improve user experience with printing and defaults setup
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22537 72102866-910b-0410-8b05-ffd578937521
2006-02-22 10:23:13 +00:00
Richard Frith-Macdonald
76b6dcf307
Document new user default.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22139 72102866-910b-0410-8b05-ffd578937521
2005-12-04 20:20:01 +00:00
Adam Fedor
239d1b5296
Fix some documentation errors
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21494 72102866-910b-0410-8b05-ffd578937521
2005-07-17 14:07:07 +00:00
Adam Fedor
52469c268e
Add/fix copyright/licenses.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21393 72102866-910b-0410-8b05-ffd578937521
2005-07-01 20:54:03 +00:00
Adam Fedor
303dd1baf9
Update FSF Address.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21259 72102866-910b-0410-8b05-ffd578937521
2005-05-26 02:52:46 +00:00
Matt Rice
d714152e8f
2004-11-10 Matt Rice <ratmice@yahoo.com>
...
* Headers/Additions/GNUstepGUI/GSDisplayServer.h (-iconSize): New method declaration.
(-iconTileImage): Ditto.
* Source/GSDisplayServer.m (-resolutionForScreen:): Fix Typo in Docs.
(-boundsForScreen:): Ditto.
(-windowBounds:): Ditto.
(-iconSize): Implement new method.
(-iconTileImage): Ditto.
* Source/NSApplication.m (NSAppIconView): Remove
useWindowmakerIconBackground variable.
(scaledIconSizeForSize): New function.
([NSAppIconView +initialize]): Dont set a default image here. Remove
usage of GSUseWindowmakerIconBackground default. Use backend tile and
scale it to the backend icon size.
([NSAppIconView -drawRect:]): Remove usage of
useWindowmakerIconBackground. Draw cells with the backend icon size.
([NSAppIconView -setImage:]): Set the image to a scaled copy.
setNeedsDisplay instead of drawing directly.
([NSApplication -_appIconInit]): Use backend icon size.
* Source/NSWindow.m: Remove useWindowmakerIconBackground variable.
(scaledIconSizeForSize): New function.
([NSMiniWindowView +initialize]): Remove usage of
GSUseWindowmakerIconBackground default. Use backend tile image and scale it to the backend icon size.
([NSMiniWindowView -drawRect:]): Remove usage of
useWindowmakerIconBackground. Draw cells with the backend iconSize.
([NSMiniWindowView -setImage:]): Set the image to a scaled copy.
setNeedsDisplay instead of drawing directly.
([NSMiniWindowView -setTitle:]): setNeedsDisplay instead of drawing
directly.
([NSWindow -miniaturize:]): Use backend icon size.
* Documentation/GuiUser/DefaultsSummary.gsdoc: Remove docs for
GSUseWindowmakerIconBackground.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20336 72102866-910b-0410-8b05-ffd578937521
2004-11-10 17:12:57 +00:00
Adrian Robert
0a4ac31dac
describe the new 'GSModifiersAreKeys' default under KeyboardSetup
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20299 72102866-910b-0410-8b05-ffd578937521
2004-11-05 04:37:29 +00:00
Adrian Robert
cbb09d9450
clarify NSGlobalDomain usage; explain that NSShowNonLocalizedStrings is more of a developer option (better to document here than not at all)
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19815 72102866-910b-0410-8b05-ffd578937521
2004-08-02 18:06:39 +00:00
Adrian Robert
f9f9751079
removed unused/commented code
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19802 72102866-910b-0410-8b05-ffd578937521
2004-07-30 15:05:47 +00:00
Adrian Robert
936156f51f
added a bit of explanation of how to set defaults, since this doesn't really appear anywhere else besides the defaults man page; also, added NSShowNonLocalizedStrings default doc
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19792 72102866-910b-0410-8b05-ffd578937521
2004-07-29 15:17:44 +00:00
Alexander Malmberg
002efa32ed
Add GSUseWindowmakerIconBackground default.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19771 72102866-910b-0410-8b05-ffd578937521
2004-07-22 23:57:46 +00:00
Adam Fedor
f371c836f5
Version 0.9.3
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19499 72102866-910b-0410-8b05-ffd578937521
2004-06-11 18:58:40 +00:00
Kazunobu Kuriyama
4c7826a2be
Added Korean stuff
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19065 72102866-910b-0410-8b05-ffd578937521
2004-04-09 14:41:09 +00:00
Adam Fedor
e447a55ea3
Keyboard info
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18592 72102866-910b-0410-8b05-ffd578937521
2004-02-13 03:58:06 +00:00
Fred Kiefer
aa667be71a
Documented the new user default value GSUseFreedesktopThumbnails.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17593 72102866-910b-0410-8b05-ffd578937521
2003-09-01 16:59:41 +00:00
Adam Fedor
8b09ec55a8
Update documentation install
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17415 72102866-910b-0410-8b05-ffd578937521
2003-08-02 03:41:10 +00:00