| Commit message (Expand) | Author | Files | Lines |
2015-08-24 | mds-respawn: typo + mds-kkbd: doc, derp, and minimise some buffer sizes | Mattias Andrée | 2 | -13/+38 |
2015-08-24 | mds-kkbd: style | Mattias Andrée | 1 | -44/+11 |
2015-08-24 | mds-kkbd: fix order of parameters in sprintf | Mattias Andrée | 1 | -1/+1 |
2015-08-24 | mds-vt: typo and style | Mattias Andrée | 1 | -20/+10 |
2015-08-24 | mds-colour: pregenerate textual colour lists | Mattias Andrée | 1 | -29/+166 |
2015-08-24 | mds-colour: broadcast updates | Mattias Andrée | 2 | -18/+154 |
2015-08-24 | hash list optimisation | Mattias Andrée | 2 | -24/+142 |
2015-08-24 | m todo + implement get-colour | Mattias Andrée | 2 | -4/+45 |
2015-08-24 | m | Mattias Andrée | 1 | -2/+1 |
2015-08-24 | info index | Mattias Andrée | 1 | -0/+20 |
2015-08-24 | m info | Mattias Andrée | 1 | -0/+2 |
2015-08-24 | info: construct_error_message and send_error | Mattias Andrée | 2 | -3/+62 |
2015-08-23 | error transmissions | Mattias Andrée | 3 | -2/+230 |
2015-08-23 | mds-colour: marshal colour list + implement set-colour | Mattias Andrée | 2 | -5/+49 |
2015-08-23 | info: features | Mattias Andrée | 2 | -6/+84 |
2015-08-23 | m style | Mattias Andrée | 1 | -2/+2 |
2015-08-23 | typo | Mattias Andrée | 1 | -1/+1 |
2015-08-23 | signal handlers that return should not modify errno | Mattias Andrée | 9 | -0/+61 |
2015-08-22 | m + colour on selected items in lists and tables | Mattias Andrée | 1 | -4/+152 |
2015-08-22 | alternate background colours and delimiter, for tables | Mattias Andrée | 1 | -0/+43 |
2015-08-22 | selected text may need a different colour | Mattias Andrée | 1 | -16/+112 |
2015-08-22 | the first argument on socket() should be PF_, not AF_ as often documented, although it does not really matter because PF_ to AF_ is a bijective ide... | Mattias Andrée | 1 | -1/+1 |
2015-08-22 | ensure that all PF_ and AF_ aliases exists if any exist | Mattias Andrée | 1 | -0/+43 |
2015-08-22 | typo + mds-colour: print colour list on SIGINFO | Mattias Andrée | 2 | -1/+9 |
2015-08-21 | add and use xclose and xfclose, we do not want close or fclose to be ignored because a singal interrupts it. | Mattias Andrée | 9 | -25/+104 |
2015-08-21 | m info | Mattias Andrée | 1 | -6/+9 |
2015-08-21 | typo | Mattias Andrée | 1 | -1/+1 |
2015-08-21 | info: doc system colours for toolbars, tooltips and notifications | Mattias Andrée | 1 | -1/+34 |
2015-08-21 | info: doc system colours for menus | Mattias Andrée | 1 | -2/+42 |
2015-08-21 | info: doc system colours for progressbars | Mattias Andrée | 1 | -0/+56 |
2015-08-21 | info: doc system colours for scrolls | Mattias Andrée | 1 | -0/+52 |
2015-08-21 | info: doc system colours for sliders | Mattias Andrée | 1 | -0/+253 |
2015-08-21 | info: doc system colours for tabs | Mattias Andrée | 1 | -1/+38 |
2015-08-21 | typo | Mattias Andrée | 1 | -12/+12 |
2015-08-21 | controls can be clicked without being hovered | Mattias Andrée | 1 | -0/+83 |
2015-08-21 | info: doc system colours for checkboxes and radioboxes | Mattias Andrée | 1 | -0/+153 |
2015-08-21 | m + info: doc system colours for input components | Mattias Andrée | 1 | -4/+90 |
2015-08-21 | info: doc system colours for buttons | Mattias Andrée | 1 | -10/+101 |
2015-08-21 | description of system colours + add missing system colours | Mattias Andrée | 1 | -0/+165 |
2015-08-21 | enumeration of all recommended system colours | Mattias Andrée | 1 | -6/+92 |
2015-08-20 | start on colour list | Mattias Andrée | 1 | -4/+292 |
2015-08-20 | m + info: hash list | Mattias Andrée | 4 | -144/+532 |
2015-08-19 | work on mds-colour and list alternative to hash table | Mattias Andrée | 5 | -12/+574 |
2015-08-19 | m | Mattias Andrée | 1 | -0/+2 |
2015-08-19 | typo | Mattias Andrée | 1 | -1/+1 |
2015-08-19 | m | Mattias Andrée | 1 | -4/+4 |
2015-08-19 | info: why dither | Mattias Andrée | 1 | -2/+30 |
2015-08-19 | mds-colour: message parsing | Mattias Andrée | 2 | -4/+64 |
2015-08-19 | add strict_ato* for all precise integer types, for size_t, ssize_t, and integer types that have keywords | Mattias Andrée | 3 | -14/+563 |
2015-08-19 | use CLOCK_MONOTONIC if CLOCK_MONOTONIC_RAW is not defined | Mattias Andrée | 1 | -0/+6 |