RCS file: /pack/cvsroots/wxwindows/wxWindows/include/wx/unix/utilsx11.h,v
retrieving revision 1.1
retrieving revision 1.2
+Checking in gtk/toplevel.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/gtk/toplevel.cpp,v <-- toplevel.cpp
+new revision: 1.37; previous revision: 1.36
+done
+Checking in unix/utilsx11.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/unix/utilsx11.cpp,v <-- utilsx11.cpp
+new revision: 1.9; previous revision: 1.8
+done
new revision: 1.128; previous revision: 1.127
done
-11 wxMotif filedialog/wildcard corrections
-
- Documented wxMotif filedialog limitations WRT wildcard syntax.
-Modified filedialog to either extract the wildcard (if only one wildcard
-is present) or assert (if more than one is present).
-
-Checking in docs/latex/wx/filedlg.tex;
-/pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/filedlg.tex,v <-- filedlg.tex
-new revision: 1.14; previous revision: 1.13
-done
-Checking in samples/dialogs/dialogs.cpp;
-/pack/cvsroots/wxwindows/wxWindows/samples/dialogs/dialogs.cpp,v <-- dialogs.cpp
-new revision: 1.88; previous revision: 1.87
-done
-cvs diff: [15:36:24] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/docs/latex/wx
-Checking in src/motif/filedlg.cpp;
-/pack/cvsroots/wxwindows/wxWindows/src/motif/filedlg.cpp,v <-- filedlg.cpp
-new revision: 1.16; previous revision: 1.15
-
12. wxStopWatch::Start() didn't resume it contrary to the docs
Checking in src/common/timercmn.cpp;
}
+22. "Remove" wxFont::GetInternalFont from wxGTK w/ GTK2
+
+CVS: [RR] wxWindows/src/gtk dcclient.cpp,1.162,1.163 font.cpp,1.69,1.70 window.cpp,1.411,1.412
+CVS: [RR] wxWindows/src/gtk choice.cpp,1.55,1.56 combobox.cpp,1.87,1.88
+CVS: [RR] wxWindows/src/gtk minifram.cpp,1.29,1.30
+ (not sure about minifram.cpp: must be checked for binary compatibility - VS)
+
+When applying, be careful to not pick later revision of font.cpp -- 2.5 doesn't
+have wxFont::GetInternalFont while 2.4 must have it because of binary
+compatibility!
+
+
+23. Use GNOME2's /usr/share/pixmaps/document-icons in wxMimeTypesManager
+
+Checking in mimetype.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/unix/mimetype.cpp,v <-- mimetype.cpp
+new revision: 1.29; previous revision: 1.28
+done
+
+
+24. Fix SetScrollbars bug. You know the one :-)
+
+Checking in src/common/wincmn.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/common/wincmn.cpp,v <-- wincmn.cpp
+new revision: 1.129; previous revision: 1.128
+done
+Checking in src/generic/scrlwing.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/generic/scrlwing.cpp,v <-- scrlwing.cpp
+new revision: 1.35; previous revision: 1.34
+done
+Checking in src/gtk/scrolwin.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/gtk/scrolwin.cpp,v <-- scrolwin.cpp
+new revision: 1.27; previous revision: 1.26
+done
+
+
+26. Fix Unicode + .wxr
+
+Using an #if wxUSE_UNICODE in include/wx/wxexpr.h, safer for
+binary compatibility.
+
+Checking in include/wx/resource.h;
+/pack/cvsroots/wxwindows/wxWindows/include/wx/resource.h,v <-- resource.h
+new revision: 1.18; previous revision: 1.17
+done
+Checking in include/wx/wxexpr.h;
+/pack/cvsroots/wxwindows/wxWindows/include/wx/wxexpr.h,v <-- wxexpr.h
+new revision: 1.19; previous revision: 1.18
+done
+cvs diff: [23:38:56] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/include/wx
+Checking in samples/resource/resource.cpp;
+/pack/cvsroots/wxwindows/wxWindows/samples/resource/resource.cpp,v <-- resource.cpp
+new revision: 1.14; previous revision: 1.13
+done
+cvs diff: [23:39:00] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/samples/resource
+Checking in src/common/resource.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/common/resource.cpp,v <-- resource.cpp
+new revision: 1.85; previous revision: 1.84
+done
+Checking in src/common/wxexpr.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/common/wxexpr.cpp,v <-- wxexpr.cpp
+new revision: 1.27; previous revision: 1.26
+done
+
+
+27. Fix assert (and crash in debug) in wxFileConfigGroup::DeleteSubgroupByName
+
+Checking in src/common/fileconf.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/common/fileconf.cpp,v <-- fileconf.cpp
+new revision: 1.93; previous revision: 1.92
+done
+
+28. Set orientation for scrolbar events
+
+Checking in src/msw/scrolbar.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/msw/scrolbar.cpp,v <-- scrolbar.cpp
+new revision: 1.24; previous revision: 1.23
+done
+
+29. Patch 664399: wxButton default size should not be adjusted
+ (wxUniv), cures overlapping buttons on e.g. wxWizard sample.
+
+Index: src/univ/button.cpp
+===================================================================
+RCS file: /pack/cvsroots/wxwindows/wxWindows/src/univ/button.cpp,v
+retrieving revision 1.15
+diff -r1.15 button.cpp
+116,117c116,117
+< s_sizeBtn.x = 8*dc.GetCharWidth();
+< s_sizeBtn.y = (11*dc.GetCharHeight())/10 + 2;
+---
+> s_sizeBtn.x = dc.GetCharWidth()*10 + 2;
+> s_sizeBtn.y = dc.GetCharHeight()*11/10 + 2;
+139,149c139,140
+< // for compatibility with other ports, the buttons default size is never
+< // less than the standard one, but not when display not PDAs.
+< if (wxSystemSettings::GetScreenType() > wxSYS_SCREEN_PDA)
+< {
+< if ( !(GetWindowStyle() & wxBU_EXACTFIT) )
+< {
+< wxSize szDef = GetDefaultSize();
+< if ( width < szDef.x )
+< width = szDef.x;
+< }
+< }
+---
+> // The default size should not be adjusted, so the code is moved into the
+> // renderer. This is conceptual wrong but currently the only solution
+
+Index: src/univ/themes/win32.cpp
+===================================================================
+RCS file: /pack/cvsroots/wxwindows/wxWindows/src/univ/themes/win32.cpp,v
+retrieving revision 1.55
+diff -r1.55 win32.cpp
+3989a3990,4001
+> // for compatibility with other ports, the buttons default size is never
+> // less than the standard one, but not when display not PDAs.
+> if (wxSystemSettings::GetScreenType() > wxSYS_SCREEN_PDA)
+> {
+> if ( !(window->GetWindowStyle() & wxBU_EXACTFIT) )
+> {
+> wxSize szDef = wxButton::GetDefaultSize();
+> if ( size->x < szDef.x )
+> size->x = szDef.x;
+> }
+> }
+>
+
+
+30. [wxMotif] Coloured stipples, don't use stipples in DoDrawText
+
+Checking in src/motif/dcclient.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/motif/dcclient.cpp,v <-- dcclient.cpp
+new revision: 1.47; previous revision: 1.46
+done
+
+
+31. [wxHTML] Fix parsing of CDATA tags and ignore <script>
+
+CVS: [VS] wxWindows/src/html htmlpars.cpp,1.29,1.30 htmltag.cpp,1.31,1.32
+CVS: [VS] wxWindows/src/html m_layout.cpp,1.17,1.18
+CVS: [VS] wxWindows/src/html htmltag.cpp,1.32,1.33
+
+
+32. Fix wxFileConfig behaviour in Unicode mode
+
+Note: this must be done a bit differently, w/o wxFileConfig::m_conv!
+CVS: [VS] wxWindows/include/wx fileconf.h,1.39,1.40
+CVS: [VS] wxWindows/src/common fileconf.cpp,1.93,1.94
+CVS: [VS] wxWindows/include/wx strconv.h,1.12,1.13
+CVS: [VS] wxWindows/src/common strconv.cpp,1.71,1.72
+
+33. Fix memory leak in wxMimeTypesManager
+
+http://sf.net/tracker/index.php?func=detail&aid=685580&group_id=9863&atid=309863
+
+Checking in src/unix/mimetype.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/unix/mimetype.cpp,v <-- mimetype.cpp
+new revision: 1.32; previous revision: 1.31
+done
+
+34. Fix memory leak in generic wxFileDialog
+
+http://sf.net/tracker/index.php?func=detail&aid=696164&group_id=9863&atid=309863
+
+Checking in src/generic/filedlgg.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/generic/filedlgg.cpp,v <-- filedlgg.cpp
+new revision: 1.84; previous revision: 1.83
+done
+
+33. Add support for GTK2 label mnemonics (patch #689573)
+
+CVS: [VS] wxWindows/src/gtk button.cpp,1.53,1.54 checkbox.cpp,1.52,1.53 control.cpp,1.26,1.27 radiobut.cpp,1.42,1.43
+CVS: [VS] wxWindows/include/wx/gtk control.h,1.16,1.17
+CVS: [VS] wxWindows/docs changes.txt,1.255,1.256
+CVS: [VS] wxWindows/src/gtk control.cpp,1.27,1.28
+
+34. Accept '\r' as delimiter when parsing dates (bug #684617)
+
+CVS: [VZ] wxWindows/src/common datetime.cpp,1.73,1.74
+
+35. Fix wxFontEncoding values:
+
+make wxFONTENCODING_EUC_JP == wxFONTENCODING_UTF8 + 1 in wx/fontenc.h
+
+http://sf.net/tracker/index.php?func=detail&aid=703260&group_id=9863&atid=109863
+
+36. Add SetFonts to wxHTML printing classes; SetFonts(a,b,NULL) can be used
+to set default sizes now.
+
+(Do not apply wxHtmlEasyPrinting part of this changes!)
+
+Checking in src/html/winpars.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/html/winpars.cpp,v <-- winpars.cpp
+new revision: 1.38; previous revision: 1.37
+done
+Checking in src/html/htmprint.cpp;
+/pack/cvsroots/wxwindows/wxWindows/src/html/htmprint.cpp,v <-- htmprint.cpp
+new revision: 1.29; previous revision: 1.28
+done
+cvs diff: [21:30:15] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/src/html
+Checking in samples/html/printing/printing.cpp;
+/pack/cvsroots/wxwindows/wxWindows/samples/html/printing/printing.cpp,v <-- printing.cpp
+new revision: 1.9; previous revision: 1.8
+done
+cvs diff: [21:30:19] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/samples/html/printing
+Checking in include/wx/html/htmldefs.h;
+/pack/cvsroots/wxwindows/wxWindows/include/wx/html/htmldefs.h,v <-- htmldefs.h
+new revision: 1.8; previous revision: 1.7
+done
+Checking in include/wx/html/htmlwin.h;
+/pack/cvsroots/wxwindows/wxWindows/include/wx/html/htmlwin.h,v <-- htmlwin.h
+new revision: 1.35; previous revision: 1.34
+done
+Checking in include/wx/html/htmprint.h;
+/pack/cvsroots/wxwindows/wxWindows/include/wx/html/htmprint.h,v <-- htmprint.h
+new revision: 1.13; previous revision: 1.12
+done
+Checking in include/wx/html/winpars.h;
+/pack/cvsroots/wxwindows/wxWindows/include/wx/html/winpars.h,v <-- winpars.h
+new revision: 1.18; previous revision: 1.17
+done
+Checking in docs/changes.txt;
+/pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt
+new revision: 1.258; previous revision: 1.257
+done
+Checking in docs/latex/wx/htwindow.tex;
+/pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/htwindow.tex,v <-- htwindow.tex
+new revision: 1.27; previous revision: 1.26
+done
+Checking in docs/latex/wx/htwinprs.tex;
+/pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/htwinprs.tex,v <-- htwinprs.tex
+new revision: 1.19; previous revision: 1.18
+done
+Checking in docs/latex/wx/htprint.tex;
+/pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/htprint.tex,v <-- htprint.tex
+new revision: 1.7; previous revision: 1.6
+done
+Checking in docs/latex/wx/htdcrend.tex;
+/pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/htdcrend.tex,v <-- htdcrend.tex
+new revision: 1.8; previous revision: 1.7
+done