2008-04-05 |
Vadim Zeitlin | fix for g++ signed/unsigned comparison warning |
tree | commitdiff |
2008-04-05 |
Robert Roebling | Fixed bug that made adding a child to a branch (that... |
tree | commitdiff |
2008-04-05 |
Robert Roebling | Bugs-1934787 ] Bug in wxDataViewSpinRenderer::CreateEdi... |
tree | commitdiff |
2008-04-05 |
Robert Roebling | Probable fix for [ 1933745 ] Crash in wxDataViewHeaderW... |
tree | commitdiff |
2008-04-05 |
Robert Roebling | [ 1922123 ] Generic wxDataViewCtrl leaks |
tree | commitdiff |
2008-04-05 |
Robert Roebling | Support renderer::LeftClick() in generic code, removed... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | set focus to the control when it's clicked |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | use wxWANTS_CHARS to allow arrows to work inside the... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | implemented toggling of wxCAL_MONDAY_FIRST in the nativ... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | implemented Mark() in the native MSW version of wxCalen... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | generate double click events in the native MSW version... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | generate the correct events in the native MSW version... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | implemented HitTest() in the native MSW version; added... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | implement EnableMonthChange() by restricting the dates... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | compilation fix for PCH-less build |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | initial native implementation of wxCalendarCtrl for MSW |
tree | commitdiff |
2008-04-03 |
Robin Dunn | Fix AdjustForOverflow to use item->CalcMin, not item... |
tree | commitdiff |
2008-04-03 |
Václav Slavík | Fixed timing of malformed animated GIFs in wxHTML ... |
tree | commitdiff |
2008-04-03 |
Vadim Zeitlin | replace wrong wxUSE_DYNAMIC_LOADER test with the correc... |
tree | commitdiff |
2008-04-03 |
Stefan Csomor | fixing the build for wxMAC_USE_COCOA=1 |
tree | commitdiff |
2008-04-03 |
Stefan Csomor | GetPixel isn't returning RGBColor anymore, so change... |
tree | commitdiff |
2008-04-03 |
Stefan Csomor | GetPixel isn't returning RGBColor anymore, so change... |
tree | commitdiff |
2008-04-03 |
Robin Dunn | Call ValueChanged after SetValue so other views will... |
tree | commitdiff |
2008-04-03 |
Robin Dunn | fix warnings |
tree | commitdiff |
2008-04-03 |
Robin Dunn | Fix for potential layout glitches in wxGridBagSizer... |
tree | commitdiff |
2008-04-02 |
Stefan Neis | Added detection of vsscanf and whether or not a prototy... |
tree | commitdiff |
2008-04-02 |
Julian Smart | Only update the toolbar buttons if the toolbar is visible |
tree | commitdiff |
2008-04-02 |
Vadim Zeitlin | log error before returning, not after |
tree | commitdiff |
2008-04-01 |
Vadim Zeitlin | suppress VC++ /Wp64 warnings |
tree | commitdiff |
2008-04-01 |
Václav Slavík | compilation fix for wxMSW and r52961 |
tree | commitdiff |
2008-04-01 |
Václav Slavík | Generalized wxScrolledWindow into wxScrolled<T> that... |
tree | commitdiff |
2008-04-01 |
Robin Dunn | Don't force wxBORDER_SUNKEN so the programmer can speci... |
tree | commitdiff |
2008-03-31 |
Vadim Zeitlin | throw away the now invalid items in wxSelectionStore... |
tree | commitdiff |
2008-03-31 |
Vadim Zeitlin | fix unused parameter warning |
tree | commitdiff |
2008-03-31 |
Vadim Zeitlin | store selected indices as unsigned int, not size_t... |
tree | commitdiff |
2008-03-31 |
Vadim Zeitlin | don't leave empty listboxes with tiny best size |
tree | commitdiff |
2008-03-30 |
Václav Slavík | added wxXmlNode::InsertChildAfter and use it for (much... |
tree | commitdiff |
2008-03-29 |
Václav Slavík | 1. fixed wxXmlNode::InsertChild() documentation to... |
tree | commitdiff |
2008-03-29 |
Stefan Neis | Linker fixes for OS/2 build. |
tree | commitdiff |
2008-03-29 |
Stefan Neis | OS/2 port: reorganized wxBitmap/wxBitmapHandler classes... |
tree | commitdiff |
2008-03-29 |
Václav Slavík | set initial GTK_CAN_FOCUS value to match AcceptsFocus... |
tree | commitdiff |
2008-03-29 |
Václav Slavík | removed no longer used win_gtk.c file |
tree | commitdiff |
2008-03-29 |
Václav Slavík | be tolerant of XHTML self-closing tags when parsing... |
tree | commitdiff |
2008-03-28 |
Francesco Montorsi | add more pure virtuals to wxBrushBase; fix the GetColou... |
tree | commitdiff |
2008-03-28 |
Vadim Zeitlin | compilation fix for ANSI build: use reinterptre_, not... |
tree | commitdiff |
2008-03-28 |
Vadim Zeitlin | added native GTK implementation of wxCalendarCtrl ... |
tree | commitdiff |
2008-03-28 |
Vadim Zeitlin | fix gcc warning about assigning -1 to a guint |
tree | commitdiff |
2008-03-27 |
Robin Dunn | Use SetCanFocus |
tree | commitdiff |
2008-03-27 |
Robin Dunn | A bit of cleanup for STC's use of PopupWindow |
tree | commitdiff |
2008-03-27 |
Robin Dunn | Use SetCanFocus |
tree | commitdiff |
2008-03-27 |
Vadim Zeitlin | lock wxPendingEventsLocker when deleting the handler... |
tree | commitdiff |
2008-03-27 |
Vadim Zeitlin | don't blit too much when copying static box border... |
tree | commitdiff |
2008-03-27 |
Stefan Csomor | graphics bitmap implementation, fix for bitmap scaling |
tree | commitdiff |
2008-03-27 |
Vadim Zeitlin | don't use gtk_notebook_insert_page() return value as... |
tree | commitdiff |
2008-03-27 |
Vadim Zeitlin | Several fixes for removing/readding controls to the... |
tree | commitdiff |
2008-03-26 |
Julian Smart | Added GetId() to Connect calls to ensure only the relev... |
tree | commitdiff |
2008-03-26 |
Stefan Csomor | popup activation scope and l&f |
tree | commitdiff |
2008-03-26 |
Stefan Csomor | fixing custom background on non owned windows |
tree | commitdiff |
2008-03-26 |
Stefan Csomor | fixing custom background on non owned windows |
tree | commitdiff |
2008-03-26 |
Julian Smart | Fixed selection clearing. |
tree | commitdiff |
2008-03-25 |
Vadim Zeitlin | several g++ 4 warning fixes |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | moving tlw list up, cleanup |
tree | commitdiff |
2008-03-25 |
Francesco Montorsi | build fix |
tree | commitdiff |
2008-03-25 |
Francesco Montorsi | reorganized wxBitmap/wxBitmapHandler classes to use... |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | porting reordering of controls back from 2.8 |
tree | commitdiff |
2008-03-25 |
Julian Smart | Fix for non-pch |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | adding 10.4 code for making focus events behave as... |
tree | commitdiff |
2008-03-25 |
Vadim Zeitlin | call OnReadWaiting(), not OnExceptionWaiting(), when... |
tree | commitdiff |
2008-03-25 |
Vadim Zeitlin | ANSI mode compilation fix |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | fix adding non owned window for mac |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | non owned window implementation |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | non owned window implementation |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | non owned window implementation |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | non owned window implementation |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | non owned window implementation |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | non owned window implementation |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | non owned window implementation |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | non owned window implementation |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | non owned window implementation |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | non owned window installation |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | make popup on mac behave as on msw |
tree | commitdiff |
2008-03-24 |
Vadim Zeitlin | fix wxExecute() compilation in ANSI build |
tree | commitdiff |
2008-03-24 |
Václav Slavík | no need to export private list/arrays of generic contro... |
tree | commitdiff |
2008-03-24 |
Francesco Montorsi | fix for built with compat 2.8 off |
tree | commitdiff |
2008-03-24 |
Vadim Zeitlin | fix (one off, so not really important) memory leak... |
tree | commitdiff |
2008-03-23 |
Vadim Zeitlin | fix crash when pressing Up key in empty combobox |
tree | commitdiff |
2008-03-23 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2008-03-23 |
Stefan Neis | Updated brush/pen implementation for OS/2 to current... |
tree | commitdiff |
2008-03-23 |
Vadim Zeitlin | avoid needless Unicode<->MB conversions in Unix wxExecu... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | don't use negative PID hack in GUI neither, add a separ... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | no real changes, just small cleanup after last few... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | refactored common code from XXX_EndProcessDetect in... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | get rid of traits functions unnecessary now that wxExec... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | fixed IO redirection to work in wxExecute() in console... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | fix warnings about unused parameters/variables in relea... |
tree | commitdiff |
2008-03-22 |
Francesco Montorsi | use wx-style header and commets; fix indentation to... |
tree | commitdiff |
2008-03-22 |
Václav Slavík | fixes to Freeze/Thawn when the window is shown or hidde... |
tree | commitdiff |
2008-03-22 |
Václav Slavík | fixed spurious debug message about unexpected focus... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | make wxSelectDispatcher ctor public, it can be useful... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | return bool from wxStreamTempInputBuffer::Update()... |
tree | commitdiff |
next |