2011-06-07 |
Vadim Zeitlin | Vietnamese translation update from Trần Ngọc Quân. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Stefan Csomor | using higher abstraction to allow for optimized impleme... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Stefan Csomor | speeding up rectangle drawing by using specific methods... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Stefan Csomor | 10.4 compatibility |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Stefan Csomor | reverting to idle handling |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Stefan Csomor | turning off unconditional usage of filter-delegate... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Stefan Csomor | supporting nested window disablers on the same window |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Stefan Csomor | supporting native background color on wxWindow descenda... |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Stefan Csomor | supporting native background on nonownedwindow, see... |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Stefan Csomor | adding another assert for tracking modalSession problems |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Julian Smart | Removed erroneous second reference to status bar height |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Stefan Csomor | allowing more system keys in fullscreen mode, properly... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Stefan Csomor | first implementation for state on custom renderer,... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Stefan Csomor | fixes #12867 |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Stefan Csomor | reactivate commented out method |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Stefan Csomor | cleanup |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Vadim Zeitlin | No changes, just avoid unused parameters warnings. |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Stefan Csomor | first stab at supporting custom renderers |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Robin Dunn | Virtualize StartEditor and add implementations for... |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Robin Dunn | Build fixes for using Cairo on MSW. |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Paul Cornett | fix memory leak in wxScreenDC, fixes #13249 |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Stefan Csomor | making sure |
commit | commitdiff | tree | snapshot |
2011-05-28 |
Vadim Zeitlin | Free calloc()'d pointer correctly in wxFSWatchEntryMSW. |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Steve Lamerton | Overhaul the wxWebView sample. Bring the style into... |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Dimitri Schoolwerth | Fixed saving GIFs on big-endian architectures. |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Vadim Zeitlin | Use #ifdef, not #if, to check for __WXGTK26__ symbol. |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Steve Lamerton | Load the wxWidgets homepage by default in the wxWebView... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Steve Lamerton | Do not show the wxWebView sample tools menu unless... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Steve Lamerton | Remove various bit of redundant code from the wxWebView... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Steve Lamerton | Add a new event type for new window creation, document... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Stefan Csomor | using systemui for full screen to allow modal dialogs |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Vadim Zeitlin | Correct the picker button best size computation. |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Stefan Csomor | guard against NULL textctrl, fixes #13247 |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Vadim Zeitlin | Correct type MSVCProjectBuilder in the build script. |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Vadim Zeitlin | Don't use native MSW wxHyperlinkCtrl implementation... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Vadim Zeitlin | Rebake after the addition of more richtext headers. |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Vadim Zeitlin | Add a trivial benchmark for wxDateTime::ParseDate(). |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Vadim Zeitlin | Italian translations update from Stefano <l.stickell... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Dimitri Schoolwerth | Fixed wxMessageBox with only an OK button returning... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Dimitri Schoolwerth | Applied patch containing small corrections to German... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Vadim Zeitlin | Avoid conversion from wxString to wxChar* and back... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Jaakko Salli | Allow wxPGProperty::IsChildSelected() to work recursively |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Steve Lamerton | Don't pass raw urls to logging functions in the wxWebVi... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Steve Lamerton | Block new frames being created in wxWebViewIE, bringing... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Steve Lamerton | Remove defined values from wxWebView enums. We probably... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Steve Lamerton | Move wxWebView documentation into a separate interface... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Vadim Zeitlin | Make picker control at least as high as the associated... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Steve Lamerton | Update wxWebViewIE::Reload so that reloading without... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Stefan Csomor | making sure clip (device coordinages) is applied before... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Vadim Zeitlin | Allow passing wxLongLong values directly to wx pseudo... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Vadim Zeitlin | Don't construct invalid wxDateTime in GTK calendar... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Vadim Zeitlin | Fix client to screen translation in wxWindowMSW::PopupM... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Steve Lamerton | Rename source files for consistency |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Vadim Zeitlin | Ensure that we never return negative client size. |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Vadim Zeitlin | No changes, just refactor the code in MSW wxGetOsDescri... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Vadim Zeitlin | Recognize Windows 7 and Server 2008 versions in wxGetOs... |
commit | commitdiff | tree | snapshot |
2011-05-15 |
Vadim Zeitlin | Allow dragging floating AUI frames by the gripper. |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Vadim Zeitlin | Fix small error in floating AUI frames client size... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Vadim Zeitlin | Fix restoring of wxAuiManager::m_has_maximized when... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Vadim Zeitlin | Correct the drawing of check tools with a drop down... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Vadim Zeitlin | Reset the checked state of the first radio item in... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Vadim Zeitlin | Check for NULL pane window in wxAuiManager. |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Vadim Zeitlin | Improve checking for the landing point when docking... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Vadim Zeitlin | Draw wxAuiToolbar button text even if it has no bitmap. |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Vadim Zeitlin | Take the AUI floating title bar height into account... |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Vadim Zeitlin | Cancel dragging in wxAuiNotebook on capture loss. |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Vadim Zeitlin | Don't use the standard containers by default. |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Vadim Zeitlin | Fix the comparison function in the list control sample... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Vadim Zeitlin | Make wxListCtrl sort function take wxIntPtr, not long... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Vadim Zeitlin | Define wx[U]IntPtr as long, not [s]size_t, in 32 bit... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Vadim Zeitlin | Remove duplicated portability warning from wxShowEvent... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Dimitri Schoolwerth | Fixed wxUSE_STD_DEFAULT==0 compilation. |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Julian Smart | wxRTC doc updates |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Julian Smart | Use more appropriate border style |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Vadim Zeitlin | Don't document wxFileSystemWatcher::AddTree() as pure... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Stefan Csomor | separating observers for default mode (outer 'normal... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Václav Slavík | Clarify that wxFileName::GetPath() appends separator... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Vadim Zeitlin | Attempt to work around Mac g++ 4.0 bug in fswatcher... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Vadim Zeitlin | Fix inserting radio menu items in wxGTK too. |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Vadim Zeitlin | Rewrote wxMSW radio menu items code to support not... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Jaakko Salli | Fixed a bug: Disabling a property didn't work properly... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Julian Smart | Added further wxRTC files to files.bkl |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Vadim Zeitlin | Document wxBitmapToggleButton XRC parameters. |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Vadim Zeitlin | Add wx/richtext/richtextuicustomization.h to the header... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Vadim Zeitlin | No changes, just sort richtext files in files.bkl. |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Julian Smart | More work on improving wxRTC documentation, copied... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Steve Lamerton | Enable IE backend in msw builds unconditionally until... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Steve Lamerton | Use correct reload flags on all platforms to avoid... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Steve Lamerton | Move msw configuration checking to chkconf.h |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Steve Lamerton | Add the correct dll export macros |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Dimitri Schoolwerth | Fixed failing to load ANI, BMP, and ICO images from... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Steve Lamerton | Minor fixes to allow web sample to compile |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Steve Lamerton | Fix compilation under dll builds. Wrap source files... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Steve Lamerton | A few more build fixes |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Robin Dunn | When we're using GDI+, the DC might have transforms... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Steve Lamerton | Various typos fixes and minor build system changes... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Steve Lamerton | Tidy the files list, move the wxWEB files to their... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Steve Lamerton | Set the correct svn properties on the new files. Correc... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Steve Lamerton | Application of the most recent wxWebView patch, the... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Robin Dunn | Adda virtual dtor to silence warnings |
commit | commitdiff | tree | snapshot |
next |