- Jun 03, 2017
-
-
Jacek Złydach authored
Resolves issue #2. Post-load recompilation of #'region-intersection method is no longer needed.
-
Jacek Złydach authored
+ dropped a workaround in clim/frames.lisp; now the application frame is an actual stream.
-
Jacek Złydach authored
+ notes about gesture handling breaking on mouse scroll wheel + dropped a (declare (values ...)) in #'do-text-screen-real-estate.
-
Jacek Złydach authored
Replaced it with a more thread-safe-ish version, which resolved the weird behaviour issue.
-
Jacek Złydach authored
From NIL to 0.0, the param should be numeric if used at all. + added notes on my confusion about the magic that happens in code of #'unhighlight-highlighted-presentation.
-
Jacek Złydach authored
- provided the default (likely invalid in principle) for the missing argument in callback functions. - replaced references to missing slots with what's my best guess about their correct value (through accessors) + notes on the previous changes wrt. that fourth parameter to scroll-bar callbacks.
-
Jacek Złydach authored
+ added background/foreground initargs. This leads to Lisp Listener demo showing a scroll pane.
-
- May 27, 2017
-
-
Jacek Złydach authored
-
Jacek Złydach authored
Based on implementation from tk-silica.
-
- May 14, 2017
-
-
Jacek Złydach authored
-
Jacek Złydach authored
asd system See merge request !1
-
Jacek Złydach authored
-
Jacek Złydach authored
-
Jacek Złydach authored
-
Jacek Złydach authored
-
Jacek Złydach authored
-
Jacek Złydach authored
-
Jacek Złydach authored
+ introduced bordeaux-thread as a replacement for Allegro's mp module.
-
Jacek Złydach authored
-
- May 13, 2017
-
-
Daniel Kochmański authored
system has some conflicts with silica.
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
- May 07, 2017
-
-
Jacek Złydach authored
-
Jacek Złydach authored
-
Jacek Złydach authored
+ some small whitespace cleanup around the modified sites
-
Daniel Kochmański authored
replace eval, load, compile with :execute, :load-toplevel, :compile-toplevel. Done in semi-automatic way.
-
Daniel Kochmański authored
-
- May 06, 2017
-
-
Jacek Złydach authored
- improved the code around sequence preentation type - placeholder implementation of #'silica::mapping-table-initform and #'silica::mapping-cache-initform
-
Jacek Złydach authored
On CCL, there are still some MOP issues to sort out. - fixed filename typo in ASD - added cl-streams.lisp to utils in ASD - dropped a lot of spurious (declare (values ...)) - also dropped some spurious (declare (arglist ....)) - in cl-streams, replaced :lisp package designator with :cl - added a workaround #'compile-file-environment-p in utils/clos-patches.lisp - some more constants turned into defparameters - defgeneric*, defmethod* -> defgeneric, defmethod - atomic-incf fix for *generation-tick* - closer-mop:validate-superclass for presentation-type-class vs. standard-class for CCL and SBCL - package-prefixed MOP calls - FIXME dropped a (setf (class-name) ...) in clim/ptypes1.lisp
-
Jacek Złydach authored
- added clim-streams.lisp to utils ASD
-
Jacek Złydach authored
- added dependency on closer-mop and removed implementation-specific MOP calls - for SBCL, replaced *event-timestamp* defvar with sb-ext:defglobal and added a type proclamation to make atomic-incf compile - replaced more defconstants with defparameters - dropped some more invalid declarations (those in defgeneric and arglist in particular)
-
Jacek Złydach authored
- changed defconstant to defparameter for places where constants were objects - dropped invalid declarations in defgeneric forms - restricted arglist declaration to just Genera - replaced defgeneric* and defmethod* forms with defgeneric and defmethod (the former were presumably because defgeneric/defmethod didn't handle setf functions in the past)
-
Jacek Złydach authored
Compiles on CCL, *almost* compiles on SBCL. - dropped redefinition of with-standard-io-syntax - updated #'follow-synonym-stream and dropped compile warning (not relevant for target platforms) - commented-out weird declarations in - #'canonicalize-and-match-lambda-lists - #'simple-vector-push-extend - #'simple-vector-insert-element
-
- May 05, 2017
-
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-