OSDN Git Service

Multithreads are abandoned. Alternatly, The asyncore substitutes.(#16776)
[fukui-no-namari/fukui-no-namari.git] / src /
2009-05-25 Aiwota ProgrammerMultithreads are abandoned. Alternatly, The asyncore... master
2009-05-08 Aiwota ProgrammerThe character widths list is needed because retrieving...
2009-05-05 Aiwota Programmerthe characters widths array is not used on ElementText.
2009-05-05 Aiwota ProgrammerCalculating the character widths is done by PangoLayout...
2009-05-04 Aiwota ProgrammerThe module "thread_view" is divided to the package...
2009-05-04 Aiwota ProgrammerThe "gtk.binding_entry_add_signal" function is used...
2009-05-04 Aiwota ProgrammerPopup menu for ThreadView is not prepared by the glade...
2009-05-03 Aiwota ProgrammerThreadView is split to View(ThreadView) and Container...
2009-05-03 Aiwota ProgrammerThe "no-show-all" of scrollbar on ThreadView is set
2009-05-03 Aiwota ProgrammerThe scrollbar on ThreadView is shown or hidden when...
2009-05-03 Aiwota ProgrammerScroll configuration is set using Adjustment in ThreadView.
2009-05-03 Aiwota ProgrammerSelected text colors follow the focus in ThreadView.
2009-05-03 Aiwota ProgrammerSelected text colors are fixed in ThreadView.
2009-05-01 Aiwota ProgrammerThreadView follows gtk themes. (#16375)
2009-05-01 Aiwota ProgrammerThreadView, character widths are cached. This is expect...
2009-05-01 Aiwota ProgrammerRefactoring drawing iteration in ThreadView.
2009-04-29 Aiwota ProgrammerPrevious commit is buggy. Fix it. (#16447)
2009-04-29 Aiwota ProgrammerA numer of res can be popped up. (#16447)
2009-04-29 Aiwota ProgrammerWindow managing auxiliary is added. It shows only same...
2009-04-29 Aiwota ProgrammerGlyph widths are treated as double.
2009-04-29 Aiwota ProgrammerThreadPopup board width is considerd.
2009-04-28 Aiwota ProgrammerImprovement of thread view popup functionality. Appropr...
2009-04-25 Aiwota ProgrammerSaving windows to gconf is done everytime on window...
2009-04-19 Aiwota ProgrammerRefactoring menu items and toolbuttons commands in...
2009-04-19 Aiwota ProgrammerThreadView is redrawn after HTTP GET due to prevent...
2009-04-19 Aiwota ProgrammerOpen url command in ThreadPopup is implemented.
2009-04-19 Aiwota ProgrammerOpening url command in ThreadWIndow is implemented...
2009-04-19 Aiwota ProgrammerTo set focus to threadview's drawingarea is not called...
2009-04-18 Aiwota ProgrammerSimple popup res view is implemented. (#16088)
2009-04-10 Aiwota Programmerhtml parser strips spaser if it is first character...
2009-04-10 Aiwota Programmerkey press events (up, down, page up, page down, home...
2009-04-10 Aiwota Programmeradd_relayout to thread_view is called in a critical...
2009-04-10 Aiwota Programmerin response of submit, same encoding as dat files is...
2008-01-03 Aiwota Programmer"Open as URL" is append '' to the selected text.
2008-01-03 Aiwota Programmerbinary search ResLayout list, ThreadView
2007-12-25 Aiwota ProgrammerDelete no need code (TextBuffer) of ThreadWindow
2007-12-25 Aiwota ProgrammerStatusbar, ThreadWindow
2007-12-25 Aiwota Programmercalculate character width on chaging font, ThreadView
2007-12-25 Aiwota Programmer"button down on uri and move" does not change the selec...
2007-12-25 Aiwota ProgrammerApplication of selection, ThreadView
2007-12-25 Aiwota Programmerdraw efficiently, ThreadView
2007-12-25 Aiwota Programmeralgo search ResLayout from y, ThreadView
2007-12-24 Aiwota Programmerselection thread_view
2007-12-23 Aiwota ProgrammerReplace PangoLayout with ResLayout.
2007-12-12 Aiwota Programmertweak jump position on resizing ThreadView (minor chang...
2007-12-12 Aiwota Programmerprevent view pos jump on resizing Thread Window.
2007-12-12 Aiwota Programmernot connect size-allocate on threadview, connect config...
2007-12-12 Aiwota ProgrammerFix: set wrap mode WRAP_CHAR, fix commit 9e3ca95a34bc5f...
2007-12-12 Aiwota Programmernot write to adjustment.value of threadview, use vscrol...
2007-12-12 Aiwota ProgrammerFix: spell miss of commit fbac42a0d137286b9320842ad465a...
2007-12-12 Aiwota Programmerpropagate the scroll event from threadview to vscrollbar
2007-12-11 Aiwota Programmercreate popupmenu for threadview.
2007-12-11 Aiwota ProgrammerFix: cannot jump on uri click
2007-12-11 Aiwota Programmerimplement uri click event
2007-12-11 Aiwota Programmerchange the mouse cursor according to text area, uri...
2007-12-11 Aiwota Programmerdisuse res queue
2007-12-09 Aiwota Programmerhide or show vscrollbar.
2007-12-09 Aiwota Programmerprevent adjustment.value overflow
2007-12-09 Aiwota Programmernot relayout pango layout list when adding pango layout.
2007-12-08 Aiwota Programmerseparate DrawingArea
2007-12-08 Aiwota Programmerdecoration, bold, margin left, uri
2007-12-08 Aiwota Programmerreplace scrolled window and viewport with hbox and...
2007-12-08 Aiwota Programmerinitialize pango layout list
2007-12-08 Aiwota Programmerimplement jump
2007-12-08 Aiwota Programmerrelayout when size change.
2007-12-08 Aiwota Programmerreplace GtkTextView with DrawingArea.
2007-05-05 Aiwota ProgrammerFollow DBus updates. Default value of arguments may...
2007-05-05 Aiwota ProgrammerExecute the treeview sort in try block.
2007-05-05 Aiwota ProgrammerReplace line feed.
2007-05-05 Aiwota ProgrammerUse gtk.gdk.threads_enter and gtk.gdk.threads_leave...
2006-09-30 Aiwota ProgrammerVersion number up. Add NEWS. Edit doc. v0.2
2006-09-30 Aiwota ProgrammerNew column oldRes.
2006-09-30 Aiwota ProgrammerEnable to get dictionaries in the data store.
2006-09-29 Aiwota ProgrammerAdd BoardPluginBase and export widget_tree.
2006-09-28 Aiwota ProgrammerReduce traceback.
2006-09-25 Aiwota ProgrammerForgot the copyright notice.
2006-09-25 Aiwota ProgrammerCache exceptions. not trace IOError.
2006-09-25 Aiwota ProgrammerFix a bug. miss exceptions.
2006-09-24 Aiwota ProgrammerFix a bug. posibility of float.
2006-09-24 Aiwota ProgrammerNot load idx files when update, and convert lastModifie...
2006-09-24 Aiwota ProgrammerSeperate restore code to board_states.py.
2006-09-24 Aiwota ProgrammerUse writelines.
2006-09-24 Aiwota ProgrammerRe implement idxfile.py.
2006-09-24 Aiwota ProgrammerAdd FileWrap.writelines.
2006-09-24 Aiwota ProgrammerRe implement cachefile.py
2006-09-24 Aiwota ProgrammerFix a bug.
2006-09-24 Aiwota ProgrammerDestroy popupmenu and treeview columns.
2006-09-24 Aiwota ProgrammerClose window after submit complete.
2006-09-22 Aiwota ProgrammerFix a bug.
2006-09-22 Aiwota ProgrammerHide progress bar on idle.
2006-09-21 Aiwota ProgrammerRe implement board_data._load_modified_idxfiles.
2006-09-21 Aiwota ProgrammerUse progressbar of board window.
2006-09-21 Aiwota ProgrammerAccept mode.
2006-09-21 Aiwota ProgrammerRe implement misc.httpdate_to_secs. use datetime.
2006-09-20 Aiwota ProgrammerFix a bug #9020.
2006-09-19 Aiwota ProgrammerRearrange board_window.WinWrap.restore.
2006-09-19 Aiwota ProgrammerUse generator.
2006-09-19 Aiwota ProgrammerRearrange. changes are individual, do not effect other...
2006-09-19 Aiwota ProgrammerRearrange. logic is not changed.
2006-09-19 Aiwota ProgrammerChange widget name and signal handler name.
next