2008-12-04 |
Vadim Zeitlin | fix handling of abandoned mutexes in wxMutex::Wait... |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Vadim Zeitlin | don't call DragFinish() before calling DragQueryPoint... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Vadim Zeitlin | forgot to update after renaming wxHeaderCtrlColumn... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Vadim Zeitlin | define HDS_FLAT not defined in VC6 headers |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Vadim Zeitlin | also disable the test of the generic version as it... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Vadim Zeitlin | disable generic version, it's not ready to be committed... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Vadim Zeitlin | extract (and expand and clean up and document) the... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Francesco Montorsi | document the wxArtID and wxArtClient types; they help... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Francesco Montorsi | remove the implementation of the conversion operators... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Vadim Zeitlin | fix syntax error |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Julian Smart | Added Undo, Redo accelerators for wxRTC |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Vadim Zeitlin | compilation fixes for PCH-less build after r57074 |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Jouk Jansen | Update OpenVMS compile support |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Francesco Montorsi | fix background repainting under wxMSW (not sure this... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Vadim Zeitlin | Doxygen markup corrections after last change |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Michael Wetherell | Switch off the tests on Windows and switch back on... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Vadim Zeitlin | another compilation fix for wxStrlcpy use in STL Unicod... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Francesco Montorsi | make WX_UNICODE default to 1 since ASCII build is now... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Francesco Montorsi | document GetWheelAxis |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Francesco Montorsi | fix typo making wxGrid crash upon usage of PgDown:... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Jaakko Salli | Implement ability to rapidly change spin value of SpinC... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Francesco Montorsi | add GetValue,GetRange and GetMessage helpers |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Vadim Zeitlin | replace asserts in XRC code with wxLogError/Warning... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Vadim Zeitlin | add support for creating drop down toolbar buttons... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Vadim Zeitlin | no changes, just added a TODO comment |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Vadim Zeitlin | show the use of check and radio items in the toolbars |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Francesco Montorsi | document the main event table macros, wxEventType,... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Francesco Montorsi | fix #4754 providing better description of how to set... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Jouk Jansen | Update OpenVMS compile support |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Vadim Zeitlin | compilation fix for wxStrlcpy use in STL Unicode build |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Vadim Zeitlin | better documentation for wxEvent ctor |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Francesco Montorsi | document wx[US]Char and wxStringCharType typedefs;... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Francesco Montorsi | initial declaration of wx*Char*Buffer and wxUniChar... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Francesco Montorsi | add 'redirection page' for wxULongLong |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Francesco Montorsi | add @deprecated tag |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Francesco Montorsi | remove wxNotebookSizer; it's not in wx anymore |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Francesco Montorsi | committing the slightly-modified patch by R.U.10 for... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Francesco Montorsi | adding a new topic overview about writing custom widget... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Francesco Montorsi | use sections and an initial TOC like all other overviews |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Francesco Montorsi | put wxURI under networking group, next to wxURL |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Paul Cornett | fix for uninitialized alpha being used to create mask... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Francesco Montorsi | create better QCH files |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Vadim Zeitlin | demonstrate column reordering -- currently it demonstra... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Vadim Zeitlin | don't make wxGridTableBase::IsEmptyCell() pure virtual... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Vadim Zeitlin | don't make wxGridTableBase::IsEmptyCell() pure virtual... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Vadim Zeitlin | removed small and tabular grid tests which didn't seem... |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Francesco Montorsi | document default ctor |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Vadim Zeitlin | really fix the typo in the message |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Francesco Montorsi | typo fix |
commit | commitdiff | tree | snapshot |
2008-11-30 |
Vadim Zeitlin | fix typo in new wxVector(size_t, T) ctor |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Vadim Zeitlin | compilation fix after making wxSocketImpl derive from... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Vadim Zeitlin | replace the mismatched new[]/delete (bug #10234) with... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Vadim Zeitlin | add wxVector(size_t size[, const value_type& value... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Vadim Zeitlin | cleanup the Win32 window classes registration code... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Vadim Zeitlin | more updates after r57026 change to app.cpp |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Vadim Zeitlin | update after r57026 change to app.cpp |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Vadim Zeitlin | get rid of CE-specific code for class name registration... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Vadim Zeitlin | don't reuse the double click handled in activation... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Vadim Zeitlin | correct CalcSizeFromPage() for multiline notebooks... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Vadim Zeitlin | add safe wxStrlcpy() function and replaced all wxStrncp... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Vadim Zeitlin | don't use wxChar arrays and wxStrncpy (especially as... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Vadim Zeitlin | properly NUL-terminate the string when using strncpy... |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Francesco Montorsi | add GetSize also to wxGDIImage since wxBitmap under... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Francesco Montorsi | fix wrong placement of the @apperance tag previously... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Francesco Montorsi | remove @appearance tag from abstract classes; add the... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Francesco Montorsi | fix crash caused by cancelling querybitmap dialog;... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Francesco Montorsi | provide GetSize() getters in wxBitmap and wxImage |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Francesco Montorsi | return wxDefaultSize (as done in all other platforms... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Vadim Zeitlin | remove wxVSCROLL from wxMessageDialog style (left over... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Francesco Montorsi | move style table in the detailed description like for... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Francesco Montorsi | restore correct doctype |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Francesco Montorsi | added the possibility (for doxygen >= 1.5.7.1) to gener... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Francesco Montorsi | make more readable the checks for incoherent style... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Francesco Montorsi | internal variables of wxFileHistory are protected,... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Francesco Montorsi | no change; just reformat wxThreadHelper::KillThread... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Francesco Montorsi | deprecate Create() function in favour of CreateThread... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Julian Smart | Compile fix |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Julian Smart | Fixed centering and right-justification when combined... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Vadim Zeitlin | remove wxSocketManager::CreateSocket() function, we... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Vadim Zeitlin | move enabled callbacks flag down to wxSocketImplUnix... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Vadim Zeitlin | make wxSocketImplUnix inherit from wxFDIOHandler as... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Vadim Zeitlin | no real changes, just moved wxSocketImplUnix ctor inline |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Vadim Zeitlin | also rename gsocketiohandler.* to socketiohandler.... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Vadim Zeitlin | rename various gsock* files to sock* (except for MSW... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Vadim Zeitlin | Streamline wxSocket code: wxSocketBase now uses wxSocke... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Julian Smart | Fixed inability to select no superscript and no subscri... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Julian Smart | wxRichTextCtrl no longer deletes a character when conte... |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Julian Smart | Fixed HTML list output |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Vadim Zeitlin | fix g++ warning about assigning NULL to a non-pointer |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Paul Cornett | fix for shown TLW having m_isShown == false, #9909 |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Vadim Zeitlin | document column reordering in wxListCtrl; fix confusion... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Francesco Montorsi | make wxThread::OnExit private and not public (change... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Francesco Montorsi | added GetKind getter |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Francesco Montorsi | clarified that Raise() and Lower() only work for wxTopL... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Francesco Montorsi | added note about GetTimestamp() (fixes #1986) |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Francesco Montorsi | documented the wxDCBrushChanger, wxDCPenChanger, wxDCTe... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Vadim Zeitlin | remove apparently unused file (src/osx/core/gsocket... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Vadim Zeitlin | remove unused callback and data variables |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Vadim Zeitlin | move wx/gsocket.h to wx/private/gsocket.h |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Vadim Zeitlin | don't include (private) wx/gsocket.h from public header... |
commit | commitdiff | tree | snapshot |
next |