2009-10-10 |
Jaakko Salli | Removed intermediate wxPanel from wxPropertyGrid. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Paul Cornett | replace TRUE/FALSE with true/false |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Stefan Csomor | adding defaults as wxDC did |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Stefan Csomor | avoiding deprecated methods in wx code, avoiding for... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Vadim Zeitlin | Define __WXOSX__ and __WXMAC__ on compiler command... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Vadim Zeitlin | Compilation fix for PCH-less compilation. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Vadim Zeitlin | Append default extension before showing file save dialo... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Vadim Zeitlin | Don't add default extension in wxDocument::SaveAs(). |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Vadim Zeitlin | Removed wxFont::Set/GetNoAntiAliasing() implementations. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Vadim Zeitlin | Mention log components in wxLogTrace() documentation. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Stefan Csomor | moving bitmapbutton functionality up to button for OSX |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Julian Smart | Revert a workaround for Windows native border side... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Stefan Csomor | removing unneeded file |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Vadim Zeitlin | No real changes, just fix a syntax error in unused... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Vadim Zeitlin | Fix mismatched new/free in generic Region code. |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Vadim Zeitlin | Also support fonts in wxTextCtrl::GetStyle() in wxGTK. |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Vadim Zeitlin | Add a WX_APPNAME_DATA_DIR hack for wxStandardPaths... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Vadim Zeitlin | Improvements to application info documentation in wxSta... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Stefan Csomor | implementing rollover and pressed image for bitmapbutto... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Jaakko Salli | Fixed regression: in wxPropertyGrid::PerformValidation... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Jouk Jansen | OpenVMS : add compile support for debugrpt sample |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Stefan Csomor | fixing typo |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Paul Cornett | remove requested button rather than last one, return... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Kevin Ollivier | Make sure all Bakefile formats that use CRLF line feeds... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Vadim Zeitlin | Compilation fix for PCH-less in wxInfoBar. |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Vadim Zeitlin | Updated for bakefile 0.2.7. |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Vadim Zeitlin | Honour COMPILER_PREFIX in wx presets too. |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Stefan Csomor | fixing gdiplus implementation, see #11282 |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Jouk Jansen | adding dataview sample to OpenVMS make cascade |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Jouk Jansen | OpenVMS compile support : adding more samples for wxGTK |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Vadim Zeitlin | Compilation fix for VC6 in wxInfoBarGeneric code. |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Jouk Jansen | Update setup for OpenVMS |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Jouk Jansen | Adding regex support for wxMOTIF for OpenVMS |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Stefan Csomor | use better background color |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Paul Cornett | non-PCH build fix |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Vadim Zeitlin | Create an NSAutoreleasePool in wxMacWakeUp(). |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Vadim Zeitlin | Ensure that an event loop exists in ShowViewOrWindowWit... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Rebake using pre-release version of bakefile 0.2.7. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Refactor initialization code in wxTopLevelWindowMSW... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Don't use the current size in DoGetBestSize() by default. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Make wxWindow::ShowWithEffect() synchronous under wxOSX... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Implement wxWindow::ShowWithEffect() for wxOSX/Cocoa. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Added a virtual wxWindow::OSXGetViewOrWindow() method. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Determine the appropriate show effect automatically... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Remove the hack with changing the parent background... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Implement DrawTitleBarBitmap() for OS X using hard... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Return smaller images for wxART_MENU/BUTTON under OS X. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Use wxART_BUTTON instead of wxART_MENU for info bar... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Make info bar buttons smaller. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Use wxRendererNative::DrawTitleBarBitmap() for info... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Added wxRendererNative::DrawTitleBarBitmap(). |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Replaced GraphicsHDC from src/msw/renderer.cpp with... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Refactor wxRendererXP button drawing methods. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Implement wxRenderer::DrawRadioBitmap() for classic... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Add demonstration of flags to the render sample. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Add demonstration of a few more wxRenderer methods. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Correct custom renderer method override example in... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Don't use possibly uninitialized pen in wxMSWDCImpl. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Don't use themed border for the generic info bar. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Ensure that info bar message uses the set font/colours... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | No real changes, just inline wxSuspendStyleEvents. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Added wxInfoBar::Dismiss(). |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Use more native appearance in the generic wxInfoBar... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Added wxART_CLOSE art id. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Added wxArtProvider::GetMessageBoxIconId(). |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Only show the default close button in wxInfoBar if... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Generate the button clicks in GTK version of wxInfoBar. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Use event tables instead of Connect() in wxInfoBarGeneric. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Add wxInfoBar::RemoveButton() method. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Added native wxInfoBar implementation for wxGTK. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Add wxWindowGTK::GTKConnectWidget() helper. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Small code cleanup in wxWindowGTK::PostCreation(). |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Added GTKShouldConnectSizeRequest() to prevent size_req... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | No real changes, just removed unnecessary SetInitialSiz... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Extract conversion from wx to GtkMessageType in a separ... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Added wxInfoBar::AddButton(). |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Made wxInfoBar::SetFont() change the text message font. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Initial wxInfoBar implementation. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Added wxSHOW_EFFECT_NONE. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Added wxICON_NONE to wxICON_MASK. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Store canvas attributes in the canvas itself in the... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Minor cleanup and copyright updates in the dialogs... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Use member variable instead of a global in the dialogs... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Vadim Zeitlin | Partially implement wxTextCtrl::GetStyle() in wxGTK. |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Kevin Ollivier | Fix the line endings to be CRLF after the property... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Kevin Ollivier | Setting eol-style property to CRLF for some project... |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Jouk Jansen | configure stc support for OpenVMS |
commit | commitdiff | tree | snapshot |
2009-10-05 |
Jouk Jansen | set up for OpenVMS richtext & regex and add more sample... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Václav Slavík | fixed wxXmlDocument::Save() to interpret the indentstep... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Jaakko Salli | Changed the ultimate fall-back popup window classes... |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Paul Cornett | add missing break |
commit | commitdiff | tree | snapshot |
2009-10-04 |
Robin Dunn | exclude SWIG generated files from being checked |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Stefan Csomor | commenting never used code |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Paul Cornett | Remove unused global bitmap, which caused crash on... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Paul Cornett | revert, checked in the wrong file |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Paul Cornett | QuickTime is needed by wxBitmap |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Paul Cornett | Remove unused global bitmap, which caused crash on... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Jaakko Salli | Added wxDECLARE_ANY_TYPE(CLS, DECL) and documented... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
Jaakko Salli | Added change log entries for major new wxPropertyGrid... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Stefan Csomor | fixing typo |
commit | commitdiff | tree | snapshot |
next |