Rev. | Time | Author |
---|---|---|
c5813e2 master | 2009-05-25 22:01:22 | Aiwota Programmer |
Multithreads are abandoned. Alternatly, The asyncore substitutes.(#16776) |
||
11a97b9 | 2009-05-09 03:40:02 | Aiwota Programmer |
The character widths list is needed because retrieving the widths from the dict is slow. |
||
78cf7af | 2009-05-05 20:06:22 | Aiwota Programmer |
the characters widths array is not used on ElementText. |
||
5d7b33a | 2009-05-05 19:02:37 | Aiwota Programmer |
Calculating the character widths is done by PangoLayout. FukuiNoNamariExt is not needed. |
||
4d87fe6 | 2009-05-05 01:04:11 | Aiwota Programmer |
The module "thread_view" is divided to the package "ThreadViewBase". (#16539) |
||
d0de3bf | 2009-05-04 21:42:16 | Aiwota Programmer |
The "gtk.binding_entry_add_signal" function is used for Up key, Down key, etc. |
||
4beb250 | 2009-05-04 21:16:52 | Aiwota Programmer |
Popup menu for ThreadView is not prepared by the glade xml. (#16526) |
||
812c223 | 2009-05-04 02:04:02 | Aiwota Programmer |
ThreadView is split to View(ThreadView) and Container(ThreadViewContainer). |
||
1a984c9 | 2009-05-03 23:46:41 | Aiwota Programmer |
The "no-show-all" of scrollbar on ThreadView is set |
||
815935d | 2009-05-03 23:34:13 | Aiwota Programmer |
The scrollbar on ThreadView is shown or hidden when the "changed" signal on the adjument occurs. |
||
3aea87d | 2009-05-03 22:50:16 | Aiwota Programmer |
Scroll configuration is set using Adjustment in ThreadView. |
||
9ac09b5 | 2009-05-03 20:09:35 | Aiwota Programmer |
Selected text colors follow the focus in ThreadView. |
||
992c1ad | 2009-05-03 19:49:00 | Aiwota Programmer |
Selected text colors are fixed in ThreadView. |
||
3be6735 | 2009-05-02 04:28:52 | Aiwota Programmer |
ThreadView follows gtk themes. (#16375) |
||
e47e766 | 2009-05-02 02:49:45 | Aiwota Programmer |
ThreadView, character widths are cached. This is expected to improve performance. |
||
47be76a | 2009-05-02 00:34:20 | Aiwota Programmer |
Refactoring drawing iteration in ThreadView. |
||
5a092ff | 2009-04-29 23:15:28 | Aiwota Programmer |
Previous commit is buggy. Fix it. (#16447) |
||
05eb302 | 2009-04-29 23:06:38 | Aiwota Programmer |
A numer of res can be popped up. (#16447) |
||
7215364 | 2009-04-29 22:06:10 | Aiwota Programmer |
Window managing auxiliary is added. It shows only same board windows. (#16374) |
||
05098f9 | 2009-04-29 18:48:35 | Aiwota Programmer |
Glyph widths are treated as double. |
||
ccb62a3 | 2009-04-29 15:21:51 | Aiwota Programmer |
ThreadPopup board width is considerd. |
||
97d8cb4 | 2009-04-29 02:32:49 | Aiwota Programmer |
Improvement of thread view popup functionality. Appropriate size and position. |
||
3bdcd2e | 2009-04-25 14:43:00 | Aiwota Programmer |
Saving windows to gconf is done everytime on window opening and closing. |
||
ae59595 | 2009-04-19 16:18:50 | Aiwota Programmer |
Refactoring menu items and toolbuttons commands in ThreadWindow. |
||
23f8747 | 2009-04-19 14:44:41 | Aiwota Programmer |
ThreadView is redrawn after HTTP GET due to prevent white drawingarea. |
||
32d8c52 | 2009-04-19 13:41:03 | Aiwota Programmer |
Open url command in ThreadPopup is implemented. |
||
8dafc50 | 2009-04-19 13:23:58 | Aiwota Programmer |
Opening url command in ThreadWIndow is implemented using gobject signals. |
||
993b3a0 | 2009-04-19 11:59:12 | Aiwota Programmer |
To set focus to threadview's drawingarea is not called in Class ThreadView, but in ThreadWindow __init__ method. |
||
558ea9c | 2009-04-18 19:28:35 | Aiwota Programmer |
Simple popup res view is implemented. (#16088) |
||
6824167 | 2009-04-11 04:04:57 | Aiwota Programmer |
html parser strips spaser if it is first character of a line. |