| Commit message (Expand) | Author | Age | Files | Lines |
* | Toggling description display using F9/F10 needs a full draw() | Sven Eden | 2013-09-11 | 1 | -6/+2 |
* | Changed key help display to show the next state instead of a fixed text. | Sven Eden | 2013-09-10 | 1 | -30/+33 |
* | Added new F10 key short help | Sven Eden | 2013-09-10 | 1 | -11/+15 |
* | F10 now really toggles the description between original and alternative | Sven Eden | 2013-09-10 | 1 | -2/+7 |
* | Added handling for F10 to siwtch description display between original and alt... | Sven Eden | 2013-09-10 | 1 | -0/+8 |
* | Added reading of the new incoming alternative description line and its additi... | Sven Eden | 2013-09-10 | 1 | -9/+14 |
* | If read only mode is set, both Enter and ESC help show "Exit" and the key pre... | Sven Eden | 2013-09-10 | 1 | -17/+27 |
* | Made the subtitle more descriptive presenting a possible read-only mode | Sven Eden | 2013-09-10 | 1 | -2/+4 |
* | Added prefixing of predefined configuration values and added read-only-mode a... | Sven Eden | 2013-09-09 | 1 | -0/+18 |
* | Fixed a typo: package/description order toggle is F9, not F8.ufed-0.90_rc1 | Sven Eden | 2013-03-05 | 1 | -1/+1 |
* | Changed main keys to fit in 80 characters | Sven Eden | 2013-03-05 | 1 | -9/+9 |
* | Added a new member "row" to the sKey struct to add information about in which... | Sven Eden | 2013-03-04 | 1 | -9/+9 |
* | reordered key help and changed some of the texts. It should be much clearer now. | Sven Eden | 2013-02-13 | 1 | -17/+19 |
* | Scroll 2/3 of the description space when pressing KEY_LEFT or KEY_RIGHT. One ... | Sven Eden | 2013-02-12 | 1 | -3/+3 |
* | Fixed masked/forced display to be (flag) for forced and (-flag) for masked fl... | Sven Eden | 2013-02-12 | 1 | -14/+6 |
* | Beautified the help line a bit. However, it must be redesigned and the functi... | Sven Eden | 2013-02-12 | 1 | -10/+10 |
* | Instead of trying to hide the cursor, it is now placed in the input line (whe... | Sven Eden | 2013-02-12 | 1 | -13/+37 |
* | Change the move of the current flag to 0 flags to skip when a filter is toggl... | Sven Eden | 2013-02-12 | 1 | -6/+6 |
* | Added reading of local "default" setting int read_flags() and changed display... | Sven Eden | 2013-02-11 | 1 | -2/+5 |
* | Removed [M]asked column and updated display to the new column scheme. | Sven Eden | 2013-02-11 | 1 | -19/+37 |
* | Updated state chars input to await six characters instead of five. | Sven Eden | 2013-02-11 | 1 | -1/+1 |
* | If a flag is not set in make.conf, its default settings are now displayed in ... | Sven Eden | 2013-02-06 | 1 | -8/+18 |
* | Moved function key detection and handling to flags callback() function. It is... | Sven Eden | 2013-02-03 | 1 | -8/+45 |
* | Fixed a bug that could cause a found flag to be below the display if a displa... | Sven Eden | 2013-02-02 | 1 | -10/+11 |
* | Unified display of masked and forced flags. Only flags that are fully forced ... | Sven Eden | 2013-02-01 | 1 | -20/+10 |
* | Added a new Char to show local Masked/Forced status. | Sven Eden | 2013-02-01 | 1 | -19/+33 |
* | Added a post-load analyzation to make use flags, that have only local descrip... | Sven Eden | 2013-02-01 | 1 | -1/+2 |
* | Fixed F-Key descriptions | Sven Eden | 2013-02-01 | 1 | -3/+4 |
* | Reorganized filter toggling finally enabling local/global and installed/not-i... | Sven Eden | 2013-02-01 | 1 | -3/+3 |
* | Added support for the new data model to ufed-curses-checklist.c, which made t... | Sven Eden | 2013-01-31 | 1 | -417/+305 |
* | Moved prompt back to the left side. | Sven Eden | 2013-01-27 | 1 | -0/+1 |
* | Added the information about global flags affecting at least one installed pac... | Sven Eden | 2013-01-27 | 1 | -1/+8 |
* | Change layout to have both the flag setting origin (make.defaults/make.conf) ... | Sven Eden | 2013-01-23 | 1 | -54/+62 |
* | Changed layout: Global descriptions no longer have a prefix. Others have ACS_... | Sven Eden | 2013-01-23 | 1 | -9/+15 |
* | Fix scrollbar | Sven Eden | 2013-01-22 | 1 | -1/+6 |
* | Skipped description lines from flags reaching into the display must still be ... | Sven Eden | 2013-01-22 | 1 | -2/+3 |
* | Rewrote the core displaying routines to use the static list of lines | Sven Eden | 2013-01-21 | 1 | -35/+62 |
* | Cleaned up some prototypes and external references. This is a preapration for... | Sven Eden | 2013-01-21 | 1 | -1/+1 |
* | Changed keys display to be more easier to handle. Added convenience methods t... | Sven Eden | 2013-01-21 | 1 | -10/+30 |
* | Changed mask toggle key from Tab to F5. Added F6 key to toggle packag list di... | Sven Eden | 2013-01-20 | 1 | -9/+17 |
* | Fixed several memory leaks. According to valgrind, ufed is now leak free. | Sven Eden | 2013-01-19 | 1 | -46/+61 |
* | Initialize description buffer before write. | Sven Eden | 2013-01-19 | 1 | -0/+1 |
* | Readded the packages display. Further the state (global, local, masked, insta... | Sven Eden | 2013-01-18 | 1 | -16/+51 |
* | Added knowledge about instaled packages. Further split the internal | Sven Eden | 2013-01-18 | 1 | -49/+101 |
* | Fixed Scrollbar, the determination where the first not masked flag | Sven Eden | 2013-01-18 | 1 | -4/+4 |
* | The following changes are made: | Sven Eden | 2013-01-18 | 1 | -17/+40 |
* | Fixed the scrollbar: | Sven Eden | 2013-01-16 | 1 | -0/+5 |
* | Added the functonality to toggle masked flag display by pressing the | Sven Eden | 2013-01-16 | 1 | -0/+1 |
* | Added checks to disallow breaking the masked/unmasked flag filtering | Sven Eden | 2013-01-16 | 1 | -4/+18 |
* | Added filtering of now transported masked flags. These are not shown, yet, | Sven Eden | 2013-01-16 | 1 | -23/+46 |