Carlos R. Mafra
d435ea7468
WINGs: Add back wprogressindicator.c
...
The examples inside WINGs/Tests fail to compile otherwise.
2011-08-25 00:06:58 +02:00
Tamas TEVESZ
b4cb488241
WINGs: Remove wprogressindicator and tree
...
Neither of them used (not by wdm either)
Signed-off-by: Tamas TEVESZ <ice@extreme.hu >
2010-10-07 12:04:30 +02:00
Tamas TEVESZ
a71a604ab1
WINGs: Make wmalloc() intialize allocated memory to 0
...
- Accordingly remove individual memsets, for now from WINGs only.
Signed-off-by: Tamas TEVESZ <ice@extreme.hu >
2010-10-07 12:04:29 +02: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
90c0e656f1
replaced windowmaker.org with windowmaker.info everywhere
2006-04-25 19:35:14 +00:00
dan
6830b05716
changed indentation to use spaces only
2004-10-12 21:28:27 +00:00
dan
1e92274495
- Updated WINGs/NEWS with info about hw the API changed how how things
...
are affected. Fixes for old code too.
- Double buffering in WMList. All widgets or apps using WMList and
having user drawing porcedures in place will inherit this double
buffering automatically too.
- New functions in WINGs: WMGetColorAlpha(), WMIsAAFont()
- Misc code cleanups in WINGs and src/dialog.c
2002-10-16 04:05:45 +00:00
dan
4f84c48ccb
updated de.po and fixed a typo
2002-01-10 06:03:06 +00:00
kojima
2cf8c125a5
misc. fixes
2001-01-26 19:30:53 +00:00
kojima
80fb09a74e
replaced free() with wfree() everywhere
...
fixed bug in wlist that caused colorpanel to crash
1999-10-09 20:07:23 +00:00
kojima
e82c30b205
replaced linked list with WMBag in WMList
...
replaced WMAddSorted*** with WMSort***
fixed crash bug in icon chooser
1999-10-03 03:47:21 +00:00
kojima
052ab01c84
replaced linked lists with WMBag, added progress indicator
1999-09-16 02:55:56 +00:00