summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use pkg-config to check for ncurses. this should fix bug #464328Sven Eden2013-04-032-3/+27
* Fixed a typo: package/description order toggle is F9, not F8.ufed-0.90_rc1Sven Eden2013-03-051-1/+1
* Added rendering and mouse event handling for two lines of keysSven Eden2013-03-051-18/+32
* 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-043-13/+14
* Removed one superfluous drawn line from the top, so the bottom can have one e...Sven Eden2013-03-042-16/+21
* Synchronized help text and man page.Sven Eden2013-03-042-50/+79
* Updated man page to contain more (and easier to read) information. Thanks to ...Sven Eden2013-02-211-49/+74
* Fixed local/global section in the man page.Sven Eden2013-02-191-17/+16
* Fixed an issue with auto-hash not working on perl < 5.16Sven Eden2013-02-191-14/+13
* Updated the program help page and added some more information to the man page...Sven Eden2013-02-182-48/+124
* Updated man page to current functionality.Sven Eden2013-02-151-45/+103
* Make more use of the USE_ORDER content from make.globals. It now allows to ha...Sven Eden2013-02-151-44/+74
* Fixed a display issue where the list can get corrupted if a limiting filter i...Sven Eden2013-02-151-4/+6
* Fixed the ordering of the filter state in the status line to have the same or...Sven Eden2013-02-141-4/+4
* Added a new function to Portage.pm that takes care that a) all flags that hav...Sven Eden2013-02-141-24/+74
* Fixed a bug that rendered upwards scrolling impossible if the list of descrip...Sven Eden2013-02-141-1/+3
* Changed the drawing of the key help to look more like buttons. Even if ncurse...Sven Eden2013-02-131-33/+30
* reordered key help and changed some of the texts. It should be much clearer now.Sven Eden2013-02-131-17/+19
* Fixed building of the help text.Sven Eden2013-02-131-2/+2
* Remove flags build from USE_EXPAND and USE_EXPAND_HIDDEN values. These can no...Sven Eden2013-02-121-1/+50
* 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-122-22/+48
* Added "fayt" (Input search string) to the global area.Sven Eden2013-02-122-0/+2
* Change the move of the current flag to 0 flags to skip when a filter is toggl...Sven Eden2013-02-121-6/+6
* Removed the warping of the beginning and end of the list. Further added the m...Sven Eden2013-02-121-11/+14
* Fixed a bug that could cause the list to look corrupted if a strong limiting ...Sven Eden2013-02-121-1/+6
* Allow information on specific versioning of packages for masked/forced flags ...Sven Eden2013-02-111-6/+26
* Added reading of local "default" setting int read_flags() and changed display...Sven Eden2013-02-111-2/+5
* Added local "default" settings from IUSE to output stringSven Eden2013-02-112-3/+4
* Added local "default" setting from IUSE to struct sDesc_Sven Eden2013-02-112-4/+6
* Added local flags "default" setting from IUSE to . Changed the detection of "...Sven Eden2013-02-111-7/+12
* Removed [M]asked column and updated display to the new column scheme.Sven Eden2013-02-112-32/+49
* Updated state chars input to await six characters instead of five.Sven Eden2013-02-111-1/+1
* Fixed output string for global descriptions, the sixth state char was missing.Sven Eden2013-02-111-1/+1
* It is no longer needed to have an existing {global} part for temp use flags.Sven Eden2013-02-111-3/+2
* Added sixth flag character to addFlagDesc() and new statePkgUse to use it to ...Sven Eden2013-02-112-8/+10
* Added new pkguse field to generation and removed obsolete and superfluous ad...Sven Eden2013-02-111-2/+1
* Removed "affected" list, it is not used, the problem is solved in a different...Sven Eden2013-02-112-9/+0
* Added new pkguse field to global hash and to output string.Sven Eden2013-02-112-4/+7
* Added ~ to package.use filter.Sven Eden2013-02-111-1/+1
* Add "affected" packages (local flags without own descriptions but different s...Sven Eden2013-02-091-20/+17
* Save information of /etc/portage/package.use in a new hash area "pkguse". It ...Sven Eden2013-02-091-6/+8
* Updated some information and changed IUSE usage to manipulate "default" value...Sven Eden2013-02-091-25/+10
* If a flag is not set in make.conf, its default settings are now displayed in ...Sven Eden2013-02-061-8/+18
* Added missing information that the IUSE line from installed packages influenc...Sven Eden2013-02-062-2/+2
* Remove "CVS Header" section from man page.Paul Varner2013-02-051-2/+0
* Added setting of the local EPREFIX in ufed.8 man page.Sven Eden2013-02-052-2/+11