haiku/src/apps
JackBurton79 fe55edcaf4 Terminal: Font width can be a fractional value, so we need to use a float.
Adapt other code accordingly. Minimum changes to fix ticket #11478
In theory also font height could be fractional, so we might need to
review other parts of the code.

Change-Id: Idbdbe38193ca5a32b3d09c7cf9accfc917760cae
Reviewed-on: https://review.haiku-os.org/821
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
Reviewed-by: Stephan Aßmus <superstippi@gmx.de>
2019-01-03 21:27:27 +00:00
..
aboutsystem AboutSystem: Minor fix for opening links 2018-12-09 19:33:55 +00:00
activitymonitor Fix catching polymorphic type by value 2018-05-16 13:49:46 +00:00
autoraise Use libstdc++, libsupc++ and libgcc from gcc_syslibs. 2014-08-13 13:32:44 +02:00
bootmanager apps: Convert to using Set*UIColor. 2016-01-04 07:33:09 -05:00
charactermap CharacterMap: Use binary searches rather than linear lookups where possible. 2017-11-13 16:33:21 +01:00
clock Use libstdc++, libsupc++ and libgcc from gcc_syslibs. 2014-08-13 13:32:44 +02:00
codycam codycam: Fix PVS 1321 2018-12-04 12:30:53 +00:00
cortex cortex: Fix PVS 1504 2018-12-12 21:31:53 +00:00
debuganalyzer Objs in array was deleted, but not array itself. 2018-04-22 00:12:08 +02:00
debugger Fix various instances of -Wset-but-unused. 2018-11-23 18:04:38 -05:00
deskbar Remove a lot of unused constants. 2018-11-24 19:21:16 -05:00
deskcalc Fix missing localization 2018-10-24 09:01:06 +00:00
devices Devices: remove "not implemented" driver line 2018-11-09 20:30:39 +01:00
diskprobe DiskProbe: Coding style cleanup 2018-11-03 14:07:00 +00:00
diskusage BMessageFormat: Rename to BStringFormat. 2018-08-13 20:49:00 -04:00
drivesetup drivesetup: Fix PVS 832 2018-12-12 22:07:19 +00:00
expander Expander: remove hard newlines from alerts 2018-08-20 17:12:46 +02:00
firstbootprompt FirstBootPrompt: more layout fixes 2017-11-22 16:34:11 +01:00
fontdemo FontDemo: fix font style submenu placement 2018-10-02 19:24:04 +00: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: Process and Data-loading Improvements 2018-12-17 19:31:25 +00:00
icon-o-matic Icon-O-Matic: Remove some dead code. 2018-05-28 20:45:48 -04:00
installer Installer: Fix use-after-free of target directory name. 2019-01-03 14:08:59 +01:00
launchbox Build: Add architecture rule for libshared.a. 2016-01-15 21:12:24 -05:00
login Removal of non-Haiku target platform logic from build system (part 1.) 2017-12-31 16:14:22 -05:00
magnify BMessageFormat: Rename to BStringFormat. 2018-08-13 20:49:00 -04:00
mail Mail: fix layout when resending 2018-12-30 10:39:33 +01:00
mandelbrot Mandelbrot: GCC2 fix. 2018-12-12 18:13:18 -05:00
mediaconverter BMessageFormat: Rename to BStringFormat. 2018-08-13 20:49:00 -04:00
mediaplayer MediaPlayer: Fix -Werror=format-truncation= 2018-12-18 18:37:14 +00:00
midiplayer Improve/fix layout 2015-11-07 17:40:22 +01:00
musiccollection Build: Add architecture rule for libshared.a. 2016-01-15 21:12:24 -05:00
networkstatus Deskbar: Resizable tray 2018-11-04 19:00:49 +00:00
overlayimage Various Jamfiles: Remove added "UsePrivateHeaders interface". 2016-01-04 13:45:44 -05:00
packageinstaller Small spelling fixes. Reported by mazbrili through Pootle. Thanks! 2018-06-26 21:26:45 +02:00
pairs BMessageFormat: Rename to BStringFormat. 2018-08-13 20:49:00 -04:00
patchbay apps: Convert to using Set*UIColor. 2016-01-04 07:33:09 -05:00
people People: revert window spacing changes 2017-01-15 14:59:54 +01:00
poorman poorman: Fix PVS 922 2018-12-25 17:49:30 +00:00
powerstatus Deskbar: Resizable tray 2018-11-04 19:00:49 +00:00
processcontroller ProcessController: fix replicant for 12 CPUs 2018-11-17 16:30:45 +00:00
pulse Deskbar: Resizable tray 2018-11-04 19:00:49 +00:00
remotedesktop RemoteDesktop: Implement support for BAffineTransform. 2017-11-21 22:18:17 +01:00
resedit apps: Convert to using Set*UIColor. 2016-01-04 07:33:09 -05:00
screenshot Screenshot: fix crash in file panel 2017-10-04 18:26:02 +02:00
serialconnect SerialConnect: optimize drawing 2017-11-20 21:54:30 +01:00
showimage Missing else in else if. 2018-04-25 21:41:33 +02:00
softwareupdater SoftwareUpdater: generate catalogs 2017-10-01 18:18:18 +02:00
soundrecorder Fix some usages of BStackOrHeapArray. 2018-04-16 14:30:34 +00:00
stylededit StyledEdit: Fix PVS 1167 2018-11-13 19:58:08 +00:00
sudoku apps: Convert to using Set*UIColor. 2016-01-04 07:33:09 -05:00
switcher Build: Add architecture rule for libshared.a. 2016-01-15 21:12:24 -05:00
terminal Terminal: Font width can be a fractional value, so we need to use a float. 2019-01-03 21:27:27 +00:00
text_search TextSearch: don't hard-code Pe editor 2018-12-16 17:36:19 +00:00
tracker More work towards hybrid support 2013-08-01 08:54:06 +02:00
tv Fixed C++11 warnings. 2015-07-25 23:42:13 +02:00
webpositive WebPositive: Add default download folder location option. 2018-12-25 18:48:14 +00:00
workspaces Deskbar: Resizable tray 2018-11-04 19:00:49 +00:00
Jamfile WebWatch: Remove. 2017-02-21 20:05:02 +01:00