summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* drawflag(): Advancing the wrapped description part is put to the end of the l...Sven Eden2013-09-191-8/+14
* calculateDescWrap() Fix offset of second part, this must be aware of the lead...Sven Eden2013-09-191-2/+2
* calculateDescWrap() is no aware of the brackets that are drawn around the pac...Sven Eden2013-09-191-12/+6
* drawing a flag witrh wrapped descriptions does no longer add an offset for th...Sven Eden2013-09-191-38/+19
* Fixed stray 0-bytes that the wrapped description display accidently inserted.Sven Eden2013-09-191-12/+18
* The length of the first part must always be added to the position in the seco...Sven Eden2013-09-191-7/+5
* New descriptions now start unindented when description wrapping is turned on.Sven Eden2013-09-191-7/+16
* Enabled F11 key to toggle line wrapping and fixed a possible segfault.Sven Eden2013-09-181-12/+32
* findFlagStart() Fixed another potential endless loopSven Eden2013-09-181-1/+3
* drawFlag() fixed a definite endless loopSven Eden2013-09-181-2/+7
* Rewrote drawFlag() and added some helper functions. The mess is consideratly ...Sven Eden2013-09-181-188/+218
* drawFlag(): Moved finding the starting description / wrapped line out of the ...Sven Eden2013-09-181-60/+83
* drawFlag(): The function is now aware of wrapped descriptions. However, the w...Sven Eden2013-09-171-63/+119
* drawFlag(): Added skipping of individual wrapped description parts when searc...Sven Eden2013-09-171-10/+43
* types: Added calculation of wrapped description parameters.Sven Eden2013-09-161-3/+3
* Enabled new key button F11 to toggle line wrappingSven Eden2013-09-131-4/+4
* Substituted the long button labels with shorter ones. The long ones were writ...Sven Eden2013-09-121-13/+6
* Key descriptions (buttons) are now recalculated to only use as much space as ...Sven Eden2013-09-121-9/+36
* Toggling description display using F9/F10 needs a full draw()Sven Eden2013-09-111-6/+2
* Changed key help display to show the next state instead of a fixed text.Sven Eden2013-09-101-30/+33
* Added new F10 key short helpSven Eden2013-09-101-11/+15
* F10 now really toggles the description between original and alternativeSven Eden2013-09-101-2/+7
* Added handling for F10 to siwtch description display between original and alt...Sven Eden2013-09-101-0/+8
* Added reading of the new incoming alternative description line and its additi...Sven Eden2013-09-101-9/+14
* If read only mode is set, both Enter and ESC help show "Exit" and the key pre...Sven Eden2013-09-101-17/+27
* Made the subtitle more descriptive presenting a possible read-only modeSven Eden2013-09-101-2/+4
* Added prefixing of predefined configuration values and added read-only-mode a...Sven Eden2013-09-091-0/+18
* Fixed a typo: package/description order toggle is F9, not F8.ufed-0.90_rc1Sven Eden2013-03-051-1/+1
* Changed main keys to fit in 80 charactersSven Eden2013-03-051-9/+9
* Added a new member "row" to the sKey struct to add information about in which...Sven Eden2013-03-041-9/+9
* reordered key help and changed some of the texts. It should be much clearer now.Sven Eden2013-02-131-17/+19
* Scroll 2/3 of the description space when pressing KEY_LEFT or KEY_RIGHT. One ...Sven Eden2013-02-121-3/+3
* Fixed masked/forced display to be (flag) for forced and (-flag) for masked fl...Sven Eden2013-02-121-14/+6
* Beautified the help line a bit. However, it must be redesigned and the functi...Sven Eden2013-02-121-10/+10
* Instead of trying to hide the cursor, it is now placed in the input line (whe...Sven Eden2013-02-121-13/+37
* Change the move of the current flag to 0 flags to skip when a filter is toggl...Sven Eden2013-02-121-6/+6
* Added reading of local "default" setting int read_flags() and changed display...Sven Eden2013-02-111-2/+5
* Removed [M]asked column and updated display to the new column scheme.Sven Eden2013-02-111-19/+37
* Updated state chars input to await six characters instead of five.Sven Eden2013-02-111-1/+1
* If a flag is not set in make.conf, its default settings are now displayed in ...Sven Eden2013-02-061-8/+18
* Moved function key detection and handling to flags callback() function. It is...Sven Eden2013-02-031-8/+45
* Fixed a bug that could cause a found flag to be below the display if a displa...Sven Eden2013-02-021-10/+11
* Unified display of masked and forced flags. Only flags that are fully forced ...Sven Eden2013-02-011-20/+10
* Added a new Char to show local Masked/Forced status.Sven Eden2013-02-011-19/+33
* Added a post-load analyzation to make use flags, that have only local descrip...Sven Eden2013-02-011-1/+2
* Fixed F-Key descriptionsSven Eden2013-02-011-3/+4
* Reorganized filter toggling finally enabling local/global and installed/not-i...Sven Eden2013-02-011-3/+3
* Added support for the new data model to ufed-curses-checklist.c, which made t...Sven Eden2013-01-311-417/+305
* Moved prompt back to the left side.Sven Eden2013-01-271-0/+1
* Added the information about global flags affecting at least one installed pac...Sven Eden2013-01-271-1/+8