alpha/alpha

log

age author description
3 days ago exeal Fixed some minor compile errors.default tip
3 days ago exeal .
3 days ago exeal Changed constructor of ascension.kernel.fileio.IOException class.
3 days ago exeal Removed all std.ptr_fun calls.
3 days ago exeal Replaced all std.bind1st/2nd calls with std.bind.
3 days ago exeal .
6 days ago exeal .
11 days ago exeal .
11 days ago exeal .
12 days ago exeal Added ascension/ascension/viewer/widgetapi/widget-windows.hpp.
12 days ago exeal .
12 days ago exeal Replaced PlatformDependentError class template with makePlatformError free function.
12 days ago exeal Added ascension/win32/com/smart-pointer.hpp defines SmartPointer class template.
13 days ago exeal .
13 days ago exeal .
13 days ago exeal .
2 weeks ago exeal Renamed directory viewer/base viewer/widgetapi and namespace viewers.base viewers.widgetapi.
2 weeks ago exeal .
4 weeks ago exeal Reintroduced win32.Handle class template (win32/handle.hpp).
4 weeks ago exeal .
4 weeks ago exeal Removed dependecy from viewer.hpp to content-assist.hpp.
5 weeks ago exeal .
5 weeks ago exeal Removed second template parameter of CaretMovement*Command and RowSelectionExtension*Command.
5 weeks ago exeal Added CaretMovementToDefinedPositionCommand and RowSelectionExtensionToDefinedPositionCommand classes and changed template parameter list of RowSelectionExtensionCommand class in texteditor.commands namespace.
5 weeks ago exeal Removed kernel.locations.nextXxxxInPhysicalDirection functions.
5 weeks ago exeal Removed default-ui-writing-mode from TextViewer.Renderer class.
5 weeks ago exeal Renamed AbstractFourSides class template with FlowRelativeFourSide.
6 weeks ago exeal Replaced ascension.kernel.locations.forward/backwardXXXX free functions with nextXXXX.
6 weeks ago exeal Added directions.hpp header file.
6 weeks ago exeal Added directions.hpp header file.
6 weeks ago exeal .
7 weeks ago exeal Changed parameters of scroll and scrollTo methods of TextViewport class.
7 weeks ago exeal Introduced ascension.graphics.font.inlineProgressionScrollOffsetInPixels free function.
7 weeks ago exeal TextRenderer.viewport now returns std.shared_ptr<TextViewport> instead of std.weak_ptr<TextViewport>.
8 weeks ago exeal .
2 months ago exeal Renamed content-assist.cpp file default-content-assistant.cpp.
2 months ago exeal Separated content-assist.* into a few files.
2 months ago exeal Moved content-assist.* files into new ascension/*/content-assist directories.
2 months ago exeal .
2 months ago exeal Deprecated ascension.win32.Handle class template.
2 months ago exeal CaretMovementCommand and RowSelectionExtensionCommand in ascension.texteditor.commands are now class templates.
2 months ago exeal ascension.texteditor.*IncrementalSearch functions now return a boolean value.
2 months ago exeal Renamed Caret.extendSelection and DefaultMouseInputStrategy.extendSelection methods extentSelectionTo.
2 months ago exeal Resurrected 'padding-start' of TextViewer.
2 months ago exeal Refined some entity names in ruler.hpp.
2 months ago exeal geometry.PhysicalFourSides class template now has constructor takes a rectangle.
2 months ago exeal .
2 months ago exeal .
2 months ago exeal Replaced DocumentStateListener interface with four signals.
2 months ago exeal Added ascension.SignalConnector class and ASCENSION_DEFINE_SIGNAL macro.
2 months ago exeal .
2 months ago exeal .
2 months ago exeal Minor changes in ascension.source namespace.
2 months ago exeal Minor source code bugs.
2 months ago exeal .
2 months ago exeal .
2 months ago exeal Added text-viewport.* files.
3 months ago exeal Three model-view mapping methods of TextViewport class are now free functions in font namespace.
3 months ago exeal .
3 months ago exeal Renamed VerticalDestinationProxy with BlockProgressionDestinationProxy.