Source Activity

Syndicate content
Updated: 4 min 35 sec ago

usb_floppy: fixes 64 bit warnings

Thu, 2013-05-09 14:40
m src/add-ons/kernel/drivers/disk/usb/usb_floppy/usb_disk.cpp
usb_floppy: fixes 64 bit warnings
Categories: Development

usb_raw: fixes 64 bit warnings

Thu, 2013-05-09 14:22
m src/add-ons/kernel/drivers/bus/usb/usb_raw.cpp
usb_raw: fixes 64 bit warnings
Categories: Development

usb_midi: fixes 64 bit warnings

Thu, 2013-05-09 14:16
m src/add-ons/kernel/drivers/midi/usb_midi/usb_midi.cpp
usb_midi: fixes 64 bit warnings
Categories: Development

echo: fixes 64 bit warnings

Thu, 2013-05-09 14:03
m src/add-ons/kernel/drivers/audio/echo/midi.cpp
m src/add-ons/kernel/drivers/audio/echo/multi.cpp
echo: fixes 64 bit warnings
Categories: Development

efi_gpt: fixes 64 bit warnings

Thu, 2013-05-09 13:53
m src/add-ons/kernel/partitioning_systems/gpt/Header.cpp
m src/add-ons/kernel/partitioning_systems/gpt/efi_gpt.cpp
efi_gpt: fixes 64 bit warnings
Categories: Development

mpu401: fixes 64 bit warnings

Thu, 2013-05-09 13:45
m src/add-ons/kernel/generic/mpu401/mpu401.c
mpu401: fixes 64 bit warnings
Categories: Development

udf: fixes 64 bit warnings

Thu, 2013-05-09 13:44
m src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
m src/add-ons/kernel/file_systems/udf/Icb.cpp
m src/add-ons/kernel/file_systems/udf/PhysicalPartition.cpp
m src/add-ons/kernel/file_systems/udf/Recognition.cpp
m src/add-ons/kernel/file_systems/udf/SparablePartition.cpp
m src/add-ons/kernel/file_systems/udf/UdfString.cpp
m src/add-ons/kernel/file_systems/udf/UdfString.h
m src/add-ons/kernel/file_systems/udf/Utils.cpp
m src/add-ons/kernel/file_systems/udf/Volume.cpp
m src/add-ons/kernel/file_systems/udf/kernel_interface.cpp
udf: fixes 64 bit warnings
Categories: Development

nfs: fixes 64 bit warnings

Thu, 2013-05-09 13:08
m src/add-ons/kernel/file_systems/nfs/nfs_add_on.c
nfs: fixes 64 bit warnings
Categories: Development

Build fix.

Thu, 2013-05-09 11:24
m src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
Build fix.
Categories: Development

Implement #9756. ImageFunctionsView now builds...

Thu, 2013-05-09 03:26
m src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
m src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.h
Implement #9756. ImageFunctionsView now builds...

...a source path-based tree of all the image's functions, and
consequently organizes them into a nested hierarchy similar to the
on-disk directory structure in which they were originally found (or at
least, as close as we can get from the DWARF info).
Categories: Development

Info: Set fixed size true for pref app menu field

Wed, 2013-05-08 18:26
m src/kits/tracker/InfoWindow.cpp
Info: Set fixed size true for pref app menu field

Fixes #9753

This changes the preferred app menu field to no longer resize itself
based on the item width and instead always take up the rest of the
available space in the window. For narrower items this means that there
will be empty space to the right where there wasn't before. For items
wider than the available width of the window (like the example in #9753)
this means that the item will be truncated when selected.

AFAIK this was always a problem and was not caused by my recent work on
menu fields, we just didn't notice it because it's rare that an application
name in English at the default 12pt font size is wider than the available
space.

That being said, this fix is a band aid, the real fix is to convert this
window to use the layout APIs so that if you have an application that is too
wide to fit then the window will resize itself to fit the new item. There are
other some layout problems in this window too. Unfortunately, like Find, this
window has not been updated in aldeck's Tracker layout branch. Luckily,
converting this window to use the layout API is a lot less work than Find was.
Categories: Development

Resize menu field menu bar iff fFixedSize is true

Wed, 2013-05-08 18:26
m src/kits/interface/BMCPrivate.cpp
Resize menu field menu bar iff fFixedSize is true

If the menu field is not fixed size than the width of the menu bar
should depend on the menu item contents so just do the default and
get the Bounds() without any extra resizing.
Categories: Development

BMenuItem: Round to prevent unneeded truncation

Wed, 2013-05-08 18:26
m src/kits/interface/MenuItem.cpp
BMenuItem: Round to prevent unneeded truncation

The case I fear is if frameWidth is 99.999999 and labelWidth is 100.0
it will attempt to perform a truncation unnecessarily.
Categories: Development

ext2: fixes 64 bit warnings

Wed, 2013-05-08 18:10
m src/add-ons/kernel/file_systems/ext2/Attribute.cpp
m src/add-ons/kernel/file_systems/ext2/BitmapBlock.cpp
m src/add-ons/kernel/file_systems/ext2/BlockAllocator.cpp
m src/add-ons/kernel/file_systems/ext2/DataStream.cpp
m src/add-ons/kernel/file_systems/ext2/DirectoryIterator.cpp
m src/add-ons/kernel/file_systems/ext2/ExtentStream.cpp
m src/add-ons/kernel/file_systems/ext2/HTree.cpp
m src/add-ons/kernel/file_systems/ext2/HTreeEntryIterator.cpp
m src/add-ons/kernel/file_systems/ext2/HashRevokeManager.cpp
m src/add-ons/kernel/file_systems/ext2/Inode.cpp
m src/add-ons/kernel/file_systems/ext2/Inode.h
m src/add-ons/kernel/file_systems/ext2/InodeAllocator.cpp
m src/add-ons/kernel/file_systems/ext2/Journal.cpp
m src/add-ons/kernel/file_systems/ext2/NoJournal.cpp
m src/add-ons/kernel/file_systems/ext2/RevokeManager.cpp
m src/add-ons/kernel/file_systems/ext2/Transaction.cpp
m src/add-ons/kernel/file_systems/ext2/Volume.cpp
m src/add-ons/kernel/file_systems/ext2/ext2.h
m src/add-ons/kernel/file_systems/ext2/kernel_interface.cpp
ext2: fixes 64 bit warnings
Categories: Development

Use B_USE_SMALL_{SPACING,INSETS} as suggested by Axel.

Wed, 2013-05-08 02:59
m src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
Use B_USE_SMALL_{SPACING,INSETS} as suggested by Axel.
Categories: Development

Reinit offscreen bitmap when set keyboard layout

Tue, 2013-05-07 01:16
m src/preferences/keymap/KeyboardLayoutView.cpp
Reinit offscreen bitmap when set keyboard layout

Fixes #9345
Categories: Development

Use default spacing for inspector's groups too.

Mon, 2013-05-06 22:47
m src/apps/debugger/user_interface/gui/inspector_window/InspectorWindow.cpp
Use default spacing for inspector's groups too.
Categories: Development

BMCPrivate: Cleanup

Mon, 2013-05-06 22:29
m headers/private/interface/BMCPrivate.h
m src/kits/interface/BMCPrivate.cpp
BMCPrivate: Cleanup

Remove no longer needed header includes, most that I recently added
a