drop a few unused fields from struct text_object
[monky] / src /
2009-11-03 Phil Sutterdrop a few unused fields from struct text_object
2009-11-03 Phil Sutterdrop struct text_object field pair, since it got unused...
2009-11-03 Phil Sutterdrop struct text_object field f
2009-11-03 Phil Sutterdrop now unused SIZE_DEFAULTS macro
2009-11-03 Phil Sutterspecials: convert stippled_hr object to new style
2009-11-03 Phil Sutterspecials: convert tab object to new style
2009-11-03 Phil Sutterspecials: convert gauge objects to new style
2009-11-03 Phil Sutterspecials: convert graph objects to new style
2009-11-03 Phil Suttermisc smaller fixes
2009-11-03 Phil Sutterspecials: introduce dedicated per-object data and merge...
2009-11-03 Phil Sutterreview load* code
2009-11-03 Phil Suttermove loadavg and loadgraph code to common.c
2009-11-03 Phil Sutterlocal_mails: convert to generic object payload
2009-11-03 Phil Suttermail: convert to generic object payload
2009-11-03 Phil Suttermail: use a private common struct mail_s instead of...
2009-11-03 Phil Suttertext_object: use field i instead of cpu_index
2009-11-03 Phil Sutterif_up: convert to generic object payload
2009-11-03 Phil Sutterdrop now unused sensor field
2009-11-03 Phil Sutterobsd_sensors: cleanup code (untested)
2009-11-03 Phil Sutteribm: convert to generic object payload
2009-11-03 Phil Sutternet_stats: convert to generic object payload
2009-11-03 Phil Sutterdiskio: convert to generic object payload
2009-11-03 Phil Suttercombine: convert to generic object payload
2009-11-03 Phil Sutterscroll: convert to generic object payload
2009-11-03 Phil Sutterread_tcp: convert to generic object payload
2009-11-03 Phil Sutterexec: convert to generic object payload
2009-11-03 Phil Suttertop: convert to generic object payload
2009-11-03 Phil Suttermboxscan: convert to generic object payload
2009-11-03 Phil Suttermixer: convert to generic object payload
2009-11-03 Phil Suttercurl: convert to generic object payload
2009-11-03 Phil Sutterweather objects: convert to generic object payload
2009-11-03 Phil Sutterrss: convert to generic object payload
2009-11-03 Phil Suttereve: convert to generic object payload
2009-11-03 Phil Suttersysfs objects: convert to generic object payload
2009-11-03 Phil Suttertcp_portmon: convert to generic object payload
2009-11-03 Phil Sutterfs_*: convert to generic object payload
2009-11-03 Phil Sutterfs_bar, fs_bar_free: convert to generic object payload
2009-11-03 Phil Suttertailhead: convert to generic object payload
2009-11-03 Phil Sutterconvert tztime to generic object payload
2009-11-03 Phil Sutternvidia: convert to generic text object payload
2009-11-03 Phil Suttertext_object: introduce a generic payload pointer
2009-11-03 Phil Sutterlocal_mails: put code to where it belongs
2009-11-03 Phil Suttermail: put imap and pop3 code to where it belongs
2009-11-03 Phil Sutternet_stats: outsource network-related objects
2009-11-03 Phil Suttercombine: outsource code
2009-11-03 Phil Sutterscroll: outsource code
2009-11-03 Phil Sutterread_tcp: outsource code
2009-11-03 Phil Sutterexec: put all exec-related stuff into it's own file
2009-11-03 Phil Sutteribm: put specific code to where it belongs
2009-11-03 Phil Suttergw_info: move code to where it belongs
2009-11-01 Cesare TirabassiFix indenting of last commit
2009-11-01 Cesare TirabassiFix hwmon location for kernel >= 2.6.31 (closes sf...
2009-10-12 Phil Sutterrss.h: drop useless header include
2009-10-12 Phil Sutterfix compiling in a messy way
2009-10-12 Phil Suttercurl: put init and print code to where it belongs
2009-10-12 Phil Sutterweather objects: move init and print code to weather.c
2009-10-12 Phil Sutterrss: move init and print code into rss.c
2009-10-12 Phil Sutterspend some time with eve.{c,h}
2009-10-12 Phil Suttersysfs objects: merge init and print routines
2009-10-12 Phil Suttertcp_portmon: drop useless function pointer cast, use...
2009-10-12 Phil Sutterfs_bar, fs_bar_free: merge init and print routines
2009-10-12 Phil Suttertail, head: use OBJ_ARG to simplify code
2009-10-12 Phil Sutterhddtemp: drop dead code (custom per-object data)
2009-10-12 Cesare TirabassiFix global info.desktop variables were incorrectly...
2009-10-04 Phil Suttertztime: fix argument parsing bug, clarify docs
2009-10-04 Phil Suttericonv: outsource code into it's own file
2009-10-04 Phil Sutteroutsource time, utime and tztime into a separate file
2009-10-04 Phil Suttermove the SIZE_DEFAULTS() macro to where it belongs to
2009-10-03 Brenden MatthewsAdd the -p/--pause command line option.
2009-10-01 Brenden MatthewsImprove IMAP/POP3 code, fix compiler error.
2009-09-27 Brenden MatthewsAllow spaces in mail folder names for pop/imap.
2009-09-27 Brenden MatthewsFix IMAP IDLE with Google's IMAP service.
2009-09-25 Pavel LabathPut OBJ(image) in $ifdefs
2009-09-22 Pavel LabathMake -d switch work again
2009-09-20 Phil Sutterdo not block when reading inotify_fd
2009-09-20 Phil Sutterindex processes in a hash table for faster lookup
2009-09-20 Pavel LabathIt feels much better to let the thread exit voluntarily...
2009-09-20 Phil Sutterfixup for ncurses output
2009-09-20 Phil Sutterdrop duplicate code
2009-09-20 Phil Sutterminor indentation fixup
2009-09-20 Phil Sutterthis was looking wrong
2009-09-20 Phil Sutterminor simplification of get_string_width_special()
2009-09-20 Phil Sutterupdate machinery: keep threads persistent
2009-09-20 Phil Suttersimplify get_string_width() a bit
2009-09-15 Pavel LabathOBJ -> OBJ_ARG; apparently forgotten in 9f22ba
2009-09-15 Phil Suttertop.c: fix for unsigned underflow
2009-09-15 Phil Sutterbetter zero out allocated memory
2009-09-15 Phil Sutterupdate machinery: run each update callback in it's...
2009-09-15 Phil Sutterread_tcp: get rid of heavy indenting
2009-09-15 Phil Suttercore: add OBJ_ARG() and OBJ_IF_ARG() to force arguments
2009-09-15 Phil Sutterimlib2: don't flood warnings on non-existing images
2009-09-15 Phil Sutterdo not unconditionally overwrite a variable after condi...
2009-09-15 Phil Sutterminor indenting fixup
2009-09-15 Phil Sutterapcupsd: drop init_apcupsd() since it was called at...
2009-09-15 Phil Sutterupdate machinery: add some documentation
2009-09-12 Pavel LabathMove vi modelines closer to the beginning, so they...
2009-09-09 Phil Sutterupdate machinery: fix accidential naming conflict
2009-09-09 Phil Sutterupdate machinery: fix for update_stat() on linux
2009-09-09 Pavel LabathFix window width calculation when $lua returns newlines
2009-09-06 Phil Sutterupdate machinery: fix top objects
next