summaryrefslogtreecommitdiff
path: root/LibCore
AgeCommit message (Expand)Author
2019-04-21Include Makefile.common in all other Makefiles.Andreas Kling
2019-04-20AK: Add String::copy(BufferType) helper.Andreas Kling
2019-04-20Sprinkle use of AK::Vector in various places.Andreas Kling
2019-04-20Get rid of SERENITY macro since the compiler already defines __serenity__Andreas Kling
2019-04-20LibCore: Hide deferred_invoke() debug spam.Andreas Kling
2019-04-18LibCore+LibGUI: Make CObject child events synchronous.Andreas Kling
2019-04-18CEventLoop: Don't call gettimeofday() at all if there are no timers.Andreas Kling
2019-04-18LibCore: Add CTimer::restart() and make set_interval() take effect soon.Andreas Kling
2019-04-18LibCore: CIODevice::seek() should reset EOF state.Andreas Kling
2019-04-18CEventLoop: Consolidate gettimeofday() syscalls.Andreas Kling
2019-04-16GWidget: Add some new child z-ordering facilities.Andreas Kling
2019-04-16LibCore: Add CIODevice::seek().Andreas Kling
2019-04-15LibCore: Add a CConfigFile class, a simple INI file parser.Andreas Kling
2019-04-14LibCore: Add a convenience constructor for CTimer.Andreas Kling
2019-04-12LibCore: Move LibGUI/GTimer to LibCore/CTimer.Andreas Kling
2019-04-12LibCore: Prune remaining knowledge about LibGUI.Andreas Kling
2019-04-10LibCore: Move LibGUI/GLock to LibCore/CLock.Andreas Kling
2019-04-10LibCore: Move HTTP classes from LibGUI to LibCore.Andreas Kling
2019-04-10LibCore: Move GIODevice hierarchy from LibGUI to LibCore.Andreas Kling
2019-04-10LibCore: Move LibGUI/GNotifier to LibCore/CNotifier.Andreas Kling
2019-04-10LibCore: Add CEventLoop and make LibGUI/GEventLoop inherit from it.Andreas Kling
2019-04-10LibCore: Move LibGUI/GObject to LibCore/CObject.Andreas Kling
2019-04-10LibCore: Add CEvent and make LibGUI/GEvent inherit from it.Andreas Kling
2019-04-10Introduce LibCore and move GElapsedTimer => CElapsedTimer.Andreas Kling