date | project | content | link |
|---|
| 09:48 Saturday | OpenBeOS | Commit by stippi :: r35418 /haiku/trunk/ (2 files in 2 dirs): - Make a BStatusBar comfortable to use without any text labels.
- In SetBarHeight(), use InvalidateLayout() when used with layout management.
| # |
| 12:06 Friday | OpenBeOS | Commit by stippi :: r35414 /haiku/trunk/src/kits/interface/Window.cpp: When a Window is created for holding BViews attached to an offscreen bitmap, always behave as if within a transaction. Otherwise all drawing calls to such BViews wait for the server to finish the request. This change gives a tremendous speed boost for these situations and is compatibly with BeOS, since there you also had to call Sync() before drawing a bitmap that was painted with attached views. | # |
| 08:20 Friday | OpenBeOS | Commit by stippi :: r35411 /haiku/trunk/src/system/kernel/arch/arm/arch_vm_translation_map.cpp: Patch by "notzed": Adapt ARM platform stubs for recent VM changes. Thanks! | # |
| 23:16 on Jan 25 | OpenBeOS | Commit by stippi :: r35291 /haiku/trunk/headers/posix/ucontext.h: Remove the ucontext.h header again, until the whole SA_SIGINFO backend is implemented fully in order not to fool ported software into believing this API can be used. | # |
| 18:06 on Jan 25 | OpenBeOS | Commit by stippi :: r35287 /haiku/trunk/headers/posix/ucontext.h: Patch by Andreas Faerber: Adding ucontext.h POSIX header. mcontext_h can be typedef'd to the existing vregs type. Applies #5324. Thanks a lot! | # |
| 13:53 on Jan 25 | OpenBeOS | Commit by stippi :: r35284 /haiku/trunk/src/kits/interface/Slider.cpp: Fixed LowColor() of "background" view. Seems this was always wrong, but now we are running without offscreen view, and this caused dark slider background, since LowColor() was unintentionally B_TRANSPARENT_COLOR. Fixes #5323. | # |
| 10:00 on Jan 25 | OpenBeOS | Commit by stippi :: r35276 /haiku/trunk/src/apps/installer/InstallerWindow.cpp: When the Quit button is invoked after an installation, do not prompt the user for confirmation to restart the computer. Untested, but with good chances of working as intended. | # |
| 18:21 on Jan 23 | OpenBeOS | Commit by stippi :: r35269 /haiku/trunk/data/catalogs/apps/installer/de.catkeys: Updated German for the new quit prompt in Installer when it is running alone. | # |
| 14:14 on Jan 23 | OpenBeOS | Commit by stippi :: r35263 /haiku/trunk/src/apps/installer/InstallerWindow.cpp: When running as the only application, ask the user before quitting for confirmation before restarting the computer. (Remember that new users may not even know what the decorator close box does.) | # |
| 14:01 on Jan 23 | OpenBeOS | Commit by stippi :: r35262 /haiku/trunk/src/add-ons/kernel/file_systems/fat/dosfs.c: Applied patch by romain. Through refactoring, the volume name is already retrieved before a volume is actually mounted and this fixes #4602. I have applied the patch as is, although it contains some minor coding style violations, since these have been there before. | # |
| 12:50 on Jan 23 | OpenBeOS | Commit by stippi :: r35261 /haiku/trunk/src/kits/interface/Slider.cpp: * Don't draw/clear the background if the parent view draws on children.
* Make use of the BControlLook method to draw labels.
Both fix ticket #4875. | # |
| 12:48 on Jan 23 | OpenBeOS | Commit by stippi :: r35260 /haiku/trunk/ (2 files in 2 dirs): - Refactored a method to draw a label when the location is already known. (This one takes care of setting up the correct color.)
- Added TODO about using either B_CONTROL_TEXT_COLOR, or elliminating that constant (which I am in favor of...).
| # |
| 12:27 on Jan 23 | OpenBeOS | Commit by stippi :: r35257 /haiku/trunk/src/kits/interface/ControlLook.cpp: Tweaked the alpha values to be more in line with the look when not blending. | # |
| 12:13 on Jan 23 | OpenBeOS | Commit by stippi :: r35256 /haiku/trunk/src/kits/interface/ControlLook.cpp: - Set the BLEND_FRAME flag when detecting that the parent view of the control renders over children.
- Support the BLEND_FRAME flag also when drawing BSliders.
| # |
| 10:52 on Jan 23 | OpenBeOS | Commit by stippi :: r35253 /haiku/trunk/src/apps/mediaplayer/ (MainApp.cpp MainWin.cpp MainWin.h): * Refactored storing the playlist archive in the quit message.
* Added looping all windows on quit and store the current playlist if
applicable.
Fixes #5061. | # |
| 10:34 on Jan 23 | OpenBeOS | Commit by stippi :: r35252 /haiku/trunk/src/apps/icon-o-matic/ (CanvasView.h MainWindow.cpp): Remember the mouse snapping mode across sessions... fixes #4740. | # |
| 10:21 on Jan 23 | OpenBeOS | Commit by stippi :: r35251 /haiku/trunk/src/apps/icon-o-matic/run: Removed now useless run script. | # |
| 07:50 on Jan 23 | OpenBeOS | Commit by stippi :: r35248 /haiku/trunk/src/kits/interface/Menu.cpp: Patch by "stimut": Fixed BMenu to return only enabled BMenuItems when invoking them via mouse. This will make the mechanism that BSeparatorItems are always disabled actually work and the behavior correct for other items as well. It also fixes #4147 (Magnify crashing because it assume all its items have a BMessage).
Thanks a lot! | # |
| 21:05 on Jan 22 | OpenBeOS | Commit by stippi :: r35245 /haiku/trunk/src/kits/shared/ExpressionParser.cpp: Fixed spelling mistake. | # |
| 21:02 on Jan 22 | OpenBeOS | Commit by stippi :: r35244 /haiku/trunk/src/kits/shared/ExpressionParser.cpp: Fix parsing scientific notation in the form of 1E+6 or 1E-6. | # |