summaryrefslogtreecommitdiff
path: root/src/ui_types.h
AgeCommit message (Collapse)AuthorFilesLines
2017-05-17Switch to #pragma onceLars-Dominik Braun1-3/+1
# Conflicts: # src/http/http.h # src/player.h
2015-08-25Add new type of message MSG_DEBUG.Michał Cichoń1-1/+2
This solve problem of playback time adding to artist when name is short. Debug messages are automatically copied to clipboard for easier debugging due to selection and copying in Windows console is not very convenient.
2014-04-22Fix include guardsLars-Dominik Braun1-3/+3
Macros starting with _ are reserved (see http://www.gnu.org/software/libc/manual/html_node/Reserved-Names.html). Fixes #440.
2011-05-18Configureable format stringsLars-Dominik Braun1-0/+38
Closes #88