2008-11-10 |
Robert Roebling | Added wxChoice renderer to wxDataViewCtrl |
tree | commitdiff |
2008-11-09 |
Francesco Montorsi | use wxEventType coherently with the docs |
tree | commitdiff |
2008-11-09 |
Francesco Montorsi | another wxFont OS2 blind build fix |
tree | commitdiff |
2008-11-08 |
Vadim Zeitlin | fix race condition which could result in assert failure... |
tree | commitdiff |
2008-11-08 |
Francesco Montorsi | blind fix based on buildbot logs |
tree | commitdiff |
2008-11-08 |
Vadim Zeitlin | release the mouse in wxGrid dtor to avoid asserts when... |
tree | commitdiff |
2008-11-07 |
Francesco Montorsi | fix build |
tree | commitdiff |
2008-11-07 |
Bryan Petty | Prevent activation of the AUI hint window (mini frame... |
tree | commitdiff |
2008-11-06 |
Vadim Zeitlin | check for NULL pointer in IsExtensionInList() |
tree | commitdiff |
2008-11-06 |
Jaakko Salli | Removed property editor validation failure assertions... |
tree | commitdiff |
2008-11-06 |
Jouk Jansen | changing depricated font-family enums into current... |
tree | commitdiff |
2008-11-05 |
Jouk Jansen | inserting generic mdi for OpenVMS Motif support |
tree | commitdiff |
2008-11-05 |
Jouk Jansen | romoving motif-mdi for OpenVMS compile support |
tree | commitdiff |
2008-11-05 |
Vadim Zeitlin | remove Motif MDI files not used any longer |
tree | commitdiff |
2008-11-04 |
Vadim Zeitlin | Review/simplify/cleanup MDI classes for all platforms... |
tree | commitdiff |
2008-11-04 |
Vadim Zeitlin | fix wxXPMDataHandler silently broken by long->wxBitmapT... |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | build fix |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | build fixes |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | build fixes |
tree | commitdiff |
2008-11-03 |
Vadim Zeitlin | don't crash trying to draw buttons with invalid bitmaps... |
tree | commitdiff |
2008-11-03 |
Vadim Zeitlin | fix (harmless) unused variable warning |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | fix the incoherence pointed out by ifacecheck between... |
tree | commitdiff |
2008-11-03 |
Jaakko Salli | Moved Get/SetPropertyText/BackgroundColour() member... |
tree | commitdiff |
2008-11-02 |
Francesco Montorsi | declare all NameStr[] strings as const char using the... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | remove tests for bool and {const,static,reinterpret... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | resolve the DLL linking problems with MSVC due to use... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | fix (justified) warnings about potential use of uniniti... |
tree | commitdiff |
2008-11-01 |
Jaakko Salli | In composed string values, entry for last children... |
tree | commitdiff |
2008-11-01 |
Jaakko Salli | It was not possible to set value of unspecified child... |
tree | commitdiff |
2008-11-01 |
Jaakko Salli | Fix various warnings that only appear for release builds |
tree | commitdiff |
2008-10-31 |
Jaakko Salli | Reworked wxPGCell. It is now reference counted, and... |
tree | commitdiff |
2008-10-31 |
Václav Slavík | wxTLW: don't assert when setting null icons initially... |
tree | commitdiff |
2008-10-31 |
Václav Slavík | fix toolbar buttons so that they don't disappear tempor... |
tree | commitdiff |
2008-10-31 |
Paul Cornett | make sure update UI handlers are called for accelerator... |
tree | commitdiff |
2008-10-30 |
Vadim Zeitlin | fix linking problems due to MSVC implicitly considering... |
tree | commitdiff |
2008-10-30 |
Václav Slavík | wxHTML: don't include extra whitespace in table cells |
tree | commitdiff |
2008-10-30 |
Vadim Zeitlin | VC6 compilation fix after last change (thanks buildbot) |
tree | commitdiff |
2008-10-29 |
Vadim Zeitlin | use buffered streams to reduce the number of TCP packet... |
tree | commitdiff |
2008-10-29 |
Vadim Zeitlin | provide ctors allowing to specify the non-default buffe... |
tree | commitdiff |
2008-10-29 |
Vadim Zeitlin | added wxDocument::AlreadySaved() and use it in OnUpdate... |
tree | commitdiff |
2008-10-29 |
Vadim Zeitlin | fix assert when adding an entry to an already full... |
tree | commitdiff |
2008-10-29 |
Jouk Jansen | Update OpenVMS compile support (problem cairo logical) |
tree | commitdiff |
2008-10-28 |
Francesco Montorsi | move wxVListBoxNameStr into vlbox.cpp source file ... |
tree | commitdiff |
2008-10-28 |
Francesco Montorsi | make IsKindOf() taking a const wxClassInfo* instead... |
tree | commitdiff |
2008-10-28 |
Václav Slavík | fixed interpretation of line breaks in <pre> to conform... |
tree | commitdiff |
2008-10-28 |
Vadim Zeitlin | no real changes, just reformat before starting really... |
tree | commitdiff |
2008-10-27 |
Vadim Zeitlin | don't sleep too long to avoid missing the timers; added... |
tree | commitdiff |
2008-10-27 |
Vadim Zeitlin | don't save the initial selection if it's invalid in... |
tree | commitdiff |
2008-10-27 |
Vadim Zeitlin | disable workaround for lack of alpha support in native... |
tree | commitdiff |
2008-10-27 |
Jaakko Salli | Removed dummy wxFont == operator implementation (IIRC... |
tree | commitdiff |
2008-10-27 |
Robert Roebling | Set cursor to <from> in wxTextCtrk::SetSelection |
tree | commitdiff |
2008-10-27 |
Robert Roebling | Disable focus out events during menu popup |
tree | commitdiff |
2008-10-27 |
Robert Roebling | Added method to disable focus_out handling temporarily |
tree | commitdiff |
2008-10-25 |
Vadim Zeitlin | rename ca@valencian description to "Valencian (Southern... |
tree | commitdiff |
2008-10-23 |
Vadim Zeitlin | fix a couple of typos pointed out by a translator |
tree | commitdiff |
2008-10-22 |
Robert Roebling | Ticket #10108 (bitmap from wxImage depth regression) |
tree | commitdiff |
2008-10-22 |
Jaakko Salli | Merged wxBaseEnumPropertyClass (intermediate property... |
tree | commitdiff |
2008-10-21 |
Robert Roebling | Correct TAB handling for generic wxDataViewCtrl |
tree | commitdiff |
2008-10-21 |
Jaakko Salli | Removed deprecated functions wxPGChoices::HasValue... |
tree | commitdiff |
2008-10-21 |
Jaakko Salli | Added workaround for wxGTK tab traversal problem |
tree | commitdiff |
2008-10-20 |
Jaakko Salli | User should no longer be able to modify disabled or... |
tree | commitdiff |
2008-10-20 |
Paul Cornett | fix for assert failure when first paint event occurs... |
tree | commitdiff |
2008-10-20 |
Robert Roebling | Fix wxListCtrl::Insert() bug reported by Riccardo Cohen |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | use wxRegKey::QueryDefaultValue() explicitly to fix... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | a couple of more left over Borland unused variable... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | slightly better error reporting (could still be improved) |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | 2006 version of Borland compiler still doesn't grok... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | fix more Borland release build warnings about unused... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | avoid an unnecessary and unused (resulting in release... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | work around Borland compilation errors |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | fix virtual function hiding warnings introduced to... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | use renderer for drawing the item background on ports... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | remove unused abits variable from DoLoadDib() |
tree | commitdiff |
2008-10-19 |
Jaakko Salli | Changed argument of wxPropertyGrid::OnCustomEditorEvent... |
tree | commitdiff |
2008-10-19 |
Jaakko Salli | In wxPropertyGridManager, alphabetic mode is now sorted... |
tree | commitdiff |
2008-10-19 |
Jaakko Salli | Fixed wxSystemColourProperty::ValueToString(). It now... |
tree | commitdiff |
2008-10-18 |
Jaakko Salli | Connect wxEVT_KEY_DOWN for both editor controls |
tree | commitdiff |
2008-10-18 |
Jaakko Salli | Do not skip key events so eagerly |
tree | commitdiff |
2008-10-18 |
Stefan Csomor | adapting to API change from GetContentAreaInset to... |
tree | commitdiff |
2008-10-18 |
Jaakko Salli | Forgot event.Skip() |
tree | commitdiff |
2008-10-18 |
Jaakko Salli | Simplistic tab support is now default (tab focuses... |
tree | commitdiff |
2008-10-18 |
Robert Roebling | Allow create of 24-bit bitmap, use Pixbuf when not... |
tree | commitdiff |
2008-10-17 |
Jaakko Salli | wxPGProperty::GenerateComposedValue() -> protected... |
tree | commitdiff |
2008-10-17 |
Vadim Zeitlin | handle error in GetDataSize() |
tree | commitdiff |
2008-10-17 |
Jouk Jansen | OpenVMS compile support update for wxX11 |
tree | commitdiff |
2008-10-17 |
Vadim Zeitlin | significantly optimize wxCSConv::To/FromWChar(NULL... |
tree | commitdiff |
2008-10-17 |
Vadim Zeitlin | reverted the change of r56246 and keep the old behaviou... |
tree | commitdiff |
2008-10-17 |
Paul Cornett | pass window parameter to wxSystemSettings::GetMetric... |
tree | commitdiff |
2008-10-17 |
Paul Cornett | partial support for border metrics of non-TLW |
tree | commitdiff |
2008-10-16 |
Robin Dunn | Assert that a mode style *is* set, not that one isn... |
tree | commitdiff |
2008-10-16 |
Robert Roebling | Enable intercepting ENTER in wxSpinCtrl under wxMac... |
tree | commitdiff |
2008-10-16 |
Robert Roebling | Dont't finish any editing if there is no control |
tree | commitdiff |
2008-10-16 |
Robert Roebling | Remove accidentally commited debug code |
tree | commitdiff |
2008-10-16 |
Robert Roebling | Make wxMac wxSpinCtrl emit killfocus events |
tree | commitdiff |
2008-10-16 |
Václav Slavík | assert in wxTopLevelWindowMSW::SetIcon[s]() if none... |
tree | commitdiff |
2008-10-16 |
Václav Slavík | wxArtProvider cleanup: added artmsw.cpp accidentally... |
tree | commitdiff |
2008-10-16 |
Václav Slavík | Cleaned up wxArtProvider: |
tree | commitdiff |
2008-10-16 |
Robert Roebling | Fudge offset no longer required |
tree | commitdiff |
2008-10-16 |
Jaakko Salli | Fixed broken wxMultiChoiceProperty::ValueToString() |
tree | commitdiff |
next |