CIA.vc
czeidler
Real-time open source activity stats
Stats » Authors » czeidler
informationsyndicateUTC clock
16:24 on Feb 12, 2012
event counters
The last message was received 1.51 weeks ago at 02:20 on Feb 02, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 1 messages last week
1 messages so far this month, 7 messages last month
515 messages since the first one, 2.65 years ago, for an average of 1.88 days between messages
recent messages
dateReversed sort columnprojectcontentlink
22:21 on Feb 01haiku
Commit by czeidler on master :: rhrev43708 haiku/: (link)

Add workaround for #8001.

  • check known mode list first before sanitizing the target mode. However the optimal way is to fix the constraints in sanitize_display_mode.
#
04:51 on Jan 22haiku
Commit by czeidler on master :: rhrev43680 haiku/: (link)

Use new node monitor fields in the index_server. [2 commits]

  • remove unnecessary modified query hack
#
02:30 on Jan 22haiku
Commit by czeidler on master :: rhrev43679 haiku/: (link)
Forgot this file. [8 commits]
#
05:57 on Jan 21haiku
Commit by czeidler on master :: rhrev43676 haiku/: (link)
Fix build.
#
05:38 on Jan 21haiku
Commit by czeidler on master :: rhrev43675 haiku/: (link)

This makes keyboard input working when leaving the consoled debugger. [4 commits]

  • Fix trace.
  • Try to read key input again when the device is just B_BUSY.
#
20:31 on Jan 18haiku
Commit by czeidler on master :: rhrev43670 haiku/: (link)
Use correct ALM variable index.

There is list of all variables and a list of variables used by contraints. When editing the min, max variable constraints access the
correct list.
#
20:35 on Jan 05haiku
Commit by czeidler on master :: rhrev43630 haiku/: (link)
Style fixes. Thanks Axel and Ingo.
#
00:42 on Jan 05haiku
Commit by czeidler on master :: rhrev43625 haiku/: (link)

Make BReference and BWeakReference behave more like a normal pointer.

  • Casts like BReference<Derived> to BReference<Base> are now possible.
  • This cast for BWeakReference is, because of the underlying structure, not automatically type safe. I used a simple hack to make the compiler complain if the cast is not type safe. Please take a look if that can be done better.
  • Smaller style and bug fixes.
#
04:50 on Dec 21, 2011haiku
Commit by czeidler on master :: rhrev43544 haiku/: (link)
Tabs are now reference counted. Fix the tests. [2 commits]
#
04:21 on Dec 21, 2011haiku
Commit by czeidler on master :: rhrev43543 haiku/: (link)
Small style changes. Thanks Axel.
#
04:02 on Dec 21, 2011haiku
Commit by czeidler on master :: rhrev43542 haiku/: (link)
Fix debug build.
#
01:36 on Dec 17, 2011haiku
Commit by czeidler on master :: rhrev43519 haiku/: (link)
Fix comment and add a TODO. [2 commits]
#
06:45 on Dec 15, 2011haiku
Commit by czeidler on master :: rhrev43506 haiku/: (link)
Remove private BStringList implementation from mail. Tested it but however please be careful an review. This fixes bug #8174. [2 commits]
#
22:22 on Dec 07, 2011haiku
Commit by czeidler on master :: rhrev43435 haiku/: (link)
When calculating the min, max and pref size, relax the range of the right and bottom tab. These tabs are set to the layout borders again when solving the layout.
#
05:22 on Nov 30, 2011haiku
Commit by czeidler on master :: rhrev43369 haiku/: (link)
Cleanup the constraint solver a bit and fix a bug when a variable is removed. [2 commits]
#
21:30 on Nov 28, 2011haiku
Commit by czeidler on master :: rhrev43358 haiku/: (link)

  • The SATGroup has been deleted to early, that probably causes #8103. Holding a reference on the WindowArea (which hold a ref to the group) extends the lifetime till we are done.
  • Fix some stayBelowMouse flags.
#
01:11 on Sep 26, 2011OpenBeOS
Commit by czeidler :: r42768 /haiku/trunk/src/servers/app/ (Window.cpp decorator/DecorManager.h):

  • Fix decorator reloading of windows in a stack. When reloading the decorator all tabs have to be added to the decorator, the focus and the top layer tab must be set. The decorator does not know about the window and the window stack, thus the window has to do it itself.
  • Add Joseph Groover to the author list.
#
04:16 on Sep 23, 2011OpenBeOS
Commit by czeidler :: r42766 /haiku/trunk/src/add-ons/kernel/network/stack/net_socket.cpp:
Check if the socket has been created successfully.
#
04:08 on Sep 23, 2011OpenBeOS
Commit by czeidler :: r42765 /haiku/trunk/headers/private/shared/WeakReferenceable.h:
Use nothrow and add InitCheck method to check if allocation went fine.
#
00:51 on Sep 23, 2011OpenBeOS
Commit by czeidler :: r42764 /haiku/trunk/src/add-ons/kernel/network/stack/net_socket.cpp:
Switch to BWeakReference class. Hope this does not break anything. Calling virtual destructur on a struct
should work fine, right?
#