summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-162-16/+144
* destroyFlag(): Included destruction of the new sWrap chains if presentSven Eden2013-09-131-0/+10
* Enabled new key button F11 to toggle line wrappingSven Eden2013-09-131-4/+4
* e_wrap: new global to record current wrapping styleSven Eden2013-09-132-0/+2
* eWrap: New enum to set description wrapping styleSven Eden2013-09-131-0/+9
* sWrap_: new struct to support description line wrappingSven Eden2013-09-122-10/+30
* 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-124-48/+75
* types: New function setKeyDispLen() calculates the display length of buttons ...Sven Eden2013-09-121-0/+75
* types: Add a display length member to struct sKey and add a prototype for a f...Sven Eden2013-09-121-2/+5
* Updated the fix for bug #478318 - It is more reliable now.Sven Eden2013-09-111-9/+12
* Portage.pm: Use portageq to determine not only EPREFIX, but PORTDIR and PORTD...Sven Eden2013-09-111-16/+30
* ufed.pl.in: Fixed a typo.Sven Eden2013-09-111-3/+3
* Added all addition/changes about the buttons, the new filter F10 and the new ...Sven Eden2013-09-111-0/+31
* Added all addition/changes about the buttons, the new filter F10 and the new ...Sven Eden2013-09-111-5/+29
* Changed the indicator to show F9/F10 state as well, now in a condensed 4-char...Sven Eden2013-09-111-9/+18
* Toggling description display using F9/F10 needs a full draw()Sven Eden2013-09-111-6/+2
* Updated the help text and man page to include information about the new F10 k...Sven Eden2013-09-112-4/+48
* Changed key help display to show the next state instead of a fixed text.Sven Eden2013-09-102-49/+83
* Changed the help page to support the new sKey layoutSven Eden2013-09-101-6/+5
* types: Changed enums to explicit numbers and added values to sKey to hold a s...Sven Eden2013-09-102-17/+38
* ufed.pl: Added a constant for easier setting on how to start the curses inter...Sven Eden2013-09-101-8/+21
* Added new F10 key short helpSven Eden2013-09-101-11/+15
* Portage.pm: Enhanced Stripping of descriptions to build the alternative variant.Sven Eden2013-09-101-1/+10
* 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
* ufed-curses-globals.[hc]: Added e_desc global to switch between original and ...Sven Eden2013-09-102-0/+2
* eDesc: Added enum to determine whether the original or the alternative descri...Sven Eden2013-09-101-0/+8
* Merge branch 'master' into altdesc to have recent development there as well.Sven Eden2013-09-101-4/+3
|\
| * Change the usage of Readonly (unneccessary dependency) to pragma constant (no...Sven Eden2013-09-101-4/+3
* | Added reading of the new incoming alternative description line and its additi...Sven Eden2013-09-102-11/+16
* | The new alternative description line is now freed when a flag gets destroyed.Sven Eden2013-09-101-0/+2
* | types: Added altenative description to sFlagSven Eden2013-09-102-4/+7
* | udfed.pl: Send alternative text to interfaceSven Eden2013-09-101-2/+4
* | Portage.pm: Added an alternative description with stripped "<include|enable|a...Sven Eden2013-09-101-0/+8
|/
* 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-102-5/+7
* Portage.pm: When scanning a make.conf directory, only skip files beginning wi...Sven Eden2013-09-101-2/+3
* Added prefixing of predefined configuration values and added read-only-mode a...Sven Eden2013-09-095-5/+42
* The warning issued when make.conf is not writable is now prefixed with a "WAR...Sven Eden2013-09-091-2/+2
* ufed no longer tries to write out use flags if the new $Portage::ro_mode is n...Sven Eden2013-09-091-3/+3
* If the determined make.conf is not writable by the effective uid/gid, a warni...Sven Eden2013-09-091-4/+19
* Changed the search for files if make.conf is a directory to be done by a recu...ufed-0.90Sven Eden2013-07-221-8/+55
* Changed file search in make.conf directory parsing to be case insensitive.Sven Eden2013-07-221-1/+1
* Added parsing of files in a possible make.conf directory, skipping backup and...Sven Eden2013-07-223-20/+85
* Added a "thank you" section to the documentation.ufed-0.90_rc2Sven Eden2013-04-092-1/+12
* The cursor is now invisible on the help screen.Sven Eden2013-04-091-0/+2
* Changed the colors of highlighted lines in the help screen to make them bette...Sven Eden2013-04-091-1/+1
* Safe USE_EXPAND_HIDDEN separaterly and merge them into USE_EXPAND if the form...Sven Eden2013-04-081-0/+17