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-05 |
Dimitri Schoolwerth | Fixed failing to load ANI, BMP, and ICO images from... |
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-04 |
Robin Dunn | Adda virtual dtor to silence warnings |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Robin Dunn | Wipe the old framework (if any) when building a new... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Vadim Zeitlin | Fix compilation of wxFileSystemWatcher unit test in... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Vadim Zeitlin | Fix wxFileSystemWatcher usage instructions. |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Vadim Zeitlin | Implement watching directory correctly in MSW wxFileSys... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Vadim Zeitlin | Don't watch directories recursively in wxMSW wxFileSyst... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Vadim Zeitlin | Fix wxFileSystemWatcher::Remove() in wxMSW. |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Vadim Zeitlin | No changes, just slightly simplify wxFileSystemWatcher... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Vadim Zeitlin | Fix assert when creating wxBitmapButton without a valid... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Stefan Csomor | project files for xcode |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Stefan Csomor | removing old xcode files |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Stefan Csomor | removing old codewarrior files |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Stefan Csomor | removing old codewarrior files |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Stefan Csomor | removing old xcode files |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Stefan Csomor | removing old xcode files |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Dimitri Schoolwerth | Restored wxNotebook::HitTest for wxOSX-Carbon. |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Vadim Zeitlin | Don't crash on startup of console programs in monolithi... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Vadim Zeitlin | Correct wxDirExists() check in OS X wxFileSystemWatcher... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Vadim Zeitlin | Add wxDocManager::GetPageSetupDialogData() accessor. |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Vadim Zeitlin | Increase the number of index items shown by default... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Jouk Jansen | add src/common/affinematrix2d.cpp to OpenVMS makefiles |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Dimitri Schoolwerth | Fixed reading multiple images from ANI and ICO image... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Stefan Csomor | support multiline strings using the same workaround... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Václav Slavík | Make wxSpinCtrlGeneric usable as wxDVC editor control. |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Vadim Zeitlin | Translate various user-visible strings in rich text... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Vadim Zeitlin | Verify the validity of the buffer size in wxBufferedDC. |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Vadim Zeitlin | Add a section about STL containers-related incompatible... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Dimitri Schoolwerth | Rebaked test GUI projects with toplevel.cpp included. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Dimitri Schoolwerth | No code changes, fixed some typos. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Robin Dunn | Fix popen2 deprecation warning. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Vadim Zeitlin | Remove fixed size of gs_encodingNames array in font... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Vadim Zeitlin | Correct wxFontMapper tables for Big-5, Shift-JIS and... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Vadim Zeitlin | Fix wxULongLongNative::ToDouble() compilation with... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Vadim Zeitlin | Use correct GTK macro in wx_gtk_widget_get_sensitive(). |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Vadim Zeitlin | Fix check in assert in wxULongLong::ToULong(). |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Vadim Zeitlin | Don't specialize std::numeric_limits<> for wxLongLong... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Robin Dunn | Change --j to --jobs, add --mac_framework_prefix, add... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Vadim Zeitlin | Fix wxULongLong::ToDouble() for MSVC. |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Vadim Zeitlin | Disable numeric_limits<wxLongLong> test for VC6. |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Vadim Zeitlin | Get rid of useless temporaries in wxAffineMatrix2D... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Vadim Zeitlin | Add wxUSE_DC_TRANSFORM_MATRIX checks to the unit test. |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Jouk Jansen | Add wxUSE_DC_TRANSFORM_MATRIX to setup for OpenVMS |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Vadim Zeitlin | Change VIEWPORT_EXTENT constant in wxMSW wxDC code... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Vadim Zeitlin | Avoid rounding errors in wxMSW wxDC scaling code. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Vadim Zeitlin | Remove apparently erroneous -1 from DrawBitmap() in... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Vadim Zeitlin | Make wxSMALL_FONT larger under MSW as it was unreadable... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Vadim Zeitlin | Ensure that message boxes with only "OK" can be closed... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Vadim Zeitlin | Allow showing the print preview frame non modally. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Vadim Zeitlin | No changes, just replace #defines with enums in printin... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Vadim Zeitlin | Add a unit test for wxAffineMatrix2D class and its... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Vadim Zeitlin | Make it easier to compare wxImages in the unit tests. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Vadim Zeitlin | Update line height in generic wxListCtrl to match image... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Vadim Zeitlin | No changes, just simplify the mask checks in wxImage... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Vadim Zeitlin | Optimize alpha handling in wxImage::Rotate90() too. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Vadim Zeitlin | Fix assert when destroying wxDataViewCtrl being edited... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Vadim Zeitlin | No changes, just get rid of wxDataViewColumn::GetConstG... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Vadim Zeitlin | Specialize std::numeric_limits<> for wxLongLong and... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Robin Dunn | Don't change CC and CXX for the SDK options until after... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Robin Dunn | Remove lipo options, that hack is no longer needed... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Robin Dunn | Use DESTDIR properly and fix change-install-names scrip... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Stefan Csomor | fixes #12220 |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Robin Dunn | Fix the size of the tree's text editing box on Cocoa |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Dimitri Schoolwerth | Fixed filename in wxOSX-Cocoa's file dialog using exten... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Václav Slavík | Don't rely on RVO in wxON_BLOCK_EXIT_SET(). |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Vadim Zeitlin | Don't generate wxEVT_COMMAND_DATAVIEW_CACHE_HINT for... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Vadim Zeitlin | Don't close arcs drawn in wxPostScriptDC. |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Vadim Zeitlin | Change wxNotebook selection before sending page changed... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Vadim Zeitlin | Add wxDC::SetTransformMatrix() and related methods... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Vadim Zeitlin | Fix compilation error in recent change to wxSizeEvent... |
commit | commitdiff | tree | snapshot |
next |