Commit graph

172 commits

Author SHA1 Message Date
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
Fred Kiefer
099257dac9 Fix some clang static analyser warnings reported by
Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@40484 72102866-910b-0410-8b05-ffd578937521
2017-04-16 11:54:21 +00:00
Sebastian Reitenbach
6d5a0cc236 A bunch of format string fixes and some casts to force formats
No objections from Fred Kiefer ;)



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@38569 72102866-910b-0410-8b05-ffd578937521
2015-05-26 17:15:16 +00:00
Fred Kiefer
782af1ee89 Fix memory leaks found by static analyser.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32529 72102866-910b-0410-8b05-ffd578937521
2011-03-10 23:03:01 +00:00
David Chisnall
8185bfdbf4 Add __attribute__((unused)) on __dummyFunctionForLinking().
Fred: I think this function is completely pointless, and should actually just be removed.  Looking at the age, it seems to have been added to work around some toolchain limitations that may have existed 15 years ago.  Can you take a look, and either remove it, or add a comment explaining why it's needed?



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32353 72102866-910b-0410-8b05-ffd578937521
2011-02-24 13:34:21 +00:00
Fred Kiefer
7ebb2818cc Final set of #include -> #import replacement in additional headers.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30097 72102866-910b-0410-8b05-ffd578937521
2010-04-07 08:59:43 +00:00
Nicola Pero
fba094c591 Minor tidy-ups of makefiles - removed some obsolete code and fixed a few typos
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29557 72102866-910b-0410-8b05-ffd578937521
2010-02-11 18:21:07 +00:00
Nicola Pero
ebbadfe1e0 Removed no longer used GNUmakefile.local from .cvsignore
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29556 72102866-910b-0410-8b05-ffd578937521
2010-02-11 18:12:39 +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
Adam Fedor
f15b15d1ba Allow loading of images from the owners bundle
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24119 72102866-910b-0410-8b05-ffd578937521
2006-11-17 04:53:09 +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
4225c9f33c Minor white space fixups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23889 72102866-910b-0410-8b05-ffd578937521
2006-10-16 09:05:46 +00:00
Richard Frith-MacDonald
b0af40b1cb Fix stupid error in last change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23131 72102866-910b-0410-8b05-ffd578937521
2006-07-05 08:02:12 +00:00
Richard Frith-MacDonald
d22941ed47 Tidy some warning suppression cleanups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23129 72102866-910b-0410-8b05-ffd578937521
2006-07-05 07:05:03 +00:00
Richard Frith-MacDonald
65b175b904 Tweaks to avoid new compiler warnings with gcc-4.1 and some 64bit issues.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23126 72102866-910b-0410-8b05-ffd578937521
2006-07-04 21:31:49 +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
Fred Kiefer
2dee695415 Patch by Georg Fleischmann to NSButtonCell GM loading.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20695 72102866-910b-0410-8b05-ffd578937521
2005-02-12 16:27:36 +00:00
Adam Fedor
3c1705aaa9 * Model/GMAppKit.m ([NSPopUpButton -encodeWithModelArchiver:]):
More robust method for getting title (works on OPENSTEP, from
George Fleischmann).


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20343 72102866-910b-0410-8b05-ffd578937521
2004-11-12 03:20:20 +00:00
Adam Fedor
625f41d0fd * Model/GMAppKit.m [-encodeWithModelArchiver:] remove title
bar and resize bar from 'minSize'.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20228 72102866-910b-0410-8b05-ffd578937521
2004-10-16 03:16:09 +00:00
Alexander Malmberg
7b1a2a50b5 ([NSFont +createObjectForModelUnarchiver:]): If there's no font of the decoded name, fall back to to the system font of the decoded size.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18452 72102866-910b-0410-8b05-ffd578937521
2004-01-22 11:19:08 +00:00
Alexander Malmberg
39c092170a Don't return values from methods returning void.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17502 72102866-910b-0410-8b05-ffd578937521
2003-08-20 12:13:34 +00:00
Adam Fedor
9265e93659 Don't include ../Headers on non-gnu
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17494 72102866-910b-0410-8b05-ffd578937521
2003-08-18 20:43:23 +00:00
David Ayers
b18f1c4ac4 Header reorganization - Please refer to ChangeLog
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17408 72102866-910b-0410-8b05-ffd578937521
2003-07-31 23:52:10 +00:00
Adam Fedor
7ea7935d1b Fix darwin compile
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16867 72102866-910b-0410-8b05-ffd578937521
2003-06-05 14:20:54 +00:00
Adam Fedor
0de7e778fe Updates for filesystem change.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16566 72102866-910b-0410-8b05-ffd578937521
2003-04-28 02:33:10 +00:00
Adam Fedor
23049dde9e Merge from 0.8.5 branch
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16250 72102866-910b-0410-8b05-ffd578937521
2003-03-24 18:15:56 +00:00
Adam Fedor
1b0e112697 * Source/NSPrintOperation.m (-_print): Remove locale change (now
handled correctly in backend stream context.
* Source/NSScrollView.m (-initWithFrame:): Change default border
to none.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16020 72102866-910b-0410-8b05-ffd578937521
2003-02-20 03:12:29 +00:00
Nicola Pero
9436775376 Fixed building libgmodel as a bundle
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15428 72102866-910b-0410-8b05-ffd578937521
2002-12-31 15:34:59 +00:00
Nicola Pero
ed73ebc25c Updated all checks for library-combo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15405 72102866-910b-0410-8b05-ffd578937521
2002-12-30 17:33:23 +00:00
Adam Fedor
4eae71e19a make fixups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15280 72102866-910b-0410-8b05-ffd578937521
2002-12-11 04:11:59 +00:00
Adam Fedor
181fda8a83 Make sure headers don't conflict with MacOSX headers
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15202 72102866-910b-0410-8b05-ffd578937521
2002-12-03 03:24:42 +00:00
Adam Fedor
5253d8ce66 Make sure headers don't conflict with MacOSX headers
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15201 72102866-910b-0410-8b05-ffd578937521
2002-12-03 03:24:42 +00:00
Richard Frith-Macdonald
45c5f0dfcb Tidied.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15184 72102866-910b-0410-8b05-ffd578937521
2002-11-29 14:41:08 +00:00
Adam Fedor
c3bae489b8 Add OpenGL support
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14997 72102866-910b-0410-8b05-ffd578937521
2002-11-16 04:48:52 +00:00
Adam Fedor
d2e366a641 Fix typos
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14995 72102866-910b-0410-8b05-ffd578937521
2002-11-15 23:09:14 +00:00
Adam Fedor
f49099ab2b Encode/decode named colors
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14994 72102866-910b-0410-8b05-ffd578937521
2002-11-15 23:07:19 +00:00
Adam Fedor
43c5671dd0 New access methods
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14986 72102866-910b-0410-8b05-ffd578937521
2002-11-13 16:00:12 +00:00
Adam Fedor
4ee8c3ff31 Don't add ourselves to the superview if we are the contentView of an NSBox.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14337 72102866-910b-0410-8b05-ffd578937521
2002-08-27 03:06:29 +00:00
Adam Fedor
24c44dd051 Fix window mouseUp. Doc building
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14327 72102866-910b-0410-8b05-ffd578937521
2002-08-25 02:47:00 +00:00
Nicola Pero
7e65a9dbfa Make sure NSCell objects do not spoil their sendActionMask when encoding them
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13818 72102866-910b-0410-8b05-ffd578937521
2002-06-10 09:07:31 +00:00
Nicola Pero
93e30dd7e3 Reindented
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13817 72102866-910b-0410-8b05-ffd578937521
2002-06-10 09:06:40 +00:00
Nicola Pero
9d9d205564 Attempted fix at broken decoding of popup buttons
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13535 72102866-910b-0410-8b05-ffd578937521
2002-04-24 09:58:20 +00:00
Nicola Pero
7781f5b795 Fixed window masks when encoding on OpenStep
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13519 72102866-910b-0410-8b05-ffd578937521
2002-04-21 14:11:57 +00:00
Adam Fedor
189a2e2670 Comment out popup encoding only for __APPLE__
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13287 72102866-910b-0410-8b05-ffd578937521
2002-04-01 18:16:36 +00:00
Adam Fedor
464ac5b1c7 Include libgmodel when compiling nib2gmodel
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13275 72102866-910b-0410-8b05-ffd578937521
2002-03-31 03:52:12 +00:00