]> mj.ucw.cz Git - libucw.git/history - ucw/table.h
tableprinter: removed unnecessary macros, code cleanup
[libucw.git] / ucw / table.h
2014-07-17 Robert KesslMerge remote-tracking branch 'origin/dev-table' into...
2014-07-17 Robert Kessltableprinter: doc update, code cleanup
2014-07-16 Robert Kessltableprinter: removed column type macros
2014-07-16 Robert Kessltableprinter: code cleanup
2014-07-16 Robert Kessltableprinter: update of linked list and usage of const
2014-07-16 Robert Kessltableprinter: updated table_col_<type> funcs, update...
2014-07-16 Robert Kessltableprinter: started fixing of setting cell values
2014-07-15 Robert Kessltableprinter: code cleanup, update of formats of double
2014-07-15 Robert Kessltableprinter: update of TABLE_COL_BODIES macro, code...
2014-07-14 Robert Kesslxtypes&tableprinter: basic cleanup
2014-07-14 Robert Kesslxtype&tableprinter: first shot on incorporating xtypes...
2014-07-09 Robert Kessltableprinter: renamed size units; update of doc
2014-07-09 Robert Kessltableprinter: code cleanup contd.
2014-07-09 Robert Kessltableprinter: code cleanup contd.
2014-07-09 Robert Kessltableprinter: update of linked list
2014-07-09 Robert Kessltableprinter: code cleanup
2014-07-08 Robert Kessltableprinter: allocation of handles now uses xmalloc_ze...
2014-07-08 Robert Kessltableprinter: definition of the table separated from...
2014-07-07 Robert Kessltableprinter: update of documentation
2014-07-07 Robert Kessltableprinter: table_init now makes a copy of its argument
2014-07-04 Robert Kessltableprinter: bugfix in TBL_COL_ITER macro
2014-07-04 Robert Kessltableprinter: update of iterator macro; bugfix in table...
2014-07-04 Robert Kessltableprinter: update of column iterator and table_set_c...
2014-07-04 Robert Kessltableprinter: bugfix in initialization macros
2014-07-04 Robert Kessltableprinter: hidding of column linked list internals
2014-07-02 Robert Kessltableprinter: update of user-defined column types
2014-07-02 Robert Kessltableprinter: code cleanup; doc update
2014-07-01 Robert Kessltableprinter: added parsing of column arg; bugfixes
2014-07-01 Robert Kessltableprinter: fix of size/timestamp printing
2014-06-30 Robert Kessltableprinter: code cleanup
2014-06-30 Robert Kessltableprinter: first shot on update of internals
2014-06-27 Robert Kessltableprinter: now uses struct table_col_info * for...
2014-06-26 Robert Kessltableprinter: table_is_printed now returns bool
2014-06-26 Robert Kessltableprinter: add of table_col_is_printed
2014-06-25 Robert Kessltableprinter: table_clean_row renamed to table_reset_row
2014-06-25 Robert KesslMerge remote-tracking branch 'origin/master'
2014-06-25 Robert Kessltableprinter: add of table_clean_row
2014-06-22 Martin MaresABI: Adjust to last-minute table printer changes
2014-06-22 Martin MaresDocs: Polish table printer documentation
2014-06-20 Martin MaresDocs: Improved table printer documentation
2014-06-20 Robert Kessltableprinter: update of documentation
2014-06-20 Robert Kessltableprinter: added blockline formatter
2014-06-17 Robert KesslTableprinter: TODO notes moved from table.h to TODO...
2014-06-16 Robert KesslMerge remote-tracking branch 'origin/master'
2014-06-16 Robert KesslTableprinter: corrected INT64 -> S64
2014-06-15 Martin MaresABI cleanup
2014-06-12 Robert KesslMerge remote-tracking branch 'origin/master'
2014-06-12 Robert KesslTableprinter: added U64, INT64
2014-06-05 Martin MaresMerge branch 'table'
2014-06-04 Robert KesslTable: renamed table_col_order[_by_name] -> table_set_c...
2014-06-04 Robert KesslTable: added left alignment flag
2014-06-04 Pavel CharvatMerge branch 'master' into table
2014-06-03 Robert KesslTable: update of column macros and table_start
2014-06-03 Robert KesslTable: update of column initialization macros
2014-05-30 Martin MaresTable: Clean up column list parsing
2014-05-30 Martin MaresTable: Renaming callbacks to a formatter
2014-05-30 Martin MaresTable: Shuffle functions to form thematic blocks
2014-05-30 Martin MaresTable: Cosmetic cleanups and FIXMEs
2014-05-30 Martin MaresTable: Guard macros now follow LibUCW conventions
2014-05-30 Martin MaresImported tableprinter module