2008-03-20 |
Francesco Montorsi | add the wxAnimation's ctor which automatically loads... |
tree | commitdiff |
2008-03-20 |
Francesco Montorsi | fix header files so that they can be included directly... |
tree | commitdiff |
2008-03-20 |
Francesco Montorsi | make the Pen/Brush code backward compatible as discusse... |
tree | commitdiff |
2008-03-20 |
Václav Slavík | compilation fix for wxUSE_GUI=0 |
tree | commitdiff |
2008-03-18 |
Paul Cornett | revert removal of wxBU_AUTODRAW, now that it is again... |
tree | commitdiff |
2008-03-18 |
Vadim Zeitlin | added wxSpinCtrlDouble (slightly modified patch 1835864) |
tree | commitdiff |
2008-03-18 |
Francesco Montorsi | remove deprecation for wxBU_AUTODRAW; it needs some... |
tree | commitdiff |
2008-03-18 |
Paul Cornett | remove duplicate wxTaskBarIconAreaBase::DoPopupMenu... |
tree | commitdiff |
2008-03-18 |
Paul Cornett | simplify wxEVT_MENU_OPEN/CLOSE generation |
tree | commitdiff |
2008-03-17 |
Vadim Zeitlin | use static functions instead of static variables for... |
tree | commitdiff |
2008-03-17 |
Robin Dunn | Make some wxDataViewCustomRenderer virtuals consistent... |
tree | commitdiff |
2008-03-17 |
Paul Cornett | fix a huge number of build errors |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | build fix (looking at buildbot) |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | pen.h depends from brush.h in compat mode |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | fix typos and update MSW code to use new wxPENSTYLE_... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | fix wxMSW build after wxBrush changes: return wxBRUSHST... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | introduce wxBrushStyle enum and replace 'int style... |
tree | commitdiff |
2008-03-16 |
Vadim Zeitlin | don't use generic process callback for wxGTK/Motif... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | rename fobr95.{cpp,h} files to foobar.{cpp,h} |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | add support for asynchronous execution in wxBase (patch... |
tree | commitdiff |
2008-03-15 |
Václav Slavík | wxMSW: generate wxClipboardTextEvent from wxTextCtrl... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | implement wxSpinCtrl::Reparent() to properly reparent... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | protect access to ms_aTraceMasks with a critical sectio... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | call OnNativeDestroyed() if the native window is destro... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | use less expensive GetLastPosition() instead of GetValu... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | don't call GetLastPosition() unnecessarily in SelectAll... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | refactored code reused in several different places... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | initialize m_nCurLine in wxTextBuffer ctor (part of... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | added support for double arguments to wxCmdLineParser... |
tree | commitdiff |
2008-03-14 |
Vadim Zeitlin | make wxCmdLineParser:Usage() const |
tree | commitdiff |
2008-03-14 |
Václav Slavík | simplified and cleaned up wxGTK's focus handling |
tree | commitdiff |
2008-03-13 |
Václav Slavík | reverted Julian's r44600, it broke help window behavior... |
tree | commitdiff |
2008-03-13 |
Václav Slavík | fixed crash in wxHtmlHelpController if the help window... |
tree | commitdiff |
2008-03-11 |
Vadim Zeitlin | delete wxNativeContainerWindow when the native window... |
tree | commitdiff |
2008-03-10 |
Vadim Zeitlin | added wxNativeContainerWindow and implemented it for... |
tree | commitdiff |
2008-03-09 |
Francesco Montorsi | use wxAcceleratorEntryFlags as wxACCEL_* enum name... |
tree | commitdiff |
2008-03-09 |
Vadim Zeitlin | remove wxTextAttr::CreateFont(); return wxNullFont... |
tree | commitdiff |
2008-03-07 |
Stefan Csomor | xcode_config moved |
tree | commitdiff |
2008-03-07 |
Stefan Csomor | adding Aspen (iPhone) |
tree | commitdiff |
2008-03-07 |
Stefan Csomor | moving out of 'carbon' dir |
tree | commitdiff |
2008-03-07 |
Stefan Csomor | moving out of 'carbon' dir |
tree | commitdiff |
2008-03-07 |
Stefan Csomor | adding DLOPEN |
tree | commitdiff |
2008-03-07 |
Václav Slavík | fixed syntax error |
tree | commitdiff |
2008-03-06 |
Václav Slavík | deprecated wxWindow::SetHelpTextForId() |
tree | commitdiff |
2008-03-06 |
Václav Slavík | use 6px as the default wxSizer border in wxGTK to be... |
tree | commitdiff |
2008-03-05 |
Vadim Zeitlin | remove wxFindFocusedChild() declaration too as g++... |
tree | commitdiff |
2008-03-05 |
Stefan Csomor | merging graphics bitmap additions from Kevin O. |
tree | commitdiff |
2008-03-05 |
Vadim Zeitlin | disable wxHAS_TEXT_WINDOW_STREAM for the old MSVC iostr... |
tree | commitdiff |
2008-03-05 |
Vadim Zeitlin | include wx/artprov.h to define wxArtID used in this... |
tree | commitdiff |
2008-03-04 |
Vadim Zeitlin | set wxUSE_IOSTREAMH to 0 by default, we're in 2008... |
tree | commitdiff |
2008-03-04 |
Vadim Zeitlin | VC6 doesn't have wostream when using old iostream.h |
tree | commitdiff |
2008-03-04 |
Václav Slavík | added macros for checking for conflicts between flags... |
tree | commitdiff |
2008-03-04 |
Václav Slavík | added wxRESERVE_SPACE_EVEN_IF_HIDDEN sizer flag that... |
tree | commitdiff |
2008-03-04 |
Václav Slavík | implemented Freeze/Thaw in wxGTK |
tree | commitdiff |
2008-03-03 |
Václav Slavík | made Freeze/Thaw recursively (un)freeze child windows too |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | use custom selection colours in wxHtmlListBox again... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | decouple item index from string value (patch 1905702) |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | add support for custom controls in file dialog in wxGTK... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | fix WPARAM typo |
tree | commitdiff |
2008-03-02 |
Václav Slavík | header files are not executable |
tree | commitdiff |
2008-03-02 |
Václav Slavík | added Get(Class)DefaultAttributes implementation for... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | use generic dialogs under Palm (generic.diff part of... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | define wxConfig where the header implementing it is... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | predefine wxUSE_LIBMSPACK as 0 for Palm (chkconf.diff... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | add platform info for Palm (add-wxpalm-info.diff part... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | declare file-related APIs missing under Palm (pflib... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | compilation fixes for PalmOS and implementations of... |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | PalmOS compilation fixes (wx-trunk-out.diff part of... |
tree | commitdiff |
2008-03-01 |
Robert Roebling | Implemented wxURLDataObject for wxGTK using text/x... |
tree | commitdiff |
2008-03-01 |
Vadim Zeitlin | no real changes, just refactor/simplify the code to... |
tree | commitdiff |
2008-02-28 |
Paul Cornett | revert updating GTK size hints when window decorations... |
tree | commitdiff |
2008-02-28 |
Vadim Zeitlin | correct WinCE compilation after last change: can't... |
tree | commitdiff |
2008-02-28 |
Vadim Zeitlin | more /Wp64 warning fixes: mostly use UINT_PTR instead... |
tree | commitdiff |
2008-02-28 |
Vadim Zeitlin | use GlobalPtrLock (modified to allow not initializing... |
tree | commitdiff |
2008-02-28 |
Vadim Zeitlin | compilation fix after last change |
tree | commitdiff |
2008-02-27 |
Vadim Zeitlin | fix wxWeakRef<> for Borland C++ (slightly modified... |
tree | commitdiff |
2008-02-27 |
Vadim Zeitlin | add SetNativeTheme() (slightly modified patch 1884553) |
tree | commitdiff |
2008-02-27 |
Vadim Zeitlin | fixes for __WINCE_NET__ build (slightly modified patch... |
tree | commitdiff |
2008-02-27 |
Vadim Zeitlin | only define wxAuiFloatingFrameBaseClass as wxMiniFrame... |
tree | commitdiff |
2008-02-27 |
Vadim Zeitlin | override SetDropTarget() in wxGrid to associate it... |
tree | commitdiff |
2008-02-27 |
Julian Smart | Made wxRichTextCtrl cursors accessible |
tree | commitdiff |
2008-02-27 |
Vadim Zeitlin | no changes, just a couple of typo fixes in comments |
tree | commitdiff |
2008-02-26 |
Julian Smart | Don't take the previous paragraph style when deleting... |
tree | commitdiff |
2008-02-26 |
Vadim Zeitlin | fixes for MSVC compilation with /Wp64 (used by new... |
tree | commitdiff |
2008-02-26 |
Vadim Zeitlin | check whether the grid is fully created in Refresh... |
tree | commitdiff |
2008-02-26 |
Julian Smart | Fixed [ 1720130 ] A minor 'bug' or 'annoyance' with... |
tree | commitdiff |
2008-02-26 |
Paul Cornett | update GTK size hints when window decorations change |
tree | commitdiff |
2008-02-24 |
Vadim Zeitlin | always return 471 from wxApp::GetComCtl32Version()... |
tree | commitdiff |
2008-02-24 |
Vadim Zeitlin | don't forcefully disable regex and tiff, they build... |
tree | commitdiff |
2008-02-24 |
Vadim Zeitlin | don't define, nor use, LVS_EX_LABELTIP under WinCE |
tree | commitdiff |
2008-02-24 |
Vadim Zeitlin | don't include wx/msw/dc.h from wx/msw/private.h, this... |
tree | commitdiff |
2008-02-24 |
Václav Slavík | wxMac's wxListBox was missing GetDefaultAttributes... |
tree | commitdiff |
2008-02-24 |
Vadim Zeitlin | revert r51647 change as it broke the code overriding... |
tree | commitdiff |
2008-02-23 |
Vadim Zeitlin | remove MacIsReallyShown() as we now have public IsShown... |
tree | commitdiff |
2008-02-22 |
Robin Dunn | Add MacHideApp |
tree | commitdiff |
2008-02-22 |
Václav Slavík | fixed wxBitmapButton to use focus and hover bitmaps... |
tree | commitdiff |
2008-02-22 |
Julian Smart | Fixed IsShownOnScreen() for Mac |
tree | commitdiff |
2008-02-22 |
Václav Slavík | moved win_gtk.h header to wx/gtk/private, it's for... |
tree | commitdiff |
2008-02-21 |
Vadim Zeitlin | restore generic DrawEllipticArc() used by CE which... |
tree | commitdiff |
next |