2006-04-04 |
Mart Raudsepp | gdk_bitmap/pixmap_unref -> gdk_drawable_unref |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Mart Raudsepp | gdk_draw_pixmap -> gdk_draw_drawable |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Mart Raudsepp | gdk_window_copy_area(drawable,gc,x,y,source_drawable... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Mart Raudsepp | gdk_window_get_visual -> gdk_drawable_get_visual |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Vadim Zeitlin | MB2WC/WC2MB are not pure virtual any longer, implement... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Vadim Zeitlin | added new To/FromWChar() API with more reasonable seman... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Vadim Zeitlin | renamed GetMinMBCharWidth() to GetMBNulLen(), made... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Vadim Zeitlin | fixed LaTeX markup to suit tex2rtf |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Václav Slavík | added ParseInnerSource() to make <pre>-like parsing... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Włodzimierz... | Warning fix. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Mart Raudsepp | Sync wxGTK docs from WX_2_6_BRANCH to HEAD |
commit | commitdiff | tree | snapshot |
2006-04-03 |
David Surovell | minor cleanup - reformatting |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | Apple gcc compilation fixes: for it size_t and unsigned... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | fixed wxMBConv_iconv to work with UTF-16/32 |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | properly terminate UTF-32 test string |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | compilation fix for iconv call |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Julian Smart | Corrected index passed |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | added filename comparison test |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | replaced recently added wxMBConv::GetMBNul() with a... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | added wxBuffer::reset() |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | added UTF-32 test |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | added test UTF-16 string with embedded NUL NUL which... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | added test UTF-16 string with embedded NUL NUL not... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Kevin Hock | Make the Connect that also takes a local bind port... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | document missing default parameters in ctor (patch... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | don't crash when loading images with verbose==false... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | report error for GIF images without CLEAR code in the... |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | use proper dllexport declaration with _WX_LIST_HELPER_ |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | added wxTimeSpan::Millisecond[s]() for consistency |
commit | commitdiff | tree | snapshot |
2006-04-02 |
Vadim Zeitlin | seconds and milliseconds in wxTimeSpan ctor should... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Julian Smart | Reset the position when auto-sizing toolbar |
commit | commitdiff | tree | snapshot |
2006-04-01 |
David Surovell | fix compilation problem in prior commit |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Vadim Zeitlin | let the UTF7 test fail but not crash |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Vadim Zeitlin | fixed wxMBConv_iconv::GetMBNul() |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Vadim Zeitlin | regenerated to add textfiletest |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Vadim Zeitlin | Unix compilation fixes after last commit |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Vadim Zeitlin | added NUL command |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Vadim Zeitlin | Described in the comments and documented the semantics... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Vadim Zeitlin | made DoTestConversion() work with strings containing... |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Vadim Zeitlin | added extend() method which realloc()s the buffer |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | default ctor should create an empty/uninitialized buffe... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Robin Dunn | Fixed the equality and inequality operators for some... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Robin Dunn | Fixed problem in wx.lib.splitter when used on 64-bit... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | added missing licence information |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | undid last (wrong) change to wxMBConvUTF16swap::MB2WC... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | added UTF16 test |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | fixed fatal buffer overwrite in wxMBConvUTF16swap:... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | detect some invalid UTF7 strings when decoding them... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | test predefined wxConvUTF[78] too |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | the expected test result was wrong, corrected; also... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | fixed if/idef wxHAVE_U_ESCAPE mixup |
commit | commitdiff | tree | snapshot |
2006-03-31 |
David Surovell | simplify KeywordSearch; cleanup and reformat |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Włodzimierz... | Build fix for 2.6 compatibility off. |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Włodzimierz... | Removed every usage of obsolete wxTLW flags. 2.6 compat... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | use wxHAVE_U_ESCAPE to accomodate old compilers |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | enable tests using \u escapes for VC7; replaced compile... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | really pass the proper output buffer size in wxMBConv_w... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | pass proper output buffer size in round trip conversion... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | moved wide char conversion tests to their own file |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | removed wxTextFile test case, what was it doing here? |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Roman Rolinsky | version 0.1.7-3 |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Roman Rolinsky | ignore wrong colour spec |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Roman Rolinsky | fix for copy/paste to work with i18n |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | added tests for UTF8 and UTF16 files |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | don't give error when reading empty file in Unicode... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | Unicode compilation fixes |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | rewrote Read() to slurp all the file at once to avoid... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | added unit test for wxTextFile (reading only for now) |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Włodzimierz... | Better backward compatibility and deprecation markup... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | also link in ODBC lib if wxUSE_ODBC (patch 1457800) |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | use wx/dynlib.h and not wx/dynload.h (patch 1448691) |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Vadim Zeitlin | added #if wxUSE_CONSTRAINTS around the whole file ... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Vadim Zeitlin | don't compile DirectDraw code when wxUSE_DIRECTDRAW... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Jamie Gadd | Include compatibility guard for int GetItemSpacing... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Robert Roebling | Fix previous crashes when scrolling generic version |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Kevin Hock | Fix GetTraits() check for event loop in wxSocketBase... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Robert Roebling | Fix wxListCtrl in-place editing (to not crash |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Vadim Zeitlin | don't process previously read characters twice in OnRead() |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Włodzimierz... | Better backward compatibility and deprecation markup... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Julian Smart | Unicode correction |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Julian Smart | Generate Mac bundle for helpview |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Robert Roebling | Use memcpy instead of strcpy. |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Julian Smart | Reverted wxChoice size fix due to problems in W2K and... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Robin Dunn | Need to tell which object to Destroy() |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Robin Dunn | Fixed reference leak in wx.gizmos.TreeListCtrl.GetSelec... |
commit | commitdiff | tree | snapshot |
2006-03-29 |
David Surovell | simplify OnActivate menubar install code |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Stefan Csomor | formatting and native HIView compilation fixes |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Stefan Csomor | clean-up and fix |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Václav Slavík | made WX_CONFIG default configurable |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Vadim Zeitlin | don't use -- inside XML comments, this is not allowed |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Vadim Zeitlin | added func parameter to wxOnAssert |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Vadim Zeitlin | don't return void values |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Vadim Zeitlin | wxUSE_STL==1 compilation fix |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Robin Dunn | Added GetResourcesDir and GetLocalizedResourcesDir to |
commit | commitdiff | tree | snapshot |
2006-03-28 |
David Surovell | fix null-deref |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Robin Dunn | Some tweaks to build hosts and tasks |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Robin Dunn | avoid assert in wxMac port, only change the font point... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Robin Dunn | Updated 2.6.3.0's CHANGES |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Robin Dunn | install the analogclock package |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Vadim Zeitlin | really disable wxUSE_DISPLAY for wxMGL and wxOS2 |
commit | commitdiff | tree | snapshot |
next |