GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/ufed.git
master
Gentoo Linux USE flags editor
Gentoo Portage Tools team <tools-portage@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ufed-curses-checklist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drawflag(): Advancing the wrapped description part is put to the end of the l...
Sven Eden
2013-09-19
1
-8
/
+14
*
calculateDescWrap() Fix offset of second part, this must be aware of the lead...
Sven Eden
2013-09-19
1
-2
/
+2
*
calculateDescWrap() is no aware of the brackets that are drawn around the pac...
Sven Eden
2013-09-19
1
-12
/
+6
*
drawing a flag witrh wrapped descriptions does no longer add an offset for th...
Sven Eden
2013-09-19
1
-38
/
+19
*
Fixed stray 0-bytes that the wrapped description display accidently inserted.
Sven Eden
2013-09-19
1
-12
/
+18
*
The length of the first part must always be added to the position in the seco...
Sven Eden
2013-09-19
1
-7
/
+5
*
New descriptions now start unindented when description wrapping is turned on.
Sven Eden
2013-09-19
1
-7
/
+16
*
Enabled F11 key to toggle line wrapping and fixed a possible segfault.
Sven Eden
2013-09-18
1
-12
/
+32
*
findFlagStart() Fixed another potential endless loop
Sven Eden
2013-09-18
1
-1
/
+3
*
drawFlag() fixed a definite endless loop
Sven Eden
2013-09-18
1
-2
/
+7
*
Rewrote drawFlag() and added some helper functions. The mess is consideratly ...
Sven Eden
2013-09-18
1
-188
/
+218
*
drawFlag(): Moved finding the starting description / wrapped line out of the ...
Sven Eden
2013-09-18
1
-60
/
+83
*
drawFlag(): The function is now aware of wrapped descriptions. However, the w...
Sven Eden
2013-09-17
1
-63
/
+119
*
drawFlag(): Added skipping of individual wrapped description parts when searc...
Sven Eden
2013-09-17
1
-10
/
+43
*
types: Added calculation of wrapped description parameters.
Sven Eden
2013-09-16
1
-3
/
+3
*
Enabled new key button F11 to toggle line wrapping
Sven Eden
2013-09-13
1
-4
/
+4
*
Substituted the long button labels with shorter ones. The long ones were writ...
Sven Eden
2013-09-12
1
-13
/
+6
*
Key descriptions (buttons) are now recalculated to only use as much space as ...
Sven Eden
2013-09-12
1
-9
/
+36
*
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
[next]