e16/src
Kim Woelders e287b37e78 Switch to new list implementation.
Faster, less code, less memory usage.
Not that it matters much - mostly for fun.
2013-08-09 11:43:48 +02:00
..
E.h Eliminate Quicksort(), use libc qsort() in stead. 2013-03-26 22:24:39 +01:00
Makefile.am Switch to new list implementation. 2013-08-09 11:43:48 +02:00
about.c Forgot some 2008->2009's. 2009-05-12 21:21:21 +00:00
aclass.c Switch to new list implementation. 2013-08-09 11:43:48 +02:00
aclass.h Reload keybindings on MappingNotify. 2008-12-30 16:19:33 +00:00
actions.c Set startup id on apps started by snaps too. 2013-04-02 22:33:30 +02:00
alert.c Fix build error with ancient composite. 2012-09-22 08:29:21 +00:00
alert.h DialogAlert... -> Alert... 2008-10-18 19:05:18 +00:00
animation.c Some more double to float. 2013-07-08 00:05:20 +02:00
animation.h AnimatorsDelCatAll() is now unused. 2012-12-28 16:04:37 +00:00
arrange.c Fix potential use of uninitialised data. 2013-07-07 21:03:22 +02:00
backgrounds.c Switch to new list implementation. 2013-08-09 11:43:48 +02:00
backgrounds.h Change some longs to ints where long is not needed. 2012-01-08 12:54:08 +00:00
borders.c Switch to new list implementation. 2013-08-09 11:43:48 +02:00
borders.h Switch to new list implementation. 2013-08-09 11:43:48 +02:00
buttons.c Switch to new list implementation. 2013-08-09 11:43:48 +02:00
buttons.h Tweak button event callback parameter. 2013-06-29 18:14:41 +02:00
comms.c Switch to new list implementation. 2013-08-09 11:43:48 +02:00
comms.h Trivial cleanups. 2007-12-15 12:36:58 +00:00
conf.h Enable having background files with whitespace in name. 2011-05-01 10:52:05 +00:00
config.c Move pre-eventloop calls of EobjsRepaint() out of progress bar functions. 2012-04-22 17:39:53 +00:00
container.c Switch to new list implementation. 2013-08-09 11:43:48 +02:00
container.h Switch to new list implementation. 2013-08-09 11:43:48 +02:00
coords.c Fix using e16 with xcompmgr. 2013-02-23 11:35:49 +00:00
cursors.c Switch to new list implementation. 2013-08-09 11:43:48 +02:00
cursors.h Add missed 2009s. 2009-11-29 10:35:56 +00:00
desktops.c Tweak button event callback parameter. 2013-06-29 18:14:41 +02:00
desktops.h Change some longs to ints where long is not needed. 2012-01-08 12:54:08 +00:00
dialog.c Switch to new list implementation. 2013-08-09 11:43:48 +02:00
dialog.h Dialogs - Add missing const. 2012-05-06 17:20:13 +00:00
dock.c Eliminate redundant VRoot vars. 2008-03-24 11:12:40 +00:00
draw.c Remove code for shaded, semi-solid, and translucent move/resize modes. 2012-12-29 12:06:46 +00:00
ecompmgr.c Still more double to float. 2013-07-08 00:20:44 +02:00
ecompmgr.h Run composite rendering to screen separately from animators/idlers/timers. 2013-02-16 14:18:53 +00:00
econfig.c Cosmetics. 2012-10-24 17:20:38 +00:00
econfig.h Change some longs to ints where long is not needed. 2012-01-08 12:54:08 +00:00
edbus.c Cosmetics. 2012-10-24 17:20:38 +00:00
edbus.h Play with dbus - implement command interface. 2007-12-08 17:54:38 +00:00
edebug.h Enable using randr (1.3) for zooming. 2010-11-07 20:26:20 +00:00
edge.c Change some longs to ints where long is not needed. 2012-01-08 12:54:08 +00:00
eglx.c Trivial cleanups. 2010-06-06 10:05:53 +00:00
eglx.h Trivial cleanups. 2010-06-06 10:05:53 +00:00
eimage.c No need for double - change to float. 2013-07-07 23:35:16 +02:00
eimage.h Add missed 2009s. 2009-11-29 10:35:56 +00:00
emodule.c Add missed 2009s. 2009-11-29 10:35:56 +00:00
emodule.h Trivial cleanups. 2010-06-06 10:05:53 +00:00
eobj.c Move/rename atom/property related wrapper functions and types. 2013-04-07 20:02:24 +02:00
eobj.h Don't unmap/map OR windows during startup. 2013-02-24 18:57:41 +00:00
etypes.h Move some typedefs to etypes.h. 2009-03-21 20:57:57 +00:00
events.c Let "eesh screen" show some randr info. 2013-07-11 17:50:38 +02:00
events.h Forgot some 2013. 2013-02-16 14:18:50 +00:00
ewin-ops.c Play raise/lower sounds only if any windows are actually raised/lowered. 2013-06-04 22:09:10 +02:00
ewin-ops.h Add some forgotten 2011. 2011-07-17 18:43:21 +00:00
ewins.c Some more double to float. 2013-07-08 00:05:20 +02:00
ewins.h No need for double - change to float. 2013-07-07 23:35:16 +02:00
ewmh.c Move/rename atom/property related wrapper functions and types. 2013-04-07 20:02:24 +02:00
extinitwin.c Move/rename EInternAtom -> ex_atom_get, AtomListIntern -> ex_atoms_get. 2013-04-07 20:02:24 +02:00
file.c Use qsort in stead of open coded sorting. 2013-04-06 10:54:59 +02:00
file.h Eliminate dup in fullfileof(). 2008-10-10 19:49:06 +00:00
finders.c Indent. 2010-08-13 21:05:00 +00:00
focus.c Enable not using a container window. 2013-01-27 21:00:54 +00:00
focus.h Fix pointer warp between screens. 2010-04-05 17:48:37 +00:00
fonts.c Switch to new list implementation. 2013-08-09 11:43:48 +02:00
fx.c Some more double to float. 2013-07-08 00:05:20 +02:00
glwin.c Introduce new animation engine. 2012-12-09 10:03:07 +00:00
gnome.c Move/rename EInternAtom -> ex_atom_get, AtomListIntern -> ex_atoms_get. 2013-04-07 20:02:24 +02:00
grabs.c When using XI2, handle all keyboard and pointer events via XI2. 2012-12-27 18:21:56 +00:00
grabs.h Wrap XAllowEvents(). 2012-12-27 18:21:48 +00:00
groups.c Switch to new list implementation. 2013-08-09 11:43:48 +02:00
groups.h Switch to new list implementation. 2013-08-09 11:43:48 +02:00
handlers.c DialogAlert... -> Alert... 2008-10-18 19:05:18 +00:00
hints.c Move/rename EInternAtom -> ex_atom_get, AtomListIntern -> ex_atoms_get. 2013-04-07 20:02:24 +02:00
hints.h No need for double - change to float. 2013-07-07 23:35:16 +02:00
hiwin.c Add some missed 2010s. 2010-10-24 14:33:14 +00:00
hiwin.h Header file tweaks. 2008-03-24 08:57:50 +00:00
icccm.c Some more double to float. 2013-07-08 00:05:20 +02:00
iclass.c Switch to new list implementation. 2013-08-09 11:43:48 +02:00
iclass.h Add missed 2009s. 2009-11-29 10:35:56 +00:00
iconify.c No need for double - change to float. 2013-07-07 23:35:16 +02:00
icons.c Fix various issues related to iconification of shaded windows. 2010-04-02 15:28:06 +00:00
icons.h Validate focus list icon mode. Use defs for icon modes. 2010-03-20 10:41:12 +00:00
ipc.c Eliminate BordersForeach(). 2013-07-07 23:17:11 +02:00
ipc.h Add -brs to indent profile. 2008-03-23 11:54:24 +00:00
lang.c Warning fixes for gcc-4.6. 2011-01-30 00:07:50 +00:00
lang.h Adjustments for indent 2.2.11. 2010-08-08 19:03:34 +00:00
list.c Switch to new list implementation. 2013-08-09 11:43:48 +02:00
list.h Switch to new list implementation. 2013-08-09 11:43:48 +02:00
magwin.c No need for double - change to float. 2013-07-07 23:35:16 +02:00
main.c EwinMove/Resize - Change various global/ewin flags to function parameter. 2012-04-22 17:39:37 +00:00
memory.c Use qsort in stead of open coded sorting. 2013-04-06 10:54:59 +02:00
menus-misc.c Eliminate BordersForeach(). 2013-07-07 23:17:11 +02:00
menus.c Switch to new list implementation. 2013-08-09 11:43:48 +02:00
menus.h Container and pager menus should be destroyed on close. 2009-12-02 19:20:27 +00:00
misc.c Eliminate Quicksort(), use libc qsort() in stead. 2013-03-26 22:24:39 +01:00
mod-misc.c Enable logging to stdout or stderr. 2012-08-09 07:09:22 +00:00
mod-trans.c Change TimerAdd() and TimerSetInterval() time to ms. 2011-01-05 18:05:57 +00:00
moveresize.c Remove code for shaded, semi-solid, and translucent move/resize modes. 2012-12-29 12:06:46 +00:00
mwm.c Move/rename EInternAtom -> ex_atom_get, AtomListIntern -> ex_atoms_get. 2013-04-07 20:02:24 +02:00
pager.c Switch to new list implementation. 2013-08-09 11:43:48 +02:00
parse.c Use new destructive line parser to avoid a lot of strdup/free's. 2007-05-28 22:05:29 +00:00
parse.h Use new destructive line parser to avoid a lot of strdup/free's. 2007-05-28 22:05:29 +00:00
progress.c Move pre-eventloop calls of EobjsRepaint() out of progress bar functions. 2012-04-22 17:39:53 +00:00
progress.h Add missed 2009s. 2009-11-29 10:35:56 +00:00
regex.c 2007. 2007-01-13 19:14:29 +00:00
screen.c Let "eesh screen" show some randr info. 2013-07-11 17:50:38 +02:00
screen.h Add some forgotten 2011. 2011-07-17 18:43:21 +00:00
session.c Move/rename EInternAtom -> ex_atom_get, AtomListIntern -> ex_atoms_get. 2013-04-07 20:02:24 +02:00
session.h Trivial cleanups. 2007-12-15 12:36:58 +00:00
settings.c Remove code for shaded, semi-solid, and translucent move/resize modes. 2012-12-29 12:06:46 +00:00
settings.h Merge autoraise settings into focus settings dialog. 2009-11-05 18:45:55 +00:00
setup.c Alert if root window button events cannot be selected. 2012-08-16 19:33:22 +00:00
shapewin.c Add new "technical/opaque" move/resize mode. 2011-08-27 15:42:44 +00:00
size.c Fix en/disabling of maximization animation. 2012-12-13 21:32:19 +00:00
slide.c Forgot some 2013. 2013-02-16 14:18:50 +00:00
slide.h Introduce new animation engine. 2012-12-09 10:03:07 +00:00
slideout.c Switch to new list implementation. 2013-08-09 11:43:48 +02:00
snaps.c Switch to new list implementation. 2013-08-09 11:43:48 +02:00
snaps.h Remove useless parameter from SnapshotsSaveReal(). 2012-04-22 17:39:51 +00:00
snprintf.c Apply badzero.cocci, badnull.cocci and badnull2.cocci 2010-08-13 17:04:13 +00:00
sound.c Switch to new list implementation. 2013-08-09 11:43:48 +02:00
sound.h Play sounds by number in stead of by name. Enable disabling specific sounds. 2008-12-14 16:44:45 +00:00
sound_esd.c Adjustments for indent 2.2.11. 2010-08-08 19:03:34 +00:00
sound_load.c Clear SF_INFO struct before calling sf_open(). 2013-06-14 19:49:07 +02:00
sound_pa.c Fix C++ build. 2013-02-17 00:19:50 +00:00
sounds.h Trivial cleanups. 2010-06-06 10:05:53 +00:00
stacking.c Debug stuff. 2008-08-07 23:30:46 +00:00
startup.c Eliminate unnecessary XSync. 2013-02-24 18:57:39 +00:00
string.c Provide strcase functions if not available. 2008-08-14 18:44:23 +00:00
systray.c Move/rename EInternAtom -> ex_atom_get, AtomListIntern -> ex_atoms_get. 2013-04-07 20:02:24 +02:00
tclass.c Switch to new list implementation. 2013-08-09 11:43:48 +02:00
tclass.h Switch to new list implementation. 2013-08-09 11:43:48 +02:00
text.c Trivial cleanups. 2010-06-06 10:05:53 +00:00
text_pango.c Add some missed 2010s. 2010-10-24 14:33:14 +00:00
text_xft.c Add missed 2009s. 2009-11-29 10:35:56 +00:00
theme.c Fix various issues reported by clang. Minor cleanups. 2012-12-24 10:41:50 +00:00
time.c Move GetTimeMs/Us() to time.c. 2012-03-21 21:10:59 +00:00
timers.c Switch to new list implementation. 2013-08-09 11:43:48 +02:00
timers.h Cosmetic change around TimersRunNextIn(). 2013-02-10 09:59:25 +00:00
tooltips.c Switch to new list implementation. 2013-08-09 11:43:48 +02:00
tooltips.h 2007. 2007-01-13 19:14:29 +00:00
ttfont.c EColor->COLOR32 2009-09-13 13:45:34 +00:00
user.c Trivial cleanups. 2012-12-25 18:20:05 +00:00
user.h Simplify user info functions. 2012-02-26 20:15:52 +00:00
util.h Use qsort in stead of open coded sorting. 2013-04-06 10:54:59 +02:00
warp.c Fix various issues reported by clang. Minor cleanups. 2012-12-24 10:41:50 +00:00
windowmatch.c Switch to new list implementation. 2013-08-09 11:43:48 +02:00
windowmatch.h 2007. 2007-01-13 19:14:29 +00:00
x.c Move/rename EInternAtom -> ex_atom_get, AtomListIntern -> ex_atoms_get. 2013-04-07 20:02:24 +02:00
xprop.c Move/rename EInternAtom -> ex_atom_get, AtomListIntern -> ex_atoms_get. 2013-04-07 20:02:24 +02:00
xprop.h Move/rename EInternAtom -> ex_atom_get, AtomListIntern -> ex_atoms_get. 2013-04-07 20:02:24 +02:00
xtypes.h Rewrap more X stuff. 2008-03-30 12:13:16 +00:00
xwin.h Move/rename EInternAtom -> ex_atom_get, AtomListIntern -> ex_atoms_get. 2013-04-07 20:02:24 +02:00
zoom.c Cosmetics. 2012-10-24 17:20:38 +00:00