nobody at rubyforge.org
2007-May-07 20:25 UTC
[Wxruby-development] [1017] trunk/wxruby2/Changelog: Update changelog with 0.0.40 changes
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } #msg dt { float: left; width: 6em; font-weight: bold; } #msg dt:after { content:'':'';} #msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } #msg dl a { font-weight: bold} #msg dl a:link { color:#fc3; } #msg dl a:active { color:#ff0; } #msg dl a:visited { color:#cc6; } h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } #msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; } #msg ul, pre { overflow: auto; } #header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } #patch { width: 100%; } #patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;} #patch .propset h4, #patch .binary h4 {margin:0;} #patch pre {padding:0;line-height:1.2em;margin:0;} #patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;} #patch .propset .diff, #patch .binary .diff {padding:10px 0;} #patch span {display:block;padding:0 10px;} #patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[1017] trunk/wxruby2/Changelog: Update changelog with 0.0.40 changes</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>1017</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-05-07 16:25:52 -0400 (Mon, 07 May 2007)</dd> </dl> <h3>Log Message</h3> <pre>Update changelog with 0.0.40 changes</pre> <h3>Modified Paths</h3> <ul> <li><a href="#trunkwxruby2Changelog">trunk/wxruby2/Changelog</a></li> </ul> </div> <div id="patch"> <h3>Diff</h3> <a id="trunkwxruby2Changelog"></a> <div class="modfile"><h4>Modified: trunk/wxruby2/Changelog (1016 => 1017)</h4> <pre class="diff"><span> <span class="info">--- trunk/wxruby2/Changelog        2007-05-05 17:16:27 UTC (rev 1016) +++ trunk/wxruby2/Changelog        2007-05-07 20:25:52 UTC (rev 1017) </span><span class="lines">@@ -1,3 +1,65 @@ </span><ins>+=== 0.0.40 tag on 2007-05-07 included all of this: ==+- Remove unnecessary director methods in StatusBar, fixing error in samples (AF) +- Clarification to Sizer#remove docs (AF) +- Corrected Image documentation (SL) +- Added IMAGE_QUALITY constants (SL) +- Require wxWidgets 2.8.3 (AF) +- Additional VERSION constants from Wx, fix hardcoded WXWIDGETS_VERSION +- Default arguments for Pen constructor (AF) +- More 2.8 methods for TopLevelWindow, Window (AF) +- fixed evt_window_destroy and evt_window_create (AF) +- fixed samples to use paint method rather than DC directly (AF) +- Fixes for memory errors and windows crashes with PaintDC, doc (AF/Artur Kuptel) +- Prevent direct instantiation of ClientDC and PaintDC (AF) +- Make Window#paint work consistently inside and outside evt_paint (AF) +- Fix for crasher with ComboBox#get_selection, rename method (AF) +- Fix for XRC error in Linux listbook sample (AF) +- Enable no-arg constructor for Frame for use with XRC (AF) +- Fix for Window#get_handle (AF) +- Remove deprecated DC#begin/end_drawing (AF) +- Fix AUI compilation on Windows, remove odbc linking (AF) +- Add check_spelling method (SL) +- Cleanup/corrections for Window and ControlWithItems docs (SL) +- Added missing TIMER constants (SL) +- Fix some rakefile warnings (AF) +- Correct documentation for ListBox (AF) +- Misc documentation fixes (SL) +- Fix spelling mistake in dialog sample doc (SL) +- Add correct documentation for XRC#load_*_subclass (SL) +- Add constant for Targa image files (AF) +- Make GC_NEVER unlink objects (AF) +- Use 2.8 API for loading zipped archives (AF) +- 2.8 API : UpdateUIEvent, TreeEvent, Event (AF) +- 2.8 API for GenericDirCtrl, fix TreeItemId mapping (AF) +- 2.8 API : Image, Icon, Grid, Gauge, +- Change over all classes in 2.8 that now use is_ok rather than ok, samples (AF) +- Rename SplitterWindow#initialize to #init for consistency (SL) +- Cure a segfault on exit related to GC''ing of Wx::App (AF) +- Correct ListBox#get_selections signature in docs (AF) +- Disambiguate TreeCtrl#insert_item_before, add to docs (SL) +- Fix bugs in treectrl sample (SL) +- 2.8 API: DC, Dialog, DirDialog, Cursor (AF) +- Enable get_number_from_user function, fixing dialogs sample (AF) +- Added the AUI classes, docs and sample (AF) +- Corrected disambiguated method names in ComboBox docs (AF) +- Added note on use of ampersand in Wx::Control labels (AF) +- 2.8 API: Control, ComboBox, Colour (AF) +- Fixes to printing sample for 2.8 API (AF) +- Fix compile error on Mac with wxFontDialog (SL) +- Some tweaks to the grid and wizard smaples (SL) +- Fix Stock Object initialization in App.i for 2.8 (AF) +- Added DISOWN typemap to fix Caret crash on exit (AF) +- Added DISOWN typemap to fix GriDCellRenderer-related crash (AF) +- Fix Window#GetChildren method for 2.8 (AF) +- 2.8 API: Window, BitmapButton, Bitmap, AcceleratorTable +- Fix crash on exit in fixdeleting.rb (Artur Kuptel) +- Prevent SWIG generating wrappers for ClientData methods (Artur Kuptel) +- Deleting fix for specific Director classes (Artur Kuptel) +- 2.8 Compile fixes for Win32 (Artur Kuptel) +- 2.8 Compile fixes for OS X (AF) +- 2.8 API additions for many classes (Artur Kuptel) +- Ensure built-in libraries used on Linux, enable Scintilla on Linux (AF) +         </ins><span class="cx"> === 0.0.39 tag on 2007-03-12 included all of this: ==</span><span class="cx"> - Added grid sample (Alex Fenton) </span><span class="cx"> - Fix GC-related segfaults related to GridCellAttr and GridCellEditor (Alex Fenton) </span></span></pre> </div> </div> </body> </html>
Apparently Analagous Threads
- wxRuby2 preview 0.0.40 released
- [879] trunk/wxruby2/Changelog: Prepare to tag for 0.0.39 release
- [877] trunk/wxruby2/Changelog: Update with 0.0.39 changes; correct last version number
- [890] branches/wxruby2/wxwidgets_282/swig/fixdeleting.rb: Fix crash on exit (Artur Kuptel)
- [888] branches/wxruby2/wxwidgets_282/swig/shared/treeitemid_typemaps.i: Fix compile warning for TreeItemId typemap (Artur Kuptel)