haiku/src/apps
Rene Gollent 2c6fab1de6 Handle return value CPU states.
- DwarfStackFrameDebugInfo::CreateReturnValue() now takes a cpu state
  parameter. This is attached to the associated Variable object.

- ResolveValueNodeJob() now checks if the value node child it's dealing
  with is that of a variable. If so it pulls that CpuState for the
  ValueLoader's purposes rather than the current state. This gets return
  values for multiple function calls in the same statement working.
2013-03-29 21:11:22 -04:00
..
3dmov Replaced "Preferences"/"Options" with "Settings" 2012-08-15 09:53:38 +02:00
aboutsystem Added Landon Fuller to the contributors list. 2013-01-23 23:52:18 -05:00
activitymonitor ActivityMonitor: fixed minor issue CID 609788. 2013-03-19 00:56:47 +01:00
autoraise Close alerts with ESCAPE key. 2012-08-05 19:32:46 +02:00
bootmanager Close alerts with ESCAPE key. 2012-08-05 19:32:46 +02:00
bsnow Compilation fixes for x86_64. 2013-01-04 18:45:22 +00:00
cdplayer Compilation fixes for x86_64. 2013-01-04 18:45:22 +00:00
charactermap Compilation fixes for x86_64. 2013-01-04 18:45:22 +00:00
clock Close alerts with ESCAPE key. 2012-08-05 19:32:46 +02:00
codycam Use BTranslatorUtils::AddTranslationItems in CodyCam. 2012-08-07 00:47:32 -04:00
cortex Compilation fixes for x86_64. 2013-01-04 18:45:22 +00:00
debuganalyzer Debugger (and some friends): 64 bit fixes 2012-08-05 23:58:25 +02:00
debugger Handle return value CPU states. 2013-03-29 21:11:22 -04:00
deskbar Cache app icons in BarInfo to make them load faster. 2013-03-28 20:56:06 -04:00
deskcalc Compilation fixes for x86_64. 2013-01-04 18:45:22 +00:00
devices More catalog-related cleanup. 2012-04-16 21:31:22 +02:00
diskprobe Use the single parameter version of SetInsets() 2013-03-16 16:11:12 -04:00
diskusage Fixed case of GUI strings. 2012-12-23 18:30:02 +01:00
drivesetup DriveSetup: Added support for changing partition parameters. 2013-02-12 23:28:24 +01:00
expander Hint to layout manager for window width estimation 2012-12-12 12:06:07 +01:00
firstbootprompt Make FirstBootPrompt write the settings immediately upon launch. 2013-02-16 11:19:10 -05:00
fontdemo Corrected system name translation. 2013-01-07 19:47:04 +01:00
glteapot GL: Remove gcc2 no-warning hacks 2013-02-17 18:18:17 -06:00
gradients * Minor cleanup. 2011-09-29 23:44:46 +00:00
haiku3d Haiku3D: Add GLU header. Sorry for missing that one. 2012-11-18 14:25:13 -06:00
icon-o-matic Unifying the quit/save alerts. 2012-12-30 20:32:04 +01:00
installedpackages zlib: added an optional build package, integrated to the build 2012-10-30 21:50:24 +01:00
installer Show Installer on all workspaces when Tracker isn't running. 2013-01-03 08:26:20 +00:00
launchbox LaunchBox: add Open containing folder option. 2013-02-17 11:53:23 -05:00
login Close alerts with ESCAPE key. 2012-08-05 19:32:46 +02:00
magnify Style fixes from #4146 comment:11. 2013-02-17 21:32:04 -05:00
mail Add Cc: text field to mails shown when it's not empty. 2013-03-27 18:32:33 -04:00
mandelbrot More catalog-related cleanup. 2012-04-16 21:31:22 +02:00
mediaconverter Compilation fixes for x86_64. 2013-01-04 18:45:22 +00:00
mediaplayer MediaPlayer: Deletion of playlist entries 2012-09-02 16:14:02 -04:00
midiplayer Close alerts with ESCAPE key. 2012-08-05 19:32:46 +02:00
musiccollection Remove lp_solve as a dependency of the linprog lib. 2012-05-03 08:44:48 +12:00
networkstatus Also lock fAboutWindow before Quit()ting in other apps 2012-12-17 16:46:41 -05:00
overlayimage Close alerts with ESCAPE key. 2012-08-05 19:32:46 +02:00
packageinstaller zlib: added an optional build package, integrated to the build 2012-10-30 21:50:24 +01:00
packagemanager More catalog-related cleanup. 2012-04-16 21:31:22 +02:00
pairs Corrected system name translation. 2013-01-07 17:45:30 +01:00
people Unifying the quit/save alerts. 2012-12-30 20:32:04 +01:00
poorman Compilation fixes for x86_64. 2013-01-04 18:45:22 +00:00
powerstatus Lock about window before deleting it on destruction 2013-02-11 12:55:30 -05:00
processcontroller Also lock fAboutWindow before Quit()ting in other apps 2012-12-17 16:46:41 -05:00
pulse Close alerts with ESCAPE key. 2012-08-05 19:32:46 +02:00
remotedesktop RemoteDesktop: Fix build 2013-02-21 16:24:58 +01:00
resedit Unifying the quit/save alerts. 2012-12-30 20:32:04 +01:00
resourceedit GCC 4 build fix. Suggested by leavengood. 2013-02-28 17:03:27 -05:00
screenshot Close alerts with ESCAPE key. 2012-08-05 19:32:46 +02:00
serialconnect Handle colors. 2012-11-05 15:22:33 +01:00
showimage Remove unused ShowImage Undo code. 2013-03-05 08:59:54 -05:00
soundrecorder Compilation fixes for x86_64. 2013-01-04 18:45:22 +00:00
stylededit StyledEdit::StatusView:No stretching for pos cell only 2013-01-18 16:16:26 +01:00
sudoku 64 bit fixes for libmedia.so, ActivityMonitor, and Sudoku. 2012-11-30 13:16:38 +01:00
switcher More catalog-related cleanup. 2012-04-16 21:31:22 +02:00
terminal Keep color control enabled after color scheme change 2013-03-29 16:26:32 +01:00
text_search Don't create filename entries without actual matches. 2012-10-03 14:25:30 +02:00
tracker Cleanup BCatalogAddOn. 2012-04-16 00:04:41 +02:00
tv Compilation fixes for x86_64. 2013-01-04 18:45:22 +00:00
webpositive WebPositive close x fixes. 2013-02-20 21:46:04 -05:00
webwatch Close alerts with ESCAPE key. 2012-08-05 19:32:46 +02:00
workspaces Also lock fAboutWindow before Quit()ting in other apps 2012-12-17 16:46:41 -05:00
Jamfile Added ResourceEdit and modified BColumnListView, BRow and BMenu. 2013-02-27 22:08:46 -05:00