haiku/src/apps
Rene Gollent 667361d71f Debugger: Add worker helper function.
Worker:
- Add helper to check if the background worker thread has any unfinished
  jobs in its queue.
2015-08-14 20:49:23 -04:00
..
3dmov Use libstdc++, libsupc++ and libgcc from gcc_syslibs. 2014-08-13 13:32:44 +02:00
aboutsystem AboutSystem credits: Move Alexandre and Siarzhuk to "past". 2015-07-10 11:24:24 -04:00
activitymonitor ActivityMonitor: Fix leak of message when saving settings. 2015-04-23 23:13:20 +02:00
autoraise Use libstdc++, libsupc++ and libgcc from gcc_syslibs. 2014-08-13 13:32:44 +02:00
bootmanager BootManager: fix glitches in listview. 2015-06-01 02:49:54 +02:00
bsnow Delete useless gunk (mostly old Makefiles). 2015-06-22 14:53:23 -04:00
charactermap CharacterMap: Fix 64-bit build 2014-11-27 09:11:46 +01:00
clock Use libstdc++, libsupc++ and libgcc from gcc_syslibs. 2014-08-13 13:32:44 +02:00
codycam BBufferGroup::GetBufferList: avoid dynamic allocation 2015-07-11 15:40:15 +02:00
cortex Rework nodes to call Run() only after registration 2015-07-24 20:09:15 +02:00
debuganalyzer {Tree,Table}: Add cell rect accessor. 2015-07-17 23:12:39 -04:00
debugger Debugger: Add worker helper function. 2015-08-14 20:49:23 -04:00
deskbar Deskbar: check dynamic_cast results 2015-07-03 14:14:57 -04:00
deskcalc Use libstdc++, libsupc++ and libgcc from gcc_syslibs. 2014-08-13 13:32:44 +02:00
devices Import pci.ids and usb.ids into repository. 2014-10-14 22:42:55 +02:00
diskprobe DiskProbe: improved initial window size. 2015-05-11 22:55:49 +02:00
diskusage CID 743867: Memleak in DiskUsage 2015-07-01 21:42:16 -04:00
drivesetup DriveSetup: Also mount BDiskDevices which contain a file system. 2014-12-10 08:06:05 +01:00
expander Expander: don't scroll to the end if the user modifies the scrollbar position. 2015-06-01 19:31:05 -04:00
firstbootprompt FirstBootPrompt: launch installer/desktop targets directly. 2015-07-22 20:43:44 +02:00
fontdemo FontDemo: fix overwriting of family with style. 2014-11-28 10:48:32 +01:00
glteapot GLTeapot: fix gcc2 build. 2015-07-31 20:15:45 +02:00
gradients Use libstdc++, libsupc++ and libgcc from gcc_syslibs. 2014-08-13 13:32:44 +02:00
haiku3d Use libstdc++, libsupc++ and libgcc from gcc_syslibs. 2014-08-13 13:32:44 +02:00
haikudepot HaikuDepot: Fix 64-bit build. 2015-08-07 21:53:46 -04:00
icon-o-matic Icon-O-Matic: Fix gcc4 build. 2015-07-19 21:06:42 -04:00
installedpackages InstalledPackages: fix the build. 2015-04-27 13:17:07 -04:00
installer Installer: reboot after install, don't shutdown. 2015-07-23 09:01:03 +02:00
launchbox Use libstdc++, libsupc++ and libgcc from gcc_syslibs. 2014-08-13 13:32:44 +02:00
login launch_daemon: Don't verify passwords. 2015-07-22 20:43:22 +02:00
magnify Magnify: fix layout with big font sizes 2014-12-05 10:20:44 +01:00
mail Mail: Use BToolBar and vector icons. 2015-07-22 17:38:00 -04:00
mandelbrot Mandelbrot: mouse wheel zooming. 2014-11-20 15:01:45 +01:00
mediaconverter MediaConverter: let the encoder make changes to the format 2014-12-23 15:50:11 +01:00
mediaplayer MediaPlayer VideoProducer: Flush event on stop 2015-08-03 01:19:29 +02:00
midiplayer Use libstdc++, libsupc++ and libgcc from gcc_syslibs. 2014-08-13 13:32:44 +02:00
musiccollection Use libstdc++, libsupc++ and libgcc from gcc_syslibs. 2014-08-13 13:32:44 +02:00
networkstatus Revert "Move getifaddrs to libnetwork again." 2015-02-05 11:07:53 +01:00
overlayimage Use libstdc++, libsupc++ and libgcc from gcc_syslibs. 2014-08-13 13:32:44 +02:00
packageinstaller PackageInstaller: Fix the build. 2015-07-31 11:02:33 -04:00
pairs BMessageFormat: parse the pattern at construction 2014-10-08 15:12:48 +02:00
patchbay PatchBay is an application, not a test. 2015-07-30 14:28:35 -04:00
people Minor coding style fix. 2015-01-06 15:23:28 +01:00
poorman PoorMan: Autoresize window. 2015-05-16 16:25:13 +02:00
powerstatus PowerStatus: use the design capacity if needed. 2015-01-28 16:12:21 +01:00
processcontroller ProcessController: Remove hacks from BeOS days. 2015-07-23 11:50:26 -04:00
pulse Pulse: automatic whitespace cleanup. 2015-02-14 18:49:22 -05:00
remotedesktop Fixed C++11 warnings. 2015-07-25 23:42:13 +02:00
resedit RedEdit: Fix build 2014-12-07 15:49:05 +00:00
screenshot Correctly show normal-sized preview after returning from a very wide one 2015-07-28 11:31:29 -04:00
serialconnect serialconnect: Really fix baudrate menu 2015-04-04 09:21:05 -05:00
showimage BToolBar: Add a "text" parameter. 2015-07-22 17:37:56 -04:00
soundrecorder BMediaRecorder: fix a few issues, fix style, remove unused SoundUtils 2015-01-12 18:31:27 +00:00
stylededit StyledEdit: Rework of the font color system 2015-06-30 13:32:45 -04:00
sudoku Sudoku: Improved value hint. 2015-07-22 20:42:59 +02:00
switcher Use libstdc++, libsupc++ and libgcc from gcc_syslibs. 2014-08-13 13:32:44 +02:00
terminal Terminal: Support paths starting with '~' in hyperlink mode 2015-08-03 13:15:59 +02:00
text_search Revert "TextSearch: use BString-based searching instead of Grep-based." 2015-04-01 16:26:15 -04:00
tracker
tv Fixed C++11 warnings. 2015-07-25 23:42:13 +02:00
webpositive WebPositive: Fix "new tab opens search page". 2015-07-28 13:24:17 -04:00
webwatch Use libstdc++, libsupc++ and libgcc from gcc_syslibs. 2014-08-13 13:32:44 +02:00
workspaces Fix GCC 5 suggest parentheses warning. 2015-06-01 18:37:24 -04:00
Jamfile ResourceEdit: delete from tree. 2014-12-07 16:20:43 +00:00