2009-10-11 |
Jaakko Salli | Have page-specific splitter setup flags in order to... |
tree | commitdiff |
2009-10-11 |
Jaakko Salli | Code cleanup and clarification |
tree | commitdiff |
2009-10-11 |
Jaakko Salli | Fixed post-expand/collapse rendering |
tree | commitdiff |
2009-10-11 |
Jaakko Salli | Fixed wxPropertyGrid empty space rendering |
tree | commitdiff |
2009-10-10 |
Vadim Zeitlin | Compilation fix for STL build. |
tree | commitdiff |
2009-10-10 |
Vadim Zeitlin | Don't use vendor name by default in wxStandardPaths. |
tree | commitdiff |
2009-10-10 |
Julian Smart | Set the initial size |
tree | commitdiff |
2009-10-10 |
Jaakko Salli | Removed intermediate wxPanel from wxPropertyGrid. |
tree | commitdiff |
2009-10-09 |
Stefan Csomor | avoiding deprecated methods in wx code, avoiding for... |
tree | commitdiff |
2009-10-09 |
Vadim Zeitlin | Compilation fix for PCH-less compilation. |
tree | commitdiff |
2009-10-09 |
Vadim Zeitlin | Append default extension before showing file save dialo... |
tree | commitdiff |
2009-10-09 |
Vadim Zeitlin | Don't add default extension in wxDocument::SaveAs(). |
tree | commitdiff |
2009-10-09 |
Vadim Zeitlin | Removed wxFont::Set/GetNoAntiAliasing() implementations. |
tree | commitdiff |
2009-10-09 |
Stefan Csomor | moving bitmapbutton functionality up to button for OSX |
tree | commitdiff |
2009-10-09 |
Julian Smart | Revert a workaround for Windows native border side... |
tree | commitdiff |
2009-10-09 |
Stefan Csomor | removing unneeded file |
tree | commitdiff |
2009-10-08 |
Vadim Zeitlin | No real changes, just fix a syntax error in unused... |
tree | commitdiff |
2009-10-08 |
Vadim Zeitlin | Fix mismatched new/free in generic Region code. |
tree | commitdiff |
2009-10-08 |
Vadim Zeitlin | Also support fonts in wxTextCtrl::GetStyle() in wxGTK. |
tree | commitdiff |
2009-10-08 |
Vadim Zeitlin | Add a WX_APPNAME_DATA_DIR hack for wxStandardPaths... |
tree | commitdiff |
2009-10-08 |
Stefan Csomor | implementing rollover and pressed image for bitmapbutto... |
tree | commitdiff |
2009-10-08 |
Jaakko Salli | Fixed regression: in wxPropertyGrid::PerformValidation... |
tree | commitdiff |
2009-10-08 |
Jouk Jansen | OpenVMS : add compile support for debugrpt sample |
tree | commitdiff |
2009-10-08 |
Stefan Csomor | fixing typo |
tree | commitdiff |
2009-10-08 |
Paul Cornett | remove requested button rather than last one, return... |
tree | commitdiff |
2009-10-08 |
Kevin Ollivier | Make sure all Bakefile formats that use CRLF line feeds... |
tree | commitdiff |
2009-10-07 |
Vadim Zeitlin | Compilation fix for PCH-less in wxInfoBar. |
tree | commitdiff |
2009-10-07 |
Stefan Csomor | fixing gdiplus implementation, see #11282 |
tree | commitdiff |
2009-10-06 |
Jouk Jansen | adding dataview sample to OpenVMS make cascade |
tree | commitdiff |
2009-10-06 |
Jouk Jansen | OpenVMS compile support : adding more samples for wxGTK |
tree | commitdiff |
2009-10-06 |
Vadim Zeitlin | Compilation fix for VC6 in wxInfoBarGeneric code. |
tree | commitdiff |
2009-10-06 |
Jouk Jansen | Adding regex support for wxMOTIF for OpenVMS |
tree | commitdiff |
2009-10-06 |
Stefan Csomor | use better background color |
tree | commitdiff |
2009-10-06 |
Vadim Zeitlin | Create an NSAutoreleasePool in wxMacWakeUp(). |
tree | commitdiff |
2009-10-06 |
Vadim Zeitlin | Ensure that an event loop exists in ShowViewOrWindowWit... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Refactor initialization code in wxTopLevelWindowMSW... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Don't use the current size in DoGetBestSize() by default. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Make wxWindow::ShowWithEffect() synchronous under wxOSX... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Implement wxWindow::ShowWithEffect() for wxOSX/Cocoa. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Determine the appropriate show effect automatically... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Remove the hack with changing the parent background... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Implement DrawTitleBarBitmap() for OS X using hard... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Return smaller images for wxART_MENU/BUTTON under OS X. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Use wxART_BUTTON instead of wxART_MENU for info bar... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Make info bar buttons smaller. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Use wxRendererNative::DrawTitleBarBitmap() for info... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Added wxRendererNative::DrawTitleBarBitmap(). |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Replaced GraphicsHDC from src/msw/renderer.cpp with... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Refactor wxRendererXP button drawing methods. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Implement wxRenderer::DrawRadioBitmap() for classic... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Don't use possibly uninitialized pen in wxMSWDCImpl. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Ensure that info bar message uses the set font/colours... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | No real changes, just inline wxSuspendStyleEvents. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Added wxInfoBar::Dismiss(). |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Use more native appearance in the generic wxInfoBar... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Added wxART_CLOSE art id. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Added wxArtProvider::GetMessageBoxIconId(). |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Only show the default close button in wxInfoBar if... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Generate the button clicks in GTK version of wxInfoBar. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Use event tables instead of Connect() in wxInfoBarGeneric. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Add wxInfoBar::RemoveButton() method. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Added native wxInfoBar implementation for wxGTK. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Add wxWindowGTK::GTKConnectWidget() helper. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Small code cleanup in wxWindowGTK::PostCreation(). |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Added GTKShouldConnectSizeRequest() to prevent size_req... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | No real changes, just removed unnecessary SetInitialSiz... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Extract conversion from wx to GtkMessageType in a separ... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Added wxInfoBar::AddButton(). |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Made wxInfoBar::SetFont() change the text message font. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Initial wxInfoBar implementation. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Added wxSHOW_EFFECT_NONE. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Partially implement wxTextCtrl::GetStyle() in wxGTK. |
tree | commitdiff |
2009-10-05 |
Jouk Jansen | configure stc support for OpenVMS |
tree | commitdiff |
2009-10-05 |
Jouk Jansen | set up for OpenVMS richtext & regex and add more sample... |
tree | commitdiff |
2009-10-04 |
Václav Slavík | fixed wxXmlDocument::Save() to interpret the indentstep... |
tree | commitdiff |
2009-10-04 |
Jaakko Salli | Changed the ultimate fall-back popup window classes... |
tree | commitdiff |
2009-10-04 |
Paul Cornett | add missing break |
tree | commitdiff |
2009-10-03 |
Stefan Csomor | commenting never used code |
tree | commitdiff |
2009-10-03 |
Paul Cornett | Remove unused global bitmap, which caused crash on... |
tree | commitdiff |
2009-10-03 |
Paul Cornett | revert, checked in the wrong file |
tree | commitdiff |
2009-10-03 |
Paul Cornett | Remove unused global bitmap, which caused crash on... |
tree | commitdiff |
2009-10-03 |
Jaakko Salli | Added wxDECLARE_ANY_TYPE(CLS, DECL) and documented... |
tree | commitdiff |
2009-10-02 |
Stefan Csomor | fixing typo |
tree | commitdiff |
2009-10-02 |
Stefan Csomor | adding construction from native bitmaps |
tree | commitdiff |
2009-10-02 |
Stefan Csomor | adding NSImage to CGImageRef conversion |
tree | commitdiff |
2009-10-02 |
Jouk Jansen | Fix compilation for wxUniversal |
tree | commitdiff |
2009-10-01 |
Jaakko Salli | Fixed bug: wxEditEnumProperty's initial string value... |
tree | commitdiff |
2009-10-01 |
Stefan Csomor | fixing setting initial value under osx_cocoa for single... |
tree | commitdiff |
2009-09-30 |
Stefan Csomor | overriding to allocate an outer autorelease pool |
tree | commitdiff |
2009-09-30 |
Stefan Csomor | fixing text matrix (dataview custom renderer showed... |
tree | commitdiff |
2009-09-30 |
Vadim Zeitlin | Fix harmless unused parameters warnings. |
tree | commitdiff |
2009-09-30 |
Paul Cornett | use proper signature for callback function |
tree | commitdiff |
2009-09-30 |
Paul Cornett | build fix for wxUSE_CONSOLE_EVENTLOOP==0 |
tree | commitdiff |
2009-09-30 |
Paul Cornett | build fix for wxUSE_SOCKETS==0 |
tree | commitdiff |
2009-09-30 |
Stefan Csomor | support backgroundcolor on osx_cocoa |
tree | commitdiff |
2009-09-30 |
Julian Smart | Applied #11260 (found a regression while checking in... |
tree | commitdiff |
2009-09-30 |
Vadim Zeitlin | Correct checks for conversion success in wxUniChar. |
tree | commitdiff |
2009-09-29 |
Václav Slavík | fix message box icons sizes in wxWindowsArtProvider... |
tree | commitdiff |
2009-09-29 |
Jaakko Salli | Removed dst buffer delete responsibility from wxAnyValu... |
tree | commitdiff |
2009-09-29 |
Julian Smart | #11259: Correction for bad help button on OSX |
tree | commitdiff |
next |