Carlos R. Mafra
0350b8445a
Remove unneeded extern's in .c files
...
They were not being used in those files, so let's remove them.
2010-04-14 18:39:28 +02:00
Carlos R. Mafra
4041278f48
Address some sparse warnings
...
Plain integer as NULL pointer, non-ANSI function declaration etc.
2010-04-14 18:39:17 +02:00
Brad Jorsch
6082f2d243
Fix trivial warnings
...
* Format string integer size warnings
* Missing or non-value returns in non-void functions
* A missing #include in WPrefs.app/MouseSettings.c
2010-04-09 15:16:31 +02:00
Carlos R. Mafra
e1d5ce7a51
Cleanup includes of wcore.h, defaults.h and pixmap.h
...
Several files were including others for no reason, and this slows
down the build time (but probably not measurable on a fast machine).
2010-03-17 11:12:53 +01:00
Carlos R. Mafra
688a56e8ab
Change to the linux kernel coding style
...
for arq in `git ls-files *.c`; do
echo $arq;
indent -linux -l115 $arq;
done
The different line break at 115 columns is because
I use a widescreen monitor :-)
2009-08-20 00:59:40 +02:00
dan
6830b05716
changed indentation to use spaces only
2004-10-12 21:28:27 +00:00
dan
8457611316
fixes to comply to ANSI C
2003-07-16 20:58:49 +00:00
dan
4153e2fde4
- Fixed crashing bug in menu.c
...
- Updated year from 2002 to 2003
2003-01-16 23:30:45 +00:00
dan
cab71ba6a1
- Fixed text in info panel for multibyte (Seiichi SATO <ssato@sh.rim.or.jp>)
...
- Separated the font caches for normal fonts and fontsets in WINGs (they can
have the same names and collide in the cache giving unwanted results)
- Updated the years in the copyright notices
2002-01-04 07:32:37 +00:00
dan
497e34b6b8
- Replaced all free() with wfree() where appropriate
...
- Fixed some memory leaks
2000-10-31 14:57:22 +00:00
dan
9af1c6c415
Updating to version 0.20.2
...
Many bug fixes.
1998-10-21 14:43:47 +00:00
scottc
9d2e6ef9f1
Initial revision
1998-09-29 22:36:29 +00:00