..
AboutMenuItem.h
Simplifying the BAboutMenuItem and adding it properly to the locale kit's DoCatalogs list.
2011-03-15 21:00:16 +00:00
AboutWindow.h
Made some char* params const to fix a GCC4 warning in ShowImage (the only
2009-08-13 07:30:48 +00:00
AutoDeleter.h
* Renamed DescriptorCloser to FileDescriptorCloser as suggested by Ingo.
2010-08-09 21:23:05 +00:00
AutoLocker.h
* Removed operator=(otherLocker) again. Didn't really make sense this way,
2009-05-13 14:45:53 +00:00
binary-utils.h
gcc4 build fix.
2009-10-24 01:26:14 +00:00
CalendarView.h
Missed this in my previous Time commit, hence the build break, sorry!
2011-06-05 06:09:55 +00:00
ColorQuantizer.h
Added a BColorQuantizer class to the "shared kit" based on a patch by David
2008-08-28 16:33:12 +00:00
CommandPipe.h
Make the base class destructor of BCommandPipe::LineReader virtual, since
2009-09-06 09:53:28 +00:00
cpu_type.h
Apply patch from augiedoggie for #6258 which adds Athlon Phenom II's to the CPU
2011-01-03 04:10:56 +00:00
DragTrackingFilter.h
* Rewrote BDragger's mouse tracking to be asynchronous using a message filter. Placed the filter in
2009-04-06 19:15:00 +00:00
EntryFilter.h
Small helper class for filtering file/path names.
2008-03-26 04:03:44 +00:00
ExpressionParser.h
* Moved the mapm library from src/apps/deskcalc to src/libs and headers/libs.
2009-06-28 17:10:40 +00:00
FunctionTracer.h
This class helps me with tracing function enter/leave output. It is passed
2008-09-14 18:46:26 +00:00
HashMap.h
Patch by kaliber to fix some compiling errors with clang. Removed the #include <iostream> part, but otherwise not modified.
2010-07-17 10:33:24 +00:00
HashSet.h
Added HashSet class based on the (OpenTracker) OpenHashTable code. This is
2010-01-14 21:49:16 +00:00
HashString.h
* put some more useful utility classes into "shared". I tried to make sure
2007-08-02 16:28:34 +00:00
Holiday.h
Moved Easter holidays methods to a Holiday class, an hopefully better place.
2011-01-05 18:00:31 +00:00
IconButton.h
* BIconButton now inherits from BControl, solving a TODO comment.
2011-05-20 21:10:15 +00:00
IconView.h
Make IconView icon_size:able. Adapt DataTranslations. Disable DataTranslation's info button on list deselection.
2011-04-13 22:56:10 +00:00
Keymap.h
* The Keymap::IsDeadKey() of the Keymap preferences which was the main source
2010-04-21 16:36:54 +00:00
locks.h
* Private libroot locking primitives:
2010-04-15 21:52:49 +00:00
LongAndDragTrackingFilter.h
* Finally rewrote the filthy, busy-looping, mouse tracking in Tracker.
2011-06-03 21:12:14 +00:00
NaturalCompare.h
* updated copyright section for NaturalCompare according to commit
2011-02-01 11:25:36 +00:00
OpenHashTable.h
Renamed macros ASSERT() and TRESPASS() to avoid clashes with the ones from
2010-09-12 15:06:15 +00:00
OpenWithTracker.h
Explicitly allow not giving a relative path.
2009-09-24 21:35:10 +00:00
pci-utils.h
white space cleanup
2008-09-16 21:31:47 +00:00
QueryFile.h
* Implemented a class that can handle Tracker's query files. Only read support
2010-09-21 20:42:13 +00:00
Referenceable.h
Adjust ReleaseReference() to also return the previous ref count as
2011-06-10 22:31:33 +00:00
RWLockManager.h
Added RWLockable and RWLockManager classes. The former is basically a
2009-03-24 23:13:56 +00:00
SHA256.h
Moved SHA256 code to libshared.a.
2010-06-23 17:47:07 +00:00
ShakeTrackingFilter.h
* A mouse shake detecting BMessageFilter that's easily integrated in any app.
2009-08-22 13:43:21 +00:00
StringForSize.h
* Moved the duplicate "string_for_size()" implementations into libshared.a.
2010-03-23 16:49:49 +00:00
syscall_utils.h
Finally decided to put the often copied RETURN_AND_SET_ERRNO() macro
2008-04-11 03:23:51 +00:00
TrackerAddOnAppLaunch.h
Check return value also for B_ALREADY_RUNNING, or else we launch the add-on twice.
2009-09-09 01:29:45 +00:00
usb-utils.h
helper functions to get device and vendor names from usbdevs list
2008-10-22 22:32:37 +00:00
Variant.h
Added methods AddToMessage() and SetFromMessage() to add the value of the
2009-11-05 17:24:58 +00:00
WeakReferenceable.h
* Removed the obsolescent [B]Reference[able] API and replaced the remaining
2010-12-16 16:35:42 +00:00