date | project | content | link |
|---|
| 22:36 on May 09 | haiku | Commit by czeidler on master :: r hrev44137 haiku/: ( link) Calling the BView version of {Enable,Disable}LayoutInvalidation() seems to be more natural. [2 commits] | # |
| 02:34 on May 09 | haiku | Commit by czeidler on master :: r hrev44131 haiku/: ( link) Workaround to not trigger a relayout in DoLayout when adding the label view again. | # |
| 19:28 on May 07 | haiku | Commit by czeidler on master :: r hrev44128 haiku/: ( link) Remove lp_solve headers. | # |
| 23:03 on Apr 30 | haiku | Commit by czeidler on master :: r hrev44085 haiku/: ( link) Make the menu window not resizable.
Right clicking the menu border showed the resize arrow and sometimes even made it possible to resize the menu. | # |
| 02:58 on Apr 30 | haiku | Commit by czeidler on master :: r hrev44083 haiku/: ( link) Remove lp_solve from the source and from the image. Its not used anymore and should be an optional package otherwise. | # |
| 23:47 on Apr 29 | haiku | Commit by czeidler on master :: r hrev44082 haiku/: ( link) Create MAIL:flags index in Mail. This should fix #8506. | # |
| 04:53 on Apr 29 | haiku | Commit by czeidler on master :: r hrev44079 haiku/: ( link) Use BSecureSocket and BSocket instead of ServerConnection. [2 commits] - When sending a new command, drain all leftover data and not only 1025 chars.
| # |
| 04:04 on Apr 27 | haiku | Commit by czeidler on master :: r hrev44070 haiku/: ( link) Cleanup POP3 connection code. [2 commits] - Use the ServerConnection class in POP3 too. This means no #ifdef USE_SSL for the connection anymore.
- I remember from the mailing list that there were problems with to many open connection using POP3. Thus, if there is an error or nothing to retrieve close the connection.
| # |
| 19:54 on Feb 14 | haiku | Commit by czeidler on master :: r hrev43740 haiku/: ( link) Fix crash in S&T. | # |
| 02:36 on Feb 14 | haiku | Commit by czeidler on master :: r hrev43739 haiku/: ( link) Revert "Finally applying the patch that adds support to add path information to stat and attr monitor messages."
Will recommit it when I have more time to work on the todos.
This reverts commit 610ef6c00781522022455c0cbf34495420b2db1d. | # |
| 22:21 on Feb 01 | haiku | Commit by czeidler on master :: r hrev43708 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 22 | haiku | Commit by czeidler on master :: r hrev43680 haiku/: ( link) Use new node monitor fields in the index_server. [2 commits] - remove unnecessary modified query hack
| # |
| 02:30 on Jan 22 | haiku | Commit by czeidler on master :: r hrev43679 haiku/: ( link) Forgot this file. [8 commits] | # |
| 05:57 on Jan 21 | haiku | Commit by czeidler on master :: r hrev43676 haiku/: ( link) Fix build. | # |
| 05:38 on Jan 21 | haiku | Commit by czeidler on master :: r hrev43675 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 18 | haiku | Commit by czeidler on master :: r hrev43670 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 05 | haiku | Commit by czeidler on master :: r hrev43630 haiku/: ( link) Style fixes. Thanks Axel and Ingo. | # |
| 00:42 on Jan 05 | haiku | Commit by czeidler on master :: r hrev43625 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, 2011 | haiku | Commit by czeidler on master :: r hrev43544 haiku/: ( link) Tabs are now reference counted. Fix the tests. [2 commits] | # |
| 04:21 on Dec 21, 2011 | haiku | Commit by czeidler on master :: r hrev43543 haiku/: ( link) Small style changes. Thanks Axel. | # |