Historique des commits

Auteur SHA1 Message Date
  nickysn 86f36c66c0 * outline.pas renamed outline.inc il y a 4 ans
  nickysn c540ef3bf8 * TWindow.Title changed to UnicodeString il y a 4 ans
  nickysn 3d74e5a524 + introduced TStream.ReadUnicodeString and WriteUnicodeString il y a 4 ans
  nickysn 2b0cdc0c15 - removed the posidx, because it seems to be unused il y a 4 ans
  nickysn 763124567d * unicode versions of TView.TextWidth and CTextWidth il y a 4 ans
  nickysn e8a0abf075 * unicode version of SpecialChars il y a 4 ans
  nickysn 766162a348 * unicode fixes in TListViewer.Draw il y a 4 ans
  nickysn bb06c623c3 * unicode version of TListViewer.GetText il y a 4 ans
  nickysn 6198d4a0a1 * unicode conversion of TScrollBar.Init il y a 4 ans
  nickysn c9cc530d94 * TTitleStr redefined as UnicodeString in the unicode version of the views unit il y a 4 ans
  nickysn 98132ce24e * unicode fixes in TFrame.Draw il y a 4 ans
  nickysn 6fa787674f + unicode version of MoveBuf il y a 4 ans
  nickysn 7fd8562d4a + unicode version of MoveChar il y a 4 ans
  nickysn ae339ed8fb + unicode version of CStrLen il y a 4 ans
  nickysn 3297a453ea + unicode version of MoveStr il y a 4 ans
  nickysn 8a7ba17e12 + unicode version of MoveCStr il y a 4 ans
  nickysn 0d76565e50 * partial unicode conversion of the views unit il y a 4 ans
  nickysn 4b0edb6115 * switched the fv units to objfpc mode il y a 4 ans
  nickysn 92c96da226 * synchronized with trunk il y a 4 ans
  florian 3a0eb110ec * FPC_VERSION => FPC_FULLVERSION il y a 4 ans
  nickysn b564e400fc + introduced unit uviews, which is going to be the unicode enabled version of the views unit il y a 4 ans
  nickysn be64fd707a + add include file views.inc to fpmake il y a 4 ans
  nickysn 1f3e903c10 + added views.pas that includes views.inc il y a 4 ans
  nickysn c5541e9376 * views.pas renamed views.inc il y a 4 ans
  nickysn 3d4a242974 + introduced unit udrivers, which calls InitEnhancedVideo instead of InitVideo (i.e. enables unicode mode in the video unit) il y a 4 ans
  nickysn e341e247e9 + add drivers.inc to the include file dependencies of the drivers unit il y a 4 ans
  nickysn 28cc421b13 + added drivers.pas that includes drivers.inc il y a 4 ans
  nickysn 44213e3389 * drivers.pas moved to drivers.inc il y a 4 ans
  nickysn 75db39f064 * all integers replaced with smallint, in order to be able to introduce objfpc mode il y a 4 ans
  nickysn 834a6579d7 * LineBuf converted to dynarray (to avoid buffer overflow for too big consoles) and made global to avoid reallocating it on the heap on each screen update il y a 4 ans