source: main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @main,89   18 years dsowen Minor fixes
(edit) @main,88   18 years dsowen Updated for new DEFLEXER
(edit) @main,87   18 years dsowen * Integrate checkboxes into forms. * Fixed checkbox display glitches. …
(edit) @main,86   18 years dsowen Can now suspend ncurses to shell out to other programs.
(edit) @main,85   18 years dsowen Better control of cursor visibility.
(edit) @main,84   18 years dsowen * Added checkbox and data-bound checkbox (db-checkbox) widgets. * …
(edit) @main,83   18 years dsowen SELECTED-ROW now returns NIL when the index is out-of-bounds (usually …
(edit) @main,82   18 years dsowen Fix: misused UNWIND-PROTECT in WITH-SCREEN. As a side-effect, now …
(edit) @main,81   18 years dsowen Sync to home.
(edit) @main,80   18 years dsowen Widgets now support validation (#1).
(edit) @main,79   19 years dsowen Can now use variables to name form entries.
(edit) @main,78   19 years dsowen Fixed form traversal bug. Started adding validators.
(edit) @main,77   19 years dsowen Added a DRAW method to simple-tables.
(edit) @main,76   19 years dsowen Don't use NIL when now rows to be selected (causes math problems).
(edit) @main,75   19 years dsowen Allow no row to be selected when there are no data rows.
(edit) @main,74   19 years dsowen Change Space to Nul for background character. Allow background to be …
(edit) @main,73   19 years dsowen Remember selection over a data update.
(edit) @main,72   19 years dsowen Export symbols.
(edit) @main,71   19 years dsowen Improved ENSURE-ROW-VISIBLE.
(edit) @main,70   19 years dsowen Added simple table.
(edit) @main,69   19 years dsowen Added a data-wrapper, its data being replaceable after creation.
(edit) @main,68   19 years dsowen Automatically coerce the data to a vector.
(edit) @main,67   19 years dsowen Defining behavior for ENSURE-ROW-VISIBLE.
(edit) @main,66   19 years dsowen Made SIZE a generic function.
(edit) @main,65   19 years dsowen Fix: Show the cursor when and only when activated.
(edit) @main,64   19 years dsowen Added WITH-FORM.
(edit) @main,63   19 years dsowen Allow for other callback-functions on ACTIVATE.
(edit) @main,62   19 years dsowen Fix: Round scroll-percentage to a whole number. Added …
(edit) @main,61   19 years dsowen Can turn the cursor on and off.
(edit) @main,60   19 years dsowen Created a new mix-in architecture for grids. Converted the test.
(edit) @main,59   19 years dsowen Fixed clipping.
(edit) @main,58   19 years dsowen Fix: force grid data to string to display it.
(edit) @main,57   19 years dsowen Moved header-columns into the data model.
(edit) @main,56   19 years dsowen Moved header-rows into the data model.
(edit) @main,55   19 years dsowen Made column-widths part of the data model.
(edit) @main,54   19 years dsowen Added some mix-in data models.
(edit) @main,53   19 years dsowen Updated grid.
(edit) @main,52   19 years dsowen Improved ACS translation. New box and line drawing functions. Setting …
(edit) @main,51   19 years dsowen Return cursor-position as list, because that's how it's set.
(edit) @main,50   19 years dsowen Allow windows to be created and destroyed non-lexically.
(edit) @main,49   19 years dsowen Allow access to RENDERLEN.
(edit) @main,48   19 years dsowen Modified colormap. Fixed flat-menu to work with other new code.
(edit) @main,47   19 years dsowen Added color to forms.
(edit) @main,46   19 years dsowen Textboxes and numberboxes now change colors.
(edit) @main,45   19 years dsowen Added numberbox support to forms. Fixed indentation of defform and …
(edit) @main,44   19 years dsowen Forms may now be activated; they cycle through textboxes and auto-scroll.
(edit) @main,43   19 years dsowen Scrolling now works.
(edit) @main,42   19 years dsowen Added forms. They currently display things, but don't interact.
(edit) @main,41   19 years dsowen Changed SIGNAL to ERROR.
(edit) @main,40   19 years dsowen New widgets architecture with common generic functions. Added label …
(edit) @main,39   19 years dsowen Use the BOUND and BOUNDF from DSO-UTIL.
(edit) @main,38   19 years dsowen Added numberbox, like a right-justified textbox.
(edit) @main,37   19 years dsowen Return the value that the callback returns when not nil. Force refresh …
(edit) @main,36   19 years dsowen Move insertion point to end on activation, and beginning on …
(edit) @main,35   19 years dsowen New textbox control.
(edit) @main,34   19 years dsowen Reverting back to original SIZE (which was correct).
(edit) @main,33   19 years dsowen Panels are now like windows.
(edit) @main,32   19 years dsowen Fix: SIZE should report width and height, not maximal x and y values.
(edit) @main,31   19 years dsowen A window's background is now SETF-able.
(edit) @main,30   19 years dsowen READ-KEY now a generic function, to work with panels.
(edit) @main,29   19 years dsowen WITH-SCREEN now initializes color.
(edit) @main,28   19 years dsowen Major overhaul to get rid of CDK stuff, and modularize all the ncurses …
(edit) @main,27   19 years dsowen New complex-character handling.
(edit) @main,26   19 years dsowen Grid now uses display strings.
(edit) @main,25   19 years dsowen Display-strings now clip to the window.
(edit) @main,24   19 years dsowen Added routine to add strings but clip to the window.
(edit) @main,23   19 years dsowen Sync to home.
(edit) @main,22   19 years dsowen New grid class, with separate model (for fast access of slow or large …
(edit) @main,21   19 years dsowen Clean editor files too.
(edit) @main,20   19 years dsowen Set optimize flags for development.
(edit) @main,19   19 years dsowen Change shortcut to bold until ncurses in putty gets fixed.
(edit) @main,18   19 years dsowen First pass at wrapping ncurses basics: lexical screens and der-windows.
(edit) @main,17   19 years dsowen Clean files deeply.
(edit) @main,16   19 years dsowen Panels support.
(edit) @main,15   19 years dsowen Minor edits.
(edit) @main,14   19 years dsowen Added an input wrapper.
(edit) @main,13   19 years dsowen Merged.
(edit) @main,12   19 years dsowen Curses color.
(edit) @main,11   19 years dsowen Sync to central.
(edit) @main,10   19 years dsowen Changed drawing once again, to place cursor at end of entry. Added …
(edit) @main,9   19 years dsowen Added code to draw the shortcut-key specially. Changed drawing code again.
(edit) @main,8   19 years dsowen Rework flat-menu to get common information out of the entries class.
(edit) @main,7   19 years dsowen Brought in more ncurses routines. Support wide characters. Begin …
(edit) @main,6   19 years dsowen Added more C constants. Added the chtype for character/attribute …
(edit) @main,5   19 years dsowen Added a few more things to the curses/forms wrapper. Added very light …
(edit) @main,4   19 years dsowen Started adding form stuff.
(edit) @main,3   19 years dsowen Merging.
(edit) @main,2   19 years dsowen Using my own menu library to ease memory management and pointer logic.
(edit) @main,1   19 years dsowen Initial.
(edit) @main,0   1 second anonymous
(add) @main,0   1 second anonymous
Note: See TracRevisionLog for help on using the revision log.