Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. | foobar | 2003-03-07 | 1 | -1/+1 |
| | | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change. | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #21146. | Ilia Alshanetsky | 2002-12-22 | 1 | -6/+4 |
| | |||||
* | WS fix | Moriyoshi Koizumi | 2002-12-22 | 1 | -179/+179 |
| | |||||
* | Fixed bug #21144 | Moriyoshi Koizumi | 2002-12-22 | 1 | -0/+8 |
| | |||||
* | email address change | Hartmut Holzgraefe | 2002-11-25 | 1 | -1/+1 |
| | |||||
* | More ncurses functions and constants. | Wez Furlong | 2002-09-27 | 1 | -2/+0 |
| | |||||
* | Implement some more window routines, add pad functions. | Wez Furlong | 2002-09-27 | 1 | -4/+18 |
| | | | | | | Add panel functions when libpanel is also detected. Register STDSCR constant during ncurses_init(). | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -3/+2 |
| | |||||
* | - Remove duplicate constant | Derick Rethans | 2002-02-14 | 1 | -1/+0 |
| | |||||
* | 1) fixed bugs in soft label key functions | Georg Richter | 2001-12-29 | 1 | -3/+125 |
| | | | | | | 2) insert new slk-functions 3) defined new key-constants | ||||
* | activated ncurses_instr | Georg Richter | 2001-12-25 | 1 | -0/+28 |
| | | | | | New functions: ncurses_longname, ncurses_termname, ncurses_mousemask | ||||
* | cleanup | Hartmut Holzgraefe | 2001-12-15 | 1 | -24/+0 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | whitespace | Hartmut Holzgraefe | 2001-09-17 | 1 | -40/+40 |
| | |||||
* | some keyboard constants | Hartmut Holzgraefe | 2001-09-17 | 1 | -0/+8 |
| | |||||
* | some more function implementations | Hartmut Holzgraefe | 2001-09-17 | 1 | -1/+1 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -1/+2 |
| | |||||
* | Killed compile warning. | foobar | 2001-07-30 | 1 | -0/+1 |
| | |||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -5/+0 |
| | |||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -4/+0 |
| | | | | the way | ||||
* | initial version of ncurses extension, | Hartmut Holzgraefe | 2001-06-12 | 1 | -0/+179 |
see example1 for whats possible right now |