rfm
|
6667842dd5
|
Update FSF address as requested by Gregory
|
2024-11-07 13:37:59 +00:00 |
|
rfm
|
3f994d3ee1
|
avoid compiler warnings
|
2024-05-12 15:07:49 +01:00 |
|
Frederik Seiffert
|
0582eddd96
|
Export string constants and annotate exported function implementations
Moves scattered string constants to externs.m, and removes obsolete code replacing constant strings.
|
2021-03-27 17:36:15 +01:00 |
|
Gregory John Casamento
|
753c907938
|
Fix address for FSF and License name in all headers in base
|
2019-12-09 18:36:00 -05:00 |
|
Richard Frith-Macdonald
|
383c3246ee
|
partial fix for compiler without properties
|
2017-06-25 15:17:12 +01:00 |
|
Richard Frith-MacDonald
|
ec73ec0593
|
trivial tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39423 72102866-910b-0410-8b05-ffd578937521
|
2016-02-29 09:41:14 +00:00 |
|
Marcus Müller
|
2b6f8a27f9
|
"NSUserNotificationDefaultSoundName" constant string was declared but missing,
fixed
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39244 72102866-910b-0410-8b05-ffd578937521
|
2015-12-29 11:39:51 +00:00 |
|
Marcus Müller
|
08346adf1d
|
implemented deliveryRepeatInterval handling, minor fixes and code cleanup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37651 72102866-910b-0410-8b05-ffd578937521
|
2014-01-31 12:08:13 +00:00 |
|
Marcus Müller
|
b7fe9517ff
|
import of <GNUstepBase/GSVersionMacros.h> is vital for gcc compilation, added
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37649 72102866-910b-0410-8b05-ffd578937521
|
2014-01-30 15:30:34 +00:00 |
|
Richard Frith-MacDonald
|
5a5946dfce
|
fix whitespace/indentatrion issues
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37647 72102866-910b-0410-8b05-ffd578937521
|
2014-01-30 14:58:20 +00:00 |
|
Marcus Müller
|
28cac03e05
|
Added NSUserNotification (new in OSX 10.8) and infrastructure. It's currently only available for compilers which support autosynthesis (clang >= 3.2) and the default implementation of NSUserNotificationCenter doesn't do much. However, there's a bundle loading mechanism embedded which makes it easy to provide a concrete implementation. I've provided a DBusKit based implementation as part of DBusKit which already works.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37645 72102866-910b-0410-8b05-ffd578937521
|
2014-01-30 14:23:18 +00:00 |
|