2008-02-03 |
Vadim Zeitlin | use wxSOCKET_REUSEADDR for IPC sockets (part of patch... |
tree | commitdiff |
2008-02-03 |
Vadim Zeitlin | compilation fix with wxUSE_EXTENDED_RTTI==1 |
tree | commitdiff |
2008-02-02 |
Paul Cornett | avoid GCC warnings about breaking strict aliasing rules |
tree | commitdiff |
2008-02-01 |
Václav Slavík | eliminate code duplication in wxSizer::Fit() |
tree | commitdiff |
2008-02-01 |
Václav Slavík | fixed RR's change of wxSizer::Fit to set client size... |
tree | commitdiff |
2008-02-01 |
Michael Wetherell | Compile fix for --without-zlib --enable-compat26. |
tree | commitdiff |
2008-01-31 |
Václav Slavík | compilation fix for wxUSE_BOOKCTRL=0 |
tree | commitdiff |
2008-01-31 |
Václav Slavík | compilation fix for wxUSE_MENUS=0 |
tree | commitdiff |
2008-01-30 |
Vadim Zeitlin | use HandleWindowEvent() in ProcessCommand(); return... |
tree | commitdiff |
2008-01-29 |
Vadim Zeitlin | define __VISUALCn__ for n=5,6,7,8,9 and not only 8... |
tree | commitdiff |
2008-01-29 |
Julian Smart | Fixed global cursor setting on Mac, which fixes busy... |
tree | commitdiff |
2008-01-28 |
Paul Cornett | another fix for HP-UX 11.11 vsscanf, should have been... |
tree | commitdiff |
2008-01-27 |
Vadim Zeitlin | only define wxEventPtr in wxBase, not wxCore |
tree | commitdiff |
2008-01-26 |
Vadim Zeitlin | don't fail in wxTransferStreamToFile if file size is... |
tree | commitdiff |
2008-01-26 |
Vadim Zeitlin | delete the event object in ProcessPendingEvents() even... |
tree | commitdiff |
2008-01-24 |
Paul Cornett | remove redundant WX_CLEAR_LIST, it's done by base dtor |
tree | commitdiff |
2008-01-23 |
Vadim Zeitlin | no real changes, just use HandleWindowEvent() instead... |
tree | commitdiff |
2008-01-23 |
Václav Slavík | catch exceptions when sending menu events |
tree | commitdiff |
2008-01-22 |
Stefan Csomor | fixing 1877182 |
tree | commitdiff |
2008-01-22 |
Václav Slavík | use xdg-open in wxLaunchDefaultBrowser() on Unix if... |
tree | commitdiff |
2008-01-21 |
Vadim Zeitlin | temporary fix for shared build linking problems after... |
tree | commitdiff |
2008-01-21 |
Václav Slavík | added wxWindow::HasFocus() for more convenient way... |
tree | commitdiff |
2008-01-20 |
Vadim Zeitlin | add wxDatePickerCtrl support in wxGenericValidator... |
tree | commitdiff |
2008-01-17 |
Václav Slavík | the wxConvUI hack in wxMsgCatalog should only be done... |
tree | commitdiff |
2008-01-17 |
Paul Cornett | on HP-UX 11.11, vsscanf first parameter is not const |
tree | commitdiff |
2008-01-17 |
Paul Cornett | check for vswscanf(), AIX 5.1 and HP-UX 11.11 don't... |
tree | commitdiff |
2008-01-16 |
Vadim Zeitlin | made all XPM const to avoid warnings from mingw32 4... |
tree | commitdiff |
2008-01-15 |
Vadim Zeitlin | added unit tests for decoding invalid base64 strings... |
tree | commitdiff |
2008-01-14 |
Paul Cornett | avoid GCC warning about type-punned pointer breaking... |
tree | commitdiff |
2008-01-14 |
Robert Roebling | Partial impl of auto resizing columns |
tree | commitdiff |
2008-01-13 |
Robert Roebling | Improved wxDataViewSpinCtrlRenderer under OS X |
tree | commitdiff |
2008-01-13 |
Robert Roebling | wxSizer::Fit() now sets client size |
tree | commitdiff |
2008-01-13 |
Vadim Zeitlin | improvements to wxWeakRef and related classes |
tree | commitdiff |
2008-01-12 |
Vadim Zeitlin | call OnExec() taking wxString argument from OnExecute... |
tree | commitdiff |
2008-01-12 |
Stefan Neis | Some wxOS2 compilation fixes after wxDC changes |
tree | commitdiff |
2008-01-11 |
Jouk Jansen | updates for OpenVMS compile support |
tree | commitdiff |
2008-01-10 |
Paul Cornett | build fix for !wxUSE_THREADS |
tree | commitdiff |
2008-01-09 |
Julian Smart | Fixed GetInfo to use the current language. |
tree | commitdiff |
2008-01-09 |
Julian Smart | Don't ignore path when prompting for file in SaveAs() |
tree | commitdiff |
2008-01-09 |
Paul Cornett | avoid undefined behavior from token paste resulting... |
tree | commitdiff |
2008-01-08 |
Robert Roebling | Last part from weak ref patch for event sink disconnection |
tree | commitdiff |
2008-01-08 |
Vadim Zeitlin | compilation fix for !HAVE_STRPTIME case after ParseXXX... |
tree | commitdiff |
2008-01-08 |
Paul Cornett | speed up ReadWord by using more efficient separator... |
tree | commitdiff |
2008-01-07 |
Vadim Zeitlin | compilation fix for MSVC: remove implicit wxStringImpl... |
tree | commitdiff |
2008-01-07 |
Vadim Zeitlin | added another ParseFormat() overload for better backwar... |
tree | commitdiff |
2008-01-07 |
Vadim Zeitlin | make wxDateTime::ParseXXX() functions char*-friendly |
tree | commitdiff |
2008-01-06 |
Stefan Neis | Adopted OS/2 to DC reorganisation (r50348). |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | use wxWindowIDRef to transparently implement auto-gener... |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | add wxDL_QUIET flag; use RawGetSymbol() instead of... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | clean up wxEvtHandler::m_eventsLocker weirdness: there... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | don't remove handlers from wxPendingEvents list, they... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | process one event at once in wxEvtHandler::ProcessPendi... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | move Freeze() and Thaw() to wxWindowBase to ensure... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | compilation fix for wxUSE_DISPLAY==0 |
tree | commitdiff |
2008-01-03 |
Michael Wetherell | Always write end record unless one has already been... |
tree | commitdiff |
2008-01-02 |
Vadim Zeitlin | don't call LogLastRepeatIfNeeded() from dtor, it's... |
tree | commitdiff |
2008-01-02 |
Vadim Zeitlin | don't lock the gs_prevCS critical section recursively... |
tree | commitdiff |
2008-01-02 |
Vadim Zeitlin | allow creating empty ZIP archives (patch 1861030) |
tree | commitdiff |
2008-01-02 |
Vadim Zeitlin | remove redundant m_buffer_size member (patch 1861348) |
tree | commitdiff |
2008-01-02 |
Vadim Zeitlin | added wxS(); use it in a couple of places |
tree | commitdiff |
2007-12-31 |
Vadim Zeitlin | removed support for Salford compiler (which was almost... |
tree | commitdiff |
2007-12-31 |
Václav Slavík | use iterator in wxTextBuffer::Translate() instead of... |
tree | commitdiff |
2007-12-30 |
Vadim Zeitlin | fix bug with parsing negative time zones in ParseRfc822... |
tree | commitdiff |
2007-12-30 |
Vadim Zeitlin | define wxCurrentPoppuMenu for wxUniv too |
tree | commitdiff |
2007-12-29 |
Julian Smart | Added missing include |
tree | commitdiff |
2007-12-29 |
Julian Smart | Added automatic dialog scrolling ability |
tree | commitdiff |
2007-12-28 |
Paul Cornett | Fix XPM decoder for images using color (1,0,0) and... |
tree | commitdiff |
2007-12-27 |
Paul Cornett | speed up XPM decoding 30-40% by not creating temporary... |
tree | commitdiff |
2007-12-26 |
Robert Roebling | Patch from Hartwig and me for implementing reorderable... |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | include wx/dcclient.h to declare wxWindowDC (blind... |
tree | commitdiff |
2007-12-22 |
Robert Roebling | Added API for column reordering |
tree | commitdiff |
2007-12-22 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | unset the window as invoking window of wxCurrentPopupMe... |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | fixes to wxImage::ResambleBox() (patch 1843902) |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | made SetCurrent() and SwapBuffers() return boolean... |
tree | commitdiff |
2007-12-22 |
Stefan Csomor | keep the owning window |
tree | commitdiff |
2007-12-22 |
Stefan Csomor | changing to wxDC, so that wxGCDC can be used as well |
tree | commitdiff |
2007-12-21 |
Václav Slavík | toplevel window is shown on screen even if its parent... |
tree | commitdiff |
2007-12-21 |
Jouk Jansen | Updates For OpenVMS support and some extra includes... |
tree | commitdiff |
2007-12-20 |
Robert Roebling | Remove old event type compatibility |
tree | commitdiff |
2007-12-19 |
Stefan Csomor | fixing strange bug under OS X (null strings from within... |
tree | commitdiff |
2007-12-19 |
Vadim Zeitlin | more socket cleanup to allow using wxSocket from both... |
tree | commitdiff |
2007-12-18 |
Stefan Csomor | starting a doc must return true in order for printprevi... |
tree | commitdiff |
2007-12-18 |
Stefan Csomor | moving things to private headers |
tree | commitdiff |
2007-12-18 |
Robert Roebling | Correct background colourin wxDataViewCtrl, Use IsOk... |
tree | commitdiff |
2007-12-17 |
Robert Roebling | Added wxDataViewListIndexModel::Reset(), clarified... |
tree | commitdiff |
2007-12-17 |
Robert Roebling | Added wxDataViewListIndexModel::RowsDeleted() and vario... |
tree | commitdiff |
2007-12-17 |
Paul Cornett | add MutexGuiEnter/Leave to wxAppTraits, integrate nativ... |
tree | commitdiff |
2007-12-16 |
Robert Roebling | Fix resizing prob |
tree | commitdiff |
2007-12-16 |
Robert Roebling | Patches-1851591 ] dataview sample is crashing (under... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | don't misinterpret the time after the date as a weekday... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | fixed wxGTK1 compilation after wxDC changes (still... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | Fix Ok/IsOk() mess in wxGDIObject-derived classes;... |
tree | commitdiff |
2007-12-15 |
Václav Slavík | removed SetVirtualSizeHints() and related code |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | don't modify the output variable if ToXXX() fails to... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | PalmOS 6 compilation fixes (patch 1849757) |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | wxMotif compilation fixes after wxDC changes |
tree | commitdiff |
2007-12-14 |
Vadim Zeitlin | fixed wxDFB compilation after wxDC-related changes |
tree | commitdiff |
2007-12-14 |
Vadim Zeitlin | fixed unused parameter warning |
tree | commitdiff |
2007-12-13 |
Vadim Zeitlin | don't allow TAB-bing away to other TLWs |
tree | commitdiff |
next |