date | project | content | link |
|---|
| 16:56 Wednesday | haiku | Commit by anevilyak on master :: r hrev44195 haiku/: ( link) Fix #8596: common_getgroups copies too little data
common_getgroups, when called from within the kernel, copies actualCount bytes instead of actualCount * sizeof(gid_t) bytes. | # |
| 20:12 on May 06 | haiku | Commit by anevilyak on master :: r hrev44122 haiku/: ( link) Style fixes. | # |
| 19:32 on May 05 | haiku | Commit by anevilyak on master :: r hrev44113 haiku/: ( link) Fix regressions introduced by previous commit.
- Conditionally enable and disable event masks as needed when we detect the mouse entering/exiting the deskbar area. This is necessary because otherwise the app_server appears to eat mouse messages due to the ctrl+cmd+ resize shortcut. Also change some conditionals slightly to better deal with differing combinations of autohide and/or autoraise.
| # |
| 18:45 on May 05 | haiku | Commit by anevilyak on master :: r hrev44112 haiku/: ( link) Fix ticket #8497.
- Rework Deskbar's handling for the autoraise/autohide cases to not need event masks. This prevents various problems that would occur if one happened to be working in another window that overlapped part of Deskbar, as reported in #8497. Instead, we now use a message filter to redirect the messages as needed.
| # |
| 02:55 on May 02 | haiku-webkit | Commit by anevilyak :: r 588 /webkit/trunk/ (WebCore/Jamfile WebKit/Jamfile): ( link) Fix build. | # |
| 01:56 on May 01 | haiku | Commit by anevilyak on master :: r hrev44087 haiku/: ( link) Make memory menu items 64-bit safe.
Redo the precision levels of various calculations in the memory bar items so they don't overflow on systems with > 4GB of RAM. Previously one could see fun results like the kernel using negative amounts of memory on such systems. | # |
| 23:08 on Apr 30 | haiku | Commit by anevilyak on master :: r hrev44086 haiku/: ( link) Fix remaining part of #8094.
Set an explicit minimum size on the source path view, in order to prevent it from unduly influencing the initial size constraints of the window. (Belatedly) fixes the remaining part of #8094. | # |
| 20:21 on Apr 28 | haiku | Commit by anevilyak on master :: r hrev44076 haiku/: ( link) Fix decorator reload crash.
- SetTopTap() -> SetTopTab().
- When reloading the decor, if the window in question is borderless, short circuit. Previously, we wouldn't allocate a decorator for such a window, but would then go through the remaining steps of attempting to set the focus/top tab, which would obviously crash. Fixes #8500 and possibly others.
- Add error check that adding tabs to the decorator actually succeeded.
| # |
| 19:42 on Apr 28 | haiku | Commit by anevilyak on master :: r hrev44074 haiku/: ( link) Handle gcc2 quirks with paths.
When asked to build via a relative path (i.e. from within a generated subdir), gcc2 was generating a compilation directory attribute pointing to the generated subdirectory, as well as entering the actual filename attribute as the full absolute path to the file. This wasn't checked for, leading to the issue described in ticket #8498. gcc4 does not appear to have the same behavior, it generates a relative path + filename in all cases. | # |
| 12:22 on Apr 15 | haiku | Commit by anevilyak on master :: r hrev44034 haiku/: ( link) Reorder names alphabetically. | # |
| 12:46 on Apr 14 | haiku | Commit by anevilyak on master :: r hrev44022 haiku/: ( link) Rework NetworkStatus's status tracking a bit.
NetworkStatus now tracks the status of each interface separately, and uses that information to make correct comparisons for notifications. Previously, it would only send notifications using whatever interface was last in the enumeration list, and if an earlier interface had a higher configuration level than that, the notification would incorrectly be sent as occurring on the last interface. We now send notifications for each interface separately. The status shown by the deskbar icon remains that of the most highly configured detected interface. Fixes #8468. | # |
| 23:28 on Apr 11 | haiku | Commit by anevilyak on master :: r hrev44003 haiku/: ( link) Implement DW_LNE_set_discriminator from DWARF 4. | # |
| 22:31 on Apr 11 | haiku | Commit by anevilyak on master :: r hrev44002 haiku/: ( link) Fix slight oversight in previous commit.
Only trigger autoconfiguration if the link status changed from down to up. | # |
| 22:27 on Apr 11 | haiku | Commit by anevilyak on master :: r hrev44001 haiku/: ( link) Keep more accurate track of media status changes.
AutoConfigLooper now remembers the last media state it received from the device, and compares both to see if the active state actually changed. Should help with quality changes where the link didn't actually drop. May also help on ethernet if the chipset sends spurious link status change notifications. | # |
| 00:20 on Apr 08 | haiku | Commit by anevilyak on master :: r hrev43972 haiku/: ( link) Fix typeahead cancellation in file panels.
- Add accessor to PoseView that reports whether the view is currently typeahead filtering.
- Use said accessor in the file panel's filter in order to detect whether to tell the latter to cancel filtering vs closing the panel. Fixes #8140.
| # |
| 22:04 on Apr 02 | haiku | Commit by anevilyak on master :: r hrev43942 haiku/: ( link) Fix incorrect error check.
The case where GetRefreshLimits() failed wasn't being detected and handled correctly. | # |
| 22:11 on Mar 31 | haiku-webkit | Commit by anevilyak :: r 586 /webkit/trunk/WebKit/haiku/WebPositive/autocompletion/TextViewCompleter.cpp: ( link) Be more specific about how we check the modifiers mask. | # |
| 21:31 on Mar 31 | haiku | Commit by anevilyak on master :: r hrev43923 haiku/: ( link) Fix crashing corner case in screen prefs.
If the refresh limits only allowed a single refresh, the menu item constructed had no BMessage. This caused _UpdateRefreshControls() to crash when attempting to match the current refresh rate to the item. For simplicity, give it a message containing the fixed refresh rate just as in all other cases. Should finally fix #8431. | # |
| 18:21 on Mar 31 | haiku | Commit by anevilyak on master :: r hrev43919 haiku/: ( link) Updated Web+ package.
Fixes an oversight in yesterday's bug fix. | # |
| 02:23 on Mar 31 | haiku | Commit by anevilyak on master :: r hrev43909 haiku/: ( link) Update Web+ optional package.
- Fixes a problem in Web+'s autocompletion handler that would result in it eating things like workspace switching shortcuts if Web+'s URL input had focus.
| # |