2010-03-22 |
Vadim Zeitlin | Fix the selection validity check in wxSingleChoiceDialog. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Francesco Montorsi | reorder GetLabel(), GetLabelText(), SetLabel() and... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Vadim Zeitlin | Correct wxFILTER_DIGITS handling broken by r63582. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Vadim Zeitlin | Add initial selection parameter to wxGetSingleChoice... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Vadim Zeitlin | Don't leak m_protocol in wxURL. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Jaakko Salli | Make wxPGVFBFlags an unsigned char define instead of... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Remove obsolete parts of wxPageSetupDialog documentation. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Add wxMessageDialog::GetEffectiveIcon() and use it... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Remove unused and empty src/x11/joystick.cpp file. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Rename wxWindow::GetMainWindow() to X11GetMainWindow... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Fix a couple of harmless unused parameter warnings... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | De-TAB-bed src/x11/pango_x.cpp. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Fix some harmless unused parameter warnings. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Check whether SA_RESTART is defined and don't use it... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Include sys/time.h from threadpsx.cpp for all systems. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Add support for QNX to dialup detection code. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Always include sys/time.h and sys/select.h from selectd... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Define wxGraphicsRenderer::GetDefaultRenderer() for... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Vadim Zeitlin | Remove duplicate variable definition. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Francesco Montorsi | Fix various doxygen warnings |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Vadim Zeitlin | Postpone initialization of owner-drawn menu metrics. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Jaakko Salli | Clarify documentation for wxPropertyGridEvent::GetPrope... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Vadim Zeitlin | Return exit code as signed integer from wxExecute(wxEXE... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Vadim Zeitlin | Ensure that setting wxChoice height to its default... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Vadim Zeitlin | Remove wxAuiProportionalBoxSizer hack and replace it... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Vadim Zeitlin | Fix box sizer layout algorithm to respect both proporti... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Vadim Zeitlin | Ensure that size in the minor direction of box sizer... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Vadim Zeitlin | Ensure that size in the major direction of box sizer... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Vadim Zeitlin | Add (a very simple for now) wxBoxSizer unit test. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Vadim Zeitlin | Czech translation update from Herbert Breunung. |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Jaakko Salli | Use explicit wxPGPropertyFlags enum type with wxPGPrope... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Stefan Csomor | fixing non-precomp builds |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Stefan Csomor | adding proper removal of observer for stacked event... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Stefan Csomor | streamlining OSX event support third step, using platfo... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Robert Roebling | Don't use grouping of different methods as this creates... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Vadim Zeitlin | Add white outline to bulls eye cursor used under MSW. |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Vadim Zeitlin | Initialize picker style in native GTK file/dir pickers. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Stefan Csomor | streamlining OSX event support second step, moving... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Stefan Csomor | streamlining OSX event support first step, see #11805... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Jaakko Salli | Fixed label editor position for child properties |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Vadim Zeitlin | Fix test for compilers not supporting \u escapes in... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Vadim Zeitlin | Set correct properties for the new file added in r63660. |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Vadim Zeitlin | Use an appropriate icon automatically in wxMSW wxMessag... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Vadim Zeitlin | Document that message box with wxYES_NO but without... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Vadim Zeitlin | Add a "not specified" icon style to the message box... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Vadim Zeitlin | Use event tables instead of Bind() in uiaction sample. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Vadim Zeitlin | Add minimal support for QNX to configure. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Jaakko Salli | Fixed property editor re-positioning when additional... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Vadim Zeitlin | Revert unneeded fix for list control headers from r63177. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Vadim Zeitlin | Correct query for formats supported by wxDataObject... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Francesco Montorsi | Fix function wxControlBase::DoEllipsizeSingleLine to... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Francesco Montorsi | no real changes, just rename the variables to make... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Vadim Zeitlin | Use _UNICODE instead of UNICODE in wx/msw/winundef.h. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Vadim Zeitlin | Another German translation update from Herbert Breunung. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Vadim Zeitlin | Use correct style for the dialog shown by generic file... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Václav Slavík | Fix wxTlsValue<> memory leaks. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Stefan Csomor | pending events detected didn't work properly, go the... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Francesco Montorsi | Provide more details about the major and minor version... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Vadim Zeitlin | German translations update from Herbert Breunung. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Vadim Zeitlin | Skip wxChildFocusEvent in wxAuiNotebook handler. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Vadim Zeitlin | Show pages icons in window list menu in wxAuiNotebook. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Kevin Ollivier | Add uncommitted uiaction `sample bakefiles. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Kevin Ollivier | Rebake after wxUIActionSimulator addition. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Kevin Ollivier | Adding wxUIActionSimulator, a class for programmaticall... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Vadim Zeitlin | Reset wxAuiNotebook selection to wxNOT_FOUND if it... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Kevin Ollivier | A call to wxPopupWindow::Show shouldn't automatically... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Kevin Ollivier | Add git source control dirs to the list of excludes. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Kevin Ollivier | Add create-archive.py to wx source tree. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Vadim Zeitlin | Don't store header height in generic wxListCtrl member... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Vadim Zeitlin | Fix toggling the header in the generic wxListCtrl. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Vadim Zeitlin | Don't stop dragging in the grid when the mouse leaves... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Vadim Zeitlin | Fix memory leak in wxDataViewListStore::DeleteItem(). |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Vadim Zeitlin | Correct IsMaximized() in wxOSX for non-resizable windows. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Vadim Zeitlin | Make the code more clear in aui sample and avoid g... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Vadim Zeitlin | Implement wxBookCtrlBase::CalcSizeFromPage() in the... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Vadim Zeitlin | Avoid conflict between accelerators in the notebook... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Vadim Zeitlin | No changes, just remove redundant GetControllerSize... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Vadim Zeitlin | Correct controller size determination in wxToolbook. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Vadim Zeitlin | Use wxWindow::ReleaseMouse() instead of MSW ::ReleaseCa... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Francesco Montorsi | define TARGET_CPU (as a variable) also for formats... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Jaakko Salli | Moved property unattachment code from wxPropertyGridInt... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Stefan Csomor | no existing on iphone |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Stefan Csomor | fixing leak, fixes #11781 |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Stefan Csomor | fixing leak, fixes #11782 |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Stefan Csomor | using native fullscreen support and ShowEvent triggers |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Stefan Csomor | fixing warning |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Stefan Csomor | make sure ShowEvent doesn't get triggered to early... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Vadim Zeitlin | Allow using version-specific vc prefix in msvc/wx/setup.h. |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Vadim Zeitlin | Use correct directory names in msvc/wx/setup.h for... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Vadim Zeitlin | Added Arabic translation from Abdullah Abouzekry. |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Vadim Zeitlin | Fix wxCommandProcessor compilation with wxUSE_ACCEL==0. |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Robin Dunn | Layout the immediate parent of the info bar as describe... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Vadim Zeitlin | Document that images in buttons and menus might not... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Francesco Montorsi | add 64bit support to those formats which I could test... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Francesco Montorsi | (minor change) update list of supported Windows versions |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Vadim Zeitlin | Use user locale with Latin-1 as fallback for command... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Vadim Zeitlin | Don't use m_macToolbar in wxOSX wxToolBar if it is... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Vadim Zeitlin | Enclose code using m_macToolbar in #if wxOSX_USE_NATIVE... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Robin Dunn | Document GetBitmapMargins |
commit | commitdiff | tree | snapshot |
2010-03-01 |
Vadim Zeitlin | Fix crash when accessing clipboard before entering... |
commit | commitdiff | tree | snapshot |
next |