CIA.vc
anevilyak
Real-time open source activity stats
Stats » Authors » anevilyak
informationsyndicateUTC clock
03:17 on May 28, 2012
event counters
The last message was received 4.24 days ago at 21:25 on May 23, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 1 messages last week
7 messages so far this month, 10 messages last month
869 messages since the first one, 4.25 years ago, for an average of 1.79 days between messages
recent messages
dateReversed sort columnprojectcontentlink
16:56 Wednesdayhaiku
Commit by anevilyak on master :: rhrev44195 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 06haiku
Commit by anevilyak on master :: rhrev44122 haiku/: (link)
Style fixes.
#
19:32 on May 05haiku
Commit by anevilyak on master :: rhrev44113 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 05haiku
Commit by anevilyak on master :: rhrev44112 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 02haiku-webkit
Commit by anevilyak :: r588 /webkit/trunk/ (WebCore/Jamfile WebKit/Jamfile): (link)
Fix build.
#
01:56 on May 01haiku
Commit by anevilyak on master :: rhrev44087 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 30haiku
Commit by anevilyak on master :: rhrev44086 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 28haiku
Commit by anevilyak on master :: rhrev44076 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 28haiku
Commit by anevilyak on master :: rhrev44074 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 15haiku
Commit by anevilyak on master :: rhrev44034 haiku/: (link)
Reorder names alphabetically.
#
12:46 on Apr 14haiku
Commit by anevilyak on master :: rhrev44022 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 11haiku
Commit by anevilyak on master :: rhrev44003 haiku/: (link)
Implement DW_LNE_set_discriminator from DWARF 4.
#
22:31 on Apr 11haiku
Commit by anevilyak on master :: rhrev44002 haiku/: (link)
Fix slight oversight in previous commit.

Only trigger autoconfiguration if the link status changed from down
to up.
#
22:27 on Apr 11haiku
Commit by anevilyak on master :: rhrev44001 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 08haiku
Commit by anevilyak on master :: rhrev43972 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 02haiku
Commit by anevilyak on master :: rhrev43942 haiku/: (link)
Fix incorrect error check.

The case where GetRefreshLimits() failed wasn't being detected and
handled correctly.
#
22:11 on Mar 31haiku-webkit
Commit by anevilyak :: r586 /webkit/trunk/WebKit/haiku/WebPositive/autocompletion/TextViewCompleter.cpp: (link)
Be more specific about how we check the modifiers mask.
#
21:31 on Mar 31haiku
Commit by anevilyak on master :: rhrev43923 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 31haiku
Commit by anevilyak on master :: rhrev43919 haiku/: (link)
Updated Web+ package.

Fixes an oversight in yesterday's bug fix.
#
02:23 on Mar 31haiku
Commit by anevilyak on master :: rhrev43909 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.
#