aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mMattias Andrée2015-08-241-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info indexMattias Andrée2015-08-241-0/+20
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m infoMattias Andrée2015-08-241-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: construct_error_message and send_errorMattias Andrée2015-08-242-3/+62
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* error transmissionsMattias Andrée2015-08-233-2/+230
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-colour: marshal colour list + implement set-colourMattias Andrée2015-08-232-5/+49
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: featuresMattias Andrée2015-08-232-6/+84
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m styleMattias Andrée2015-08-231-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-08-231-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* signal handlers that return should not modify errnoMattias Andrée2015-08-239-0/+61
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + colour on selected items in lists and tablesMattias Andrée2015-08-221-4/+152
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* alternate background colours and delimiter, for tablesMattias Andrée2015-08-221-0/+43
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* selected text may need a different colourMattias Andrée2015-08-221-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ée2015-08-221-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 existMattias Andrée2015-08-221-0/+43
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typo + mds-colour: print colour list on SIGINFOMattias Andrée2015-08-222-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ée2015-08-219-25/+104
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m infoMattias Andrée2015-08-211-6/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-08-211-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: doc system colours for toolbars, tooltips and notificationsMattias Andrée2015-08-211-1/+34
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: doc system colours for menusMattias Andrée2015-08-211-2/+42
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: doc system colours for progressbarsMattias Andrée2015-08-211-0/+56
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: doc system colours for scrollsMattias Andrée2015-08-211-0/+52
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: doc system colours for slidersMattias Andrée2015-08-211-0/+253
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: doc system colours for tabsMattias Andrée2015-08-211-1/+38
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-08-211-12/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* controls can be clicked without being hoveredMattias Andrée2015-08-211-0/+83
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: doc system colours for checkboxes and radioboxesMattias Andrée2015-08-211-0/+153
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + info: doc system colours for input componentsMattias Andrée2015-08-211-4/+90
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: doc system colours for buttonsMattias Andrée2015-08-211-10/+101
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* description of system colours + add missing system coloursMattias Andrée2015-08-211-0/+165
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* enumeration of all recommended system coloursMattias Andrée2015-08-211-6/+92
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* start on colour listMattias Andrée2015-08-201-4/+292
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + info: hash listMattias Andrée2015-08-204-144/+532
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* work on mds-colour and list alternative to hash tableMattias Andrée2015-08-195-12/+574
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-08-191-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-08-191-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-08-191-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: why ditherMattias Andrée2015-08-191-2/+30
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-colour: message parsingMattias Andrée2015-08-192-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 keywordsMattias Andrée2015-08-193-14/+563
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use CLOCK_MONOTONIC if CLOCK_MONOTONIC_RAW is not definedMattias Andrée2015-08-191-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add strict_atoj and strict_atoujMattias Andrée2015-08-193-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 parameterMattias Andrée2015-08-1917-244/+112
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typo + continued work on mds-colourMattias Andrée2015-08-194-4/+157
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of mds-colourMattias Andrée2015-08-185-10/+976
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-08-188-8/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-08-185-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* todo: ratrotMattias Andrée2015-08-181-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-08-171-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>