How Do Operating Systems Implement TextBoxes?

This page summarizes the projects mentioned and recommended in the original post on /r/Cplusplus

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • serenity

    The Serenity Operating System 🐞

  • Here is how its implemented in SerenityOS (google this up, you will love this): https://github.com/SerenityOS/serenity/blob/master/Userland/Libraries/LibGUI/TextEditor.cpp

  • qt

    Qt for webOS (by openwebos)

  • Here is how it is implemented in Qt6: https://github.com/openwebos/qt/blob/master/src/gui/widgets/qtextedit.cpp (cross platform, you can compile applications on Windows/Linux/OS/*BSD and mobile with this).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • wine

  • Here is how Wine (lets say it's a ... Windows Emulator for Windows) implements this: https://github.com/wine-mirror/wine/blob/master/dlls/comctl32/edit.c

  • stb

    stb single-file public domain libraries for C/C++

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts