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
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
e4a53ba71e
fixed some Bool flags passed to WINgs functions to always set 1 or 0 values internally
2002-03-28 04:20:30 +00:00
dan
857b56c502
Fixed some // style comments
2000-11-04 03:24:34 +00:00
dan
5c76167098
Initial mouse wheel code.
2000-04-13 21:24:28 +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
5e4625dafe
many bug fixes, finished some delegate code, updated menu file bug from EXEC
...
to SHEXEC, updated french translations
1999-05-29 21:41:25 +00:00
kojima
df04a0a157
fixed little bug in non-continuous mode for slider
1999-04-19 00:20:13 +00:00
kojima
b147e8f85c
show workspace name when changing workspace
1999-04-17 18:24:23 +00:00
dan
088c0ac230
Update for 0.51.2-pre2
1999-03-09 14:58:01 +00:00
dan
e7495baff7
0.51.1 pre snapshot. Be careful, it may be buggy. It fixes some bugs though.
1999-02-17 11:06:40 +00:00
dan
0261c32636
Code update for Window Maker version 0.50.0
...
Read changes in ChangeLog and NEWS
1999-01-06 15:22:33 +00:00
scottc
9d2e6ef9f1
Initial revision
1998-09-29 22:36:29 +00:00