haiku/src/apps
Stephan Aßmus 89d04738c0 Patch by Michael Kanis:
* Switched CodyCam GUI to use Haiku layout management.

Thanks a lot!!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29094 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-01-30 22:26:58 +00:00
..
3dmov Fix build 2007-11-27 22:32:31 +00:00
aboutsystem * calls BTextView hooks, this allows to select text (see bug #2497) 2009-01-25 19:57:21 +00:00
activitymonitor * The network usage data sources are now actually using a single scale as 2008-10-10 23:20:59 +00:00
autoraise - add jamfile & rdef 2008-05-11 01:02:34 +00:00
bootman Show size of partition. This should work even if the FS module is not on the image.. 2008-10-24 20:46:50 +00:00
bsnow Fix comment 2008-11-02 22:00:43 +00:00
cdplayer Fix a few style violations from my previous commit. (thanks Axel!) 2009-01-21 01:22:30 +00:00
clock replaced misc values with respective constants 2007-10-29 19:10:30 +00:00
codycam Patch by Michael Kanis: 2009-01-30 22:26:58 +00:00
cortex Fix GCC2 build. 2009-01-23 03:10:17 +00:00
deskbar * Made the get_token_list() function behave the same way as under BeOS. This 2009-01-19 19:16:43 +00:00
deskcalc Make sure that text clippings dragged from DeskCalc will be named "DeskCalc 2009-01-17 14:55:15 +00:00
diskprobe * Implemented Copy(), Cut(), and Paste() for the hex mode. Additionally, the 2009-01-21 08:31:44 +00:00
diskusage Fixing all headers/namespaces/name lookup problems that hinder a GCC 4.3.2 2009-01-23 03:05:15 +00:00
drivesetup implemented PartitionColumn::GetPreferredWidth() 2008-11-02 12:34:31 +00:00
expander * now use source and destination as initial directory for file panels. This fixes bug #3175. 2009-01-07 21:52:07 +00:00
fontdemo Fix freeing uninitialized pointer. 2008-02-10 21:52:05 +00:00
glteapot cleanup 2008-10-31 19:25:42 +00:00
gradients Moved the gradient_type and color_step structs into the BGradient 2008-11-08 14:56:56 +00:00
icon-o-matic Fixing all headers/namespaces/name lookup problems that hinder a GCC 4.3.2 2009-01-23 03:05:15 +00:00
installedpackages packageinstaller: 2008-10-15 16:12:08 +00:00
installer * removed the fancy border on the Installer background 2009-01-26 23:35:12 +00:00
launchbox Fixed the problem that icon buttons are too small when creating new ones. 2008-11-16 22:14:10 +00:00
login Header guard and copyrights. 2008-04-26 20:14:09 +00:00
magnify Having the first argument to main() non-int is an error in GCC 4.3. 2009-01-23 02:37:28 +00:00
mail Do not set fSent to true in SaveAsDraft() already, since it is correctly set 2008-11-13 20:07:32 +00:00
mandelbrot Meanwhile and zuMi both have send me an icon for the Mandelbrot demo. I have 2008-10-13 16:06:00 +00:00
mediaconverter * fix probable memory leaks 2008-10-03 12:01:35 +00:00
mediaplayer Fixing all headers/namespaces/name lookup problems that hinder a GCC 4.3.2 2009-01-23 03:05:15 +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 * Set "openAnyway" argument of BPopUpMenu::Go() to true, fixing bug #1493, 2008-12-29 22:07:54 +00:00
packageinstaller Patch by Lukasz Zemczak: fix installer crashes reported in ticket #2969. 2008-12-28 20:57:21 +00:00
pairs patch by Artur Wyszynski: 2008-10-15 17:08:51 +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 some gcc4 warning fixes 2008-10-17 08:08:20 +00:00
resedit fix misuse of ... with B_UTF8_ELLIPSIS 2008-04-29 21:48:36 +00:00
screenshot * make use of the now available decorator infos 2009-01-27 21:04:10 +00:00
showimage fix a style violation 2008-11-04 21:52:57 +00:00
soundrecorder * removed the background border 2009-01-27 20:14:55 +00:00
stylededit * Actually show the error that happened - are we Windows or what? 2009-01-11 14:22:49 +00:00
sudoku Fixing all headers/namespaces/name lookup problems that hinder a GCC 4.3.2 2009-01-23 03:05:15 +00:00
terminal Fixed coding style issues pointed out by Jerome. 2009-01-25 12:17:02 +00:00
text_search Fixed the layout/width of the search string text view. 2008-10-13 12:02:32 +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 Having the first argument to main() non-int is an error in GCC 4.3. 2009-01-23 02:37:28 +00:00
Jamfile Patch by Artur Wyszynski: 2008-10-14 21:27:42 +00:00