Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed some 64bit and other zend_parse_parameters bugs | Stefan Esser | 2004-06-19 | 1 | -3/+3 |
| | |||||
* | fixed #24060 | Georg Richter | 2003-06-06 | 1 | -3/+2 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | WS | Moriyoshi Koizumi | 2002-12-30 | 1 | -1/+1 |
| | |||||
* | just MFH | Moriyoshi Koizumi | 2002-12-30 | 1 | -5/+5 |
| | |||||
* | MFH | Ilia Alshanetsky | 2002-12-22 | 1 | -4/+10 |
| | |||||
* | MFH (fix for bug #21146). | Ilia Alshanetsky | 2002-12-22 | 1 | -100/+155 |
| | | | | | # Approved by Andrei | ||||
* | MFH: php_error => php_error_docref | Moriyoshi Koizumi | 2002-12-22 | 1 | -7/+7 |
| | |||||
* | MFH | Moriyoshi Koizumi | 2002-12-22 | 1 | -1/+8 |
| | |||||
* | And some more ncurses functions. | Wez Furlong | 2002-10-30 | 1 | -0/+83 |
| | |||||
* | Expose some more ncurses functions. | Wez Furlong | 2002-10-27 | 1 | -0/+57 |
| | |||||
* | Prevent possible problems with two resource ids referencing the same | Wez Furlong | 2002-09-29 | 1 | -14/+18 |
| | | | | | panel. | ||||
* | Added ncurses_getyx(). | Wez Furlong | 2002-09-28 | 1 | -0/+18 |
| | |||||
* | Fix crash bug and return value. | Wez Furlong | 2002-09-28 | 1 | -9/+9 |
| | |||||
* | More ncurses functions and constants. | Wez Furlong | 2002-09-27 | 1 | -15/+135 |
| | |||||
* | Implement some more window routines, add pad functions. | Wez Furlong | 2002-09-27 | 1 | -10/+416 |
| | | | | | | Add panel functions when libpanel is also detected. Register STDSCR constant during ncurses_init(). | ||||
* | Fixed a number of compile warnings. | Ilia Alshanetsky | 2002-08-22 | 1 | -5/+4 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -16/+16 |
| | |||||
* | Fixed some protos. | Egon Schmid | 2001-12-31 | 1 | -119/+119 |
| | |||||
* | some prototypes changed | Georg Richter | 2001-12-30 | 1 | -13/+13 |
| | |||||
* | 1) fixed bugs in soft label key functions | Georg Richter | 2001-12-29 | 1 | -10/+30 |
| | | | | | | 2) insert new slk-functions 3) defined new key-constants | ||||
* | mouse support for ncurses added: | Georg Richter | 2001-12-28 | 1 | -5/+139 |
| | | | | | ncurses_getmouse, ncurses_ungetmouse, ncurses_mouse_trafo, ncurses_wmouse_trafo | ||||
* | Added new functions: ncurses_waddstr, ncurses_wnoutrefresh, ncurses_wclear, | Georg Richter | 2001-12-27 | 1 | -73/+208 |
| | | | | | | | | | ncurses_wcolorset, ncurses_wgetch, ncurses_keypad, ncurses_wmove minor changes in protos. Special Thanx to Mathieu Kooiman for submitting his patches! | ||||
* | activated ncurses_instr | Georg Richter | 2001-12-25 | 1 | -18/+71 |
| | | | | | New functions: ncurses_longname, ncurses_termname, ncurses_mousemask | ||||
* | functions ncurses_erasechar, ncurses_inch, mcurses_killchar: | Georg Richter | 2001-12-25 | 1 | -8/+22 |
| | | | | | changed return values from bool to string (char) | ||||
* | more proto descriptions and fixes | Hartmut Holzgraefe | 2001-12-13 | 1 | -48/+65 |
| | |||||
* | - new parameter parsing api used | Hartmut Holzgraefe | 2001-12-13 | 1 | -743/+622 |
| | | | | | | | - added proto descriptions (not complete) - swapped x/y arguments - indentation style fix (no seperate WS fix as most of the file changed anyway) | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | yet another ncurses 4.x fix | Hartmut Holzgraefe | 2001-09-17 | 1 | -0/+5 |
| | |||||
* | editor hints added | Hartmut Holzgraefe | 2001-09-17 | 1 | -0/+8 |
| | |||||
* | whitespace | Hartmut Holzgraefe | 2001-09-17 | 1 | -524/+524 |
| | |||||
* | some more function implementations | Hartmut Holzgraefe | 2001-09-17 | 1 | -7/+545 |
| | |||||
* | will now configure out functions not available in ncurses 4.2 | Hartmut Holzgraefe | 2001-09-17 | 1 | -0/+15 |
| | |||||
* | more functions, most of the simple ones (parameterwise) are now in | Hartmut Holzgraefe | 2001-06-13 | 1 | -0/+745 |
| | |||||
* | initial version of ncurses extension, | Hartmut Holzgraefe | 2001-06-12 | 1 | -0/+183 |
see example1 for whats possible right now |