Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | m info | Mattias Andrée | 2015-08-24 | 1 | -0/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | info: construct_error_message and send_error | Mattias Andrée | 2015-08-24 | 2 | -3/+62 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | error transmissions | Mattias Andrée | 2015-08-23 | 3 | -2/+230 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | mds-colour: marshal colour list + implement set-colour | Mattias Andrée | 2015-08-23 | 2 | -5/+49 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | info: features | Mattias Andrée | 2015-08-23 | 2 | -6/+84 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m style | Mattias Andrée | 2015-08-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | typo | Mattias Andrée | 2015-08-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | signal handlers that return should not modify errno | Mattias Andrée | 2015-08-23 | 9 | -0/+61 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m + colour on selected items in lists and tables | Mattias Andrée | 2015-08-22 | 1 | -4/+152 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | alternate background colours and delimiter, for tables | Mattias Andrée | 2015-08-22 | 1 | -0/+43 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | selected text may need a different colour | Mattias Andrée | 2015-08-22 | 1 | -16/+112 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | 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 ↵ | Mattias Andrée | 2015-08-22 | 1 | -1/+1 |
| | | | | | | identity mapping (PF_UNSPEC was even added to make this true.) Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | ensure that all PF_ and AF_ aliases exists if any exist | Mattias Andrée | 2015-08-22 | 1 | -0/+43 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | typo + mds-colour: print colour list on SIGINFO | Mattias Andrée | 2015-08-22 | 2 | -1/+9 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add and use xclose and xfclose, we do not want close or fclose to be ignored because a singal interrupts it. | Mattias Andrée | 2015-08-21 | 9 | -25/+104 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m info | Mattias Andrée | 2015-08-21 | 1 | -6/+9 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | typo | Mattias Andrée | 2015-08-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | info: doc system colours for toolbars, tooltips and notifications | Mattias Andrée | 2015-08-21 | 1 | -1/+34 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | info: doc system colours for menus | Mattias Andrée | 2015-08-21 | 1 | -2/+42 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | info: doc system colours for progressbars | Mattias Andrée | 2015-08-21 | 1 | -0/+56 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | info: doc system colours for scrolls | Mattias Andrée | 2015-08-21 | 1 | -0/+52 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | info: doc system colours for sliders | Mattias Andrée | 2015-08-21 | 1 | -0/+253 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | info: doc system colours for tabs | Mattias Andrée | 2015-08-21 | 1 | -1/+38 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | typo | Mattias Andrée | 2015-08-21 | 1 | -12/+12 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | controls can be clicked without being hovered | Mattias Andrée | 2015-08-21 | 1 | -0/+83 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | info: doc system colours for checkboxes and radioboxes | Mattias Andrée | 2015-08-21 | 1 | -0/+153 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m + info: doc system colours for input components | Mattias Andrée | 2015-08-21 | 1 | -4/+90 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | info: doc system colours for buttons | Mattias Andrée | 2015-08-21 | 1 | -10/+101 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | description of system colours + add missing system colours | Mattias Andrée | 2015-08-21 | 1 | -0/+165 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | enumeration of all recommended system colours | Mattias Andrée | 2015-08-21 | 1 | -6/+92 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | start on colour list | Mattias Andrée | 2015-08-20 | 1 | -4/+292 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m + info: hash list | Mattias Andrée | 2015-08-20 | 4 | -144/+532 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | work on mds-colour and list alternative to hash table | Mattias Andrée | 2015-08-19 | 5 | -12/+574 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2015-08-19 | 1 | -0/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | typo | Mattias Andrée | 2015-08-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2015-08-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | info: why dither | Mattias Andrée | 2015-08-19 | 1 | -2/+30 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | mds-colour: message parsing | Mattias Andrée | 2015-08-19 | 2 | -4/+64 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add strict_ato* for all precise integer types, for size_t, ssize_t, and integer types that have keywords | Mattias Andrée | 2015-08-19 | 3 | -14/+563 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | use CLOCK_MONOTONIC if CLOCK_MONOTONIC_RAW is not defined | Mattias Andrée | 2015-08-19 | 1 | -0/+6 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add strict_atoj and strict_atouj | Mattias Andrée | 2015-08-19 | 3 | -2/+141 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | put full_send in libmdsserver, clients that only has one socket uses a macro to remove the socket parameter | Mattias Andrée | 2015-08-19 | 17 | -244/+112 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | typo + continued work on mds-colour | Mattias Andrée | 2015-08-19 | 4 | -4/+157 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | beginning of mds-colour | Mattias Andrée | 2015-08-18 | 5 | -10/+976 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | typo | Mattias Andrée | 2015-08-18 | 8 | -8/+8 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | typo | Mattias Andrée | 2015-08-18 | 5 | -5/+5 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | todo: ratrot | Mattias Andrée | 2015-08-18 | 1 | -0/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | typo | Mattias Andrée | 2015-08-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | typo | Mattias Andrée | 2015-08-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | update style guide for doc | Mattias Andrée | 2015-08-07 | 1 | -0/+14 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> |