haiku/src/apps
Karsten Heimrich ce757605b0 * automatic whitespace cleanup
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27852 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-10-03 11:56:02 +00:00
..
3dmov Fix build 2007-11-27 22:32:31 +00:00
aboutsystem Added Francesco Piccinno (and not Piccinini as I incorrectly wrote in the if_re driver commit message, sorry!) to the about box. 2008-10-03 11:12:14 +00:00
activitymonitor * Fixed a possible deadlock on quit: ActivityView::DetachedFromWindow() is 2008-09-17 18:01:37 +00:00
autoraise - add jamfile & rdef 2008-05-11 01:02:34 +00:00
bootman As reported in ticket #2477 the fix in r27149 does not work for NTFS partition. 2008-09-14 12:43:41 +00:00
bsnow Added HVIF icon for BSnow, courtesy of "Meanwhile". I was planning to do 2008-05-07 10:43:11 +00:00
cdplayer * Used ui_color() for default view color. 2008-05-10 11:27:48 +00:00
clock replaced misc values with respective constants 2007-10-29 19:10:30 +00:00
codycam fix some warnings 2008-06-16 16:36:38 +00:00
cortex don't leak the BMessenger in case of error. CID 836 2008-09-29 07:05:26 +00:00
deskbar in case the passed name was NULL, the TeamMenuItem would set a NULL label, instead of passing the 'team n' string. Also use snprintf() to build said string, and change the code a bit. malloc.h > stdlib.h, and don't check for null before calling free() 2008-09-18 10:24:19 +00:00
deskcalc BRoster::GetAppInfo() only works on running applications, for the replicant to 2008-05-12 19:58:20 +00:00
diskprobe CID 1156 complained that this was an uninitialized variable, though it was 2008-09-23 19:13:01 +00:00
diskusage gcc4 build fixes. 2008-09-08 13:49:54 +00:00
drivesetup Calling BDiskDeviceSystem::CommitModifications() will delete all BPartition 2008-07-26 18:57:14 +00:00
expander * fix probable memory leaks 2008-10-03 11:08:50 +00:00
fontdemo Fix freeing uninitialized pointer. 2008-02-10 21:52:05 +00:00
glteapot fixes CID 455 Check for NULL and use std::nothrow 2008-09-12 19:08:31 +00:00
icon-o-matic Icon-O-Matic will now fall back to trying to open the icon attribute of any 2008-08-19 15:53:37 +00:00
installedpackages ADDING the InstalledPackages application originally created by Łukasz Zemczak 2008-09-10 05:36:45 +00:00
installer Make the installer window not minimizable, as without a Deskbar loaded, minimizing makes things a bit difficult... 2008-09-08 08:36:38 +00:00
launchbox Don't display error when BRoster::Launch() returns B_ALREADY_RUNNING... 2008-04-03 17:21:34 +00:00
login Header guard and copyrights. 2008-04-26 20:14:09 +00:00
magnify * Bug #264 appeared again after I removed the disabled programmatically resize during user resize. 2008-09-11 23:09:45 +00:00
mail Fixed leaks. CID 893 and 894. There are still some leaks in this file, but the code is too complex and I won't touch it. I'd feel better if someone who knows it better would have a look 2008-09-25 13:12:19 +00:00
mandelbrot Ah yeah, another interesting use of BView resizeMask and flags... 2008-01-21 20:31:12 +00:00
mediaconverter * automatic whitespace cleanup 2008-10-03 11:56:02 +00:00
mediaplayer Fix for R5: 2008-09-27 22:32:43 +00:00
midiplayer CHANGED the MidiPlayer GUI to use the layout system, mostly for the purposes of 2008-07-14 16:41:21 +00:00
networkstatus mmlr + stippi: 2008-07-15 18:20:01 +00:00
packageinstaller Fixed every (hopefully) CID cases of delete where delete[] should have been used. CID 122, 123, 124, 125, 126, 127, 128, 129, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 147, 148, 149, 150 2008-09-23 09:52:45 +00:00
pairs Cleanup and simplification of the Pairs icon, based on a patch sent by 2008-09-18 11:27:03 +00:00
people * fix warning 2008-08-09 09:05:24 +00:00
poorman * fix probable memory leaks, not in the image but anyway... 2008-10-03 11:35:28 +00:00
powerstatus * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
processcontroller Applied patch by Duane R. Bailey: 2008-04-07 09:19:56 +00:00
pulse Show popup menu also when right-clicking the load meter. It was a blind spot. Added the virtual keyword to the other two load meter view hooks. 2008-03-08 20:06:50 +00:00
resedit fix misuse of ... with B_UTF8_ELLIPSIS 2008-04-29 21:48:36 +00:00
screenshot * Screenshot app icon, kudos to Humdinger 2008-10-01 19:19:36 +00:00
showimage Fixed every (hopefully) CID cases of delete where delete[] should have been used. CID 122, 123, 124, 125, 126, 127, 128, 129, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 147, 148, 149, 150 2008-09-23 09:52:45 +00:00
soundrecorder * Use shared AutoDeleter.h instead of custom array deleter. 2008-08-01 14:16:05 +00:00
stylededit BFilePanel doesn't take ownership of the passed entry_ref. That code wouldn't have worked anyway, since FindRef() returns B_OK on success. CID 933 2008-09-25 10:31:31 +00:00
sudoku Also close the input file in case of success. Fixes CID 935. 2008-09-22 18:08:00 +00:00
terminal r26509 broke char codes (e.g. Ctrl-K and Ctrl-D) matching one of the 2008-07-21 22:14:25 +00:00
text_search * GrepWindow::_AreAllFoldersOpenInTracker() could still leak entry_refs, 2008-09-15 20:09:15 +00:00
tracker created vector icon (now I really need to rest my eyes) 2007-03-28 22:01:30 +00:00
tv The title of the (primary) window of (non-document) apps and preferences should be the filename of the executable. File and window names should be changed in tandem in the future. All IMO. Sorry, Marcus, for changing TV-O-Rama. :/ We may want to consider using more proper language, e.g. 'Screensaver' or 'Screen Saver' instead of 'ScreenSaver'. DeskCalc or 'Desk Calculator' should be just Calculator. We should avoid clinging to BeOS history, like with the name CodyCam, which hardly makes any sense anymore, even if you happen to be one of the few BeOS oldtimers. 2008-02-09 13:26:28 +00:00
webwatch - add a jamfile and rdef 2008-05-11 00:32:02 +00:00
workspaces * Popup menu is now sticky - this should probably be the default of all menus 2008-07-14 17:33:10 +00:00
Jamfile * Added Screenshot app to the build. 2008-09-18 08:49:52 +00:00