aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* README.adoc: circumvent an issue with libasciidocHEADorigin/mastermasterPřemysl Eric Janouch2022-05-011-0/+1
|
* Bump Go modules to 1.17Přemysl Eric Janouch2021-08-191-1/+1
|
* Add support for printing on red/black tapesPřemysl Eric Janouch2021-06-105-22/+80
| | | | | | | | | | My QL-800 refuses to print black only on a red/black tape. I really don't like the added `rb` function parameter. It would be best to be able to recognize such tapes, however nothing of the sort is documented in official Brother documentation. makeBitmapData{,RB} also look like they could be simplified further.
* bdf: make it possible to set the drawing colourPřemysl Eric Janouch2021-06-096-8/+14
| | | | Intended for red and black tapes.
* Update dependenciesPřemysl Eric Janouch2021-06-082-94/+3
| | | | Somehow we have got rid of a lot of indirect nonsense.
* Name changePřemysl Eric Janouch2020-10-101-1/+1
|
* sklad: close the DB FD once finished readingPřemysl Eric Janouch2020-10-101-0/+1
| | | | Fixes a resource leak.
* label-tool: respect font ascent and descentPřemysl Janouch2019-04-262-24/+44
| | | | Also try to load the values from the BDF font file.
* label-tool: send pages as UTF-8Přemysl Janouch2019-04-251-2/+2
|
* label-tool: make it possible to print free form textPřemysl Janouch2019-04-252-14/+123
| | | | Also commit the label subpackage that we forgot to.
* label-tool: allow choosing from multiple fontsPřemysl Janouch2019-04-251-25/+75
|
* bdf-preview: style correctionsPřemysl Janouch2019-04-251-16/+16
|
* sklad: proper validations on container updatePřemysl Janouch2019-04-221-0/+7
|
* sklad: prefill form with last values on errorPřemysl Janouch2019-04-222-19/+34
| | | | | Since the browser's back button cannot be used because of our fascist caching policy.
* sklad: use Request.URL when self-redirectingPřemysl Janouch2019-04-221-2/+2
|
* sklad: redirect to GET on successful DB changesPřemysl Janouch2019-04-221-7/+13
|
* sklad: show the context when deleting containersPřemysl Janouch2019-04-221-1/+7
| | | | Do not try to show the deleted container.
* sklad: fix index update when changing parentPřemysl Janouch2019-04-191-1/+1
|
* sklad: make it possible to update the parentPřemysl Janouch2019-04-191-0/+1
|
* sklad: always try to shut down cleanlyPřemysl Janouch2019-04-191-1/+21
|
* sklad: highlight matches in the searchPřemysl Janouch2019-04-182-2/+17
|
* sklad: make containers always link to selfPřemysl Janouch2019-04-181-1/+1
|
* Avoid DB data races from different goroutinesPřemysl Janouch2019-04-161-0/+6
|
* Add a LICENSE filePřemysl Janouch2019-04-161-0/+12
|
* sklad: clean up templatesPřemysl Janouch2019-04-166-130/+139
|
* README.adoc: add a representative picturePřemysl Janouch2019-04-162-0/+2
|
* sklad: prevent creating container cyclesPřemysl Janouch2019-04-163-3/+16
|
* sklad: open label printing in a new window/tabPřemysl Janouch2019-04-151-2/+2
|
* sklad: link to container in print confirmationPřemysl Janouch2019-04-151-1/+1
|
* sklad: use textarea placeholder also for editingPřemysl Janouch2019-04-151-3/+3
|
* sklad: show whole container descriptionsPřemysl Janouch2019-04-152-2/+15
|
* sklad: trim spaces from user-supplied attributesPřemysl Janouch2019-04-151-4/+5
|
* sklad: support running under a prefixPřemysl Janouch2019-04-156-46/+57
|
* sklad: breadcrumbs for all containersPřemysl Janouch2019-04-151-2/+10
|
* sklad: create, update, removePřemysl Janouch2019-04-154-25/+262
|
* sklad: show the number of members of each seriesPřemysl Janouch2019-04-143-8/+23
|
* Add README.adocPřemysl Janouch2019-04-141-0/+49
|
* Move commands under cmd/Přemysl Janouch2019-04-1414-0/+0
|
* sklad: remove obsolete commentPřemysl Janouch2019-04-141-3/+0
|
* label-tool: unindent templatePřemysl Janouch2019-04-141-53/+53
|
* Flush input buffers on printer initializationPřemysl Janouch2019-04-142-13/+13
| | | | Seems to be necessary, not sure why.
* sklad: don't post-login redirect to POST requestsPřemysl Janouch2019-04-141-1/+1
|
* sklad: import label printing capability from label-toolPřemysl Janouch2019-04-144-51/+91
|
* sklad: implement searchPřemysl Janouch2019-04-143-9/+92
|
* sklad: cleanup, add commentPřemysl Janouch2019-04-143-36/+37
| | | | Child containers now show a linear list of subcontainers.
* sklad: autofocus desirable input fieldsPřemysl Janouch2019-04-142-2/+2
|
* sklad: preliminary web interfacePřemysl Janouch2019-04-146-46/+253
| | | | Only exposing most read operations thus far.
* sklad: styling, add a basic view for containersPřemysl Janouch2019-04-144-20/+84
|
* sklad: implement login and logoutPřemysl Janouch2019-04-135-12/+207
| | | | So far there are no other pages, and nothing links to the logout.
* sklad: write timestamps to the DB logPřemysl Janouch2019-04-131-1/+8
|