2011-03-09 |
Vadim Zeitlin | Fix search for item by text in wxMSW wxListCtrl. |
tree | commitdiff |
2011-03-09 |
Vadim Zeitlin | Don't assert if starting search position in LVN_ODFINDI... |
tree | commitdiff |
2011-03-08 |
Vadim Zeitlin | Add another missing #if wxUSE_MARKUP check. |
tree | commitdiff |
2011-03-07 |
Stefan Csomor | support app activated and deactivated events, also... |
tree | commitdiff |
2011-03-07 |
Stefan Csomor | window level support |
tree | commitdiff |
2011-03-07 |
Stefan Csomor | bracket unused function |
tree | commitdiff |
2011-03-07 |
Jaakko Salli | To prevent wxPropertyGrid from stealing frocus from... |
tree | commitdiff |
2011-03-07 |
Václav Slavík | gtk/gtkunixprint.h only exists since GTK+ 2.14. |
tree | commitdiff |
2011-03-06 |
Václav Slavík | Don't directly include GTK+ semi-public headers. |
tree | commitdiff |
2011-03-06 |
Václav Slavík | Include gdk/gdkkeysyms-compat.h. |
tree | commitdiff |
2011-03-06 |
Stefan Csomor | use FixedToFloat everywhere to make sure we don't round... |
tree | commitdiff |
2011-03-06 |
Stefan Csomor | position buttons to the right on OSX as well |
tree | commitdiff |
2011-03-06 |
Stefan Csomor | fix positioning bug with window disabler and hidden... |
tree | commitdiff |
2011-03-06 |
Julian Smart | Fixed #13017: wxRichTextCtrl CopyToClipboard regression |
tree | commitdiff |
2011-03-05 |
Stefan Csomor | support wxWindowDisabler on osx_cocoa |
tree | commitdiff |
2011-03-05 |
Vadim Zeitlin | Don't initialize wxGBSpan with invalid values in wxGBSi... |
tree | commitdiff |
2011-03-03 |
Paul Cornett | fix Activate signature after r67099 |
tree | commitdiff |
2011-03-02 |
Stefan Csomor | proper focus lost for multiline textfields and having... |
tree | commitdiff |
2011-03-02 |
Stefan Csomor | the wx part knows better whether it has the focus ... |
tree | commitdiff |
2011-03-02 |
Julian Smart | Fixed a problem with paste resetting the content paragr... |
tree | commitdiff |
2011-03-02 |
Stefan Csomor | move accel handling in front of the normal keyDown... |
tree | commitdiff |
2011-03-02 |
Stefan Csomor | move accel handling in front of the normal keyDown... |
tree | commitdiff |
2011-03-02 |
Stefan Csomor | supporting more key equivalents for display, fixing... |
tree | commitdiff |
2011-03-02 |
Stefan Csomor | removing code that will not have to be updated |
tree | commitdiff |
2011-03-02 |
Vadim Zeitlin | Add missing wxUSE_MARKUP checks in wxOSX code. |
tree | commitdiff |
2011-03-01 |
Dimitri Schoolwerth | Improved palette handling with saving PNG files. |
tree | commitdiff |
2011-03-01 |
Václav Slavík | Pass wxRect/wxPoint arguments to wxDataViewCustomRender... |
tree | commitdiff |
2011-02-28 |
Václav Slavík | Toggle checkboxes in generic wxDataViewCtrl with single... |
tree | commitdiff |
2011-02-28 |
Václav Slavík | Get rid of WXGetAsCustom(). |
tree | commitdiff |
2011-02-28 |
Václav Slavík | wxDataViewCtrl: Fully prepare renderer for Activate... |
tree | commitdiff |
2011-02-28 |
Stefan Csomor | fixing non-precomp headers |
tree | commitdiff |
2011-02-28 |
Stefan Csomor | disable cursorRects for global busy state |
tree | commitdiff |
2011-02-28 |
Stefan Csomor | avoid setting live cursor during busy state |
tree | commitdiff |
2011-02-28 |
Stefan Csomor | add watch cursor to osx_cocoa |
tree | commitdiff |
2011-02-28 |
Stefan Csomor | don't swallow command events that are not handled by... |
tree | commitdiff |
2011-02-28 |
Stefan Csomor | adding taskbar implementation for statusitem (menubar... |
tree | commitdiff |
2011-02-28 |
Stefan Csomor | moving appdelegate declaration to header |
tree | commitdiff |
2011-02-27 |
Stefan Csomor | make sure 10.4 command-key events are routed via the... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Another fix for PCH-less build in markup code. |
tree | commitdiff |
2011-02-27 |
Dimitri Schoolwerth | Fixed drawing glitch with vertical MSW toolbars. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Fix for PCH-less build in markup code. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add markup support to wxOSX/Cocoa wxStaticText and... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | No real changes, just make wxColour::OSXGetNSColor... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add markup support to generic wxStaticText implementation. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Implement support for markup labels for wxGTK wxButton. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add markup support to wxMSW wxButton and show it in... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add generic wxMarkupText class implementing handling... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add wxDC::GetFontMetrics() and implement it for wxMSW. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add wxUSE_MARKUP and wrap SetLabelMarkup() in it. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Draw the underline 1 pixel higher in wxDC::DrawLabel(). |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Restore height tweaking in wxMSWButton::GetFittingSize(). |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Initialize wxButton::m_authNeeded in ctor and not Creat... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Replace wxST_MARKUP style with wxControl::SetLabelMarkup(). |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Don't call base class SetLabel() from GTKSetLabelForLab... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Remove unnecessary use of RemoveMarkup() in wxMSW wxHyp... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add wxFont::SetSymbolicSize() and SetSymbolicSizeRelati... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add wxFont::Underlined() and MakeUnderlined() methods. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Use wxMarkupParser in wxStaticText for dealing with... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add wxMarkupParser::Strip(). |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add a class for parsing simple markup. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add a simple wxStack<> template class based on wxVector<>. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Only use wxBU_EXACTFIT for width calculations in wxMSW... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Specify correct size for disabled image list in wxMSW... |
tree | commitdiff |
2011-02-27 |
Jaakko Salli | Include image.h and check for wxUSE_IMAGE |
tree | commitdiff |
2011-02-26 |
Vadim Zeitlin | Don't use wxTE_PROCESS_ENTER in wxSpinCtrlGeneric. |
tree | commitdiff |
2011-02-26 |
Vadim Zeitlin | Don't use wxTE_NOHIDESEL in wxSpinCtrlGeneric. |
tree | commitdiff |
2011-02-26 |
Stefan Csomor | fixing support for true children of wxStaticBox with... |
tree | commitdiff |
2011-02-26 |
Stefan Csomor | making GetPosition 1:1 symmetrical to Move (respecting... |
tree | commitdiff |
2011-02-25 |
Julian Smart | Fix for #11647: text from WriteText not scrolled to... |
tree | commitdiff |
2011-02-25 |
Jaakko Salli | In wxPGProperty::SetValueImage(), use wxImage::Rescale... |
tree | commitdiff |
2011-02-25 |
Julian Smart | Applied patch in #12279: in wxRichTextCtrl, when wxRE_R... |
tree | commitdiff |
2011-02-25 |
Julian Smart | Applied #12601: Background color when saving wxRichText... |
tree | commitdiff |
2011-02-25 |
Julian Smart | Applied #12941: Fixes and enhancements for wxRTC (Rober... |
tree | commitdiff |
2011-02-25 |
Julian Smart | Added wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT to fix tree... |
tree | commitdiff |
2011-02-24 |
Stefan Csomor | reverting part of r58797, otherwise wxClientDC get... |
tree | commitdiff |
2011-02-22 |
Stefan Csomor | supporting content size scaling (retina display) |
tree | commitdiff |
2011-02-22 |
Stefan Csomor | building iphone again |
tree | commitdiff |
2011-02-22 |
Vadim Zeitlin | Don't duplicate INVALID_FILE_ATTRIBUTES definition. |
tree | commitdiff |
2011-02-20 |
Václav Slavík | Put normal space between Back and Next buttons in wxWizard. |
tree | commitdiff |
2011-02-20 |
Julian Smart | Corrected a hit test problem when tabs are present |
tree | commitdiff |
2011-02-20 |
Stefan Csomor | handling nil images correctly, solves #12956 |
tree | commitdiff |
2011-02-19 |
Stefan Csomor | appeasing clang |
tree | commitdiff |
2011-02-19 |
Stefan Csomor | only draw separator line on the area adjacent to conten... |
tree | commitdiff |
2011-02-19 |
Vadim Zeitlin | Remove unused variables in wxOSX code. |
tree | commitdiff |
2011-02-19 |
Vadim Zeitlin | Remove extra semicolons in Objective-C code. |
tree | commitdiff |
2011-02-19 |
Vadim Zeitlin | Remove stray #pragma implementation. |
tree | commitdiff |
2011-02-19 |
Vadim Zeitlin | Remove long unused wxHTML files. |
tree | commitdiff |
2011-02-19 |
Vadim Zeitlin | Add wxAutomationInstance_SilentIfNone flag for wxMSW... |
tree | commitdiff |
2011-02-19 |
Vadim Zeitlin | Correct signed/unsigned comparison in wxGridBagSizer... |
tree | commitdiff |
2011-02-19 |
Vadim Zeitlin | Fix out of bounds string access in wxMSW wxDirDialog. |
tree | commitdiff |
2011-02-18 |
Stefan Csomor | fixes #12935 |
tree | commitdiff |
2011-02-18 |
Stefan Csomor | precomp header fixes |
tree | commitdiff |
2011-02-18 |
Stefan Csomor | support for file-type popup, compatible for 10.4+,... |
tree | commitdiff |
2011-02-18 |
Stefan Csomor | support non precomp builds |
tree | commitdiff |
2011-02-17 |
Julian Smart | Fixed bug #9856: wxSizer::Replace( size_t, wxSizerItem... |
tree | commitdiff |
2011-02-17 |
Stefan Csomor | activating high-res support via artprov mac |
tree | commitdiff |
2011-02-17 |
Stefan Csomor | patch applied with thanks, fixes #10524 |
tree | commitdiff |
2011-02-16 |
Stefan Csomor | support native edit menu handling (cocoa enables menu... |
tree | commitdiff |
2011-02-16 |
Stefan Csomor | toolbar support in all orientations |
tree | commitdiff |
2011-02-16 |
Stefan Csomor | conforming to deprecation recommendation for 10.6 |
tree | commitdiff |
next |