2004-05-08 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-05-08 |
Dimitri Schoolwerth | removed tab characters; minor code cleanup |
commit | commitdiff | tree | snapshot |
2004-05-08 |
Dimitri Schoolwerth | don't repaint window if hidden: reduces flickering... |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Vadim Zeitlin | regenerated |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Robin Dunn | Tweaks |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Robin Dunn | Switch to using a Python buffer object for the sound... |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Vadim Zeitlin | split wxUSE_MDI from wxUSE_MDI_ARCHITECTURE (which... |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Robin Dunn | wxMemoryBuffer typemap needs to set the data length |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Vadim Zeitlin | don't define DestroyClippingRegion() any more but simpl... |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Vadim Zeitlin | don't add WS_VISIBLE to all windows style (replaces... |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Robin Dunn | Some test code for loading sound from data |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Robin Dunn | Change wxSound ctor wrappings so sound can be loaded... |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Robin Dunn | Don't use deprecated list methods |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Vadim Zeitlin | complete Polish translations from ABX |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Robin Dunn | Patch# 893337, Fix for line control point handling... |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Robin Dunn | Patch #930307, really exit if wrong python on the mac |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Robin Dunn | Patch #945404, fix icon clipping |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Robin Dunn | Another addtomethod removed |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Robin Dunn | removed a debugging print |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Robin Dunn | Added OOR typemaps for wxPanel and wxDialog |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Robin Dunn | Corrected _setCallbackInfo code so GiveFeedback can... |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Chris Elliott | fix for motif /scintilla bugs |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Vadim Zeitlin | *really* updated the translations (last ommit didn... |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Dimitri Schoolwerth | applied patch #931719: "ESC closes dialog instead of... |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Stefan Csomor | fixed menu item numbering to mac convention |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Robin Dunn | SetInitialBestSize changes for wxMac |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Dimitri Schoolwerth | fixed bug #947908: wxString("abcdefghij", wxConvLibc... |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Robin Dunn | Tweaks to work around wxMac bugs |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Robin Dunn | demo tweaks |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Dimitri Schoolwerth | fixed unused variable warning |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Vadim Zeitlin | added support for --libs=std,... syntax in wx-config |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Robin Dunn | Don't #include the extra files unless we need them |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Robin Dunn | moved #define to before it is used |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Robin Dunn | Use wxVisualAttributes (#if'd out until tested further) |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Robin Dunn | Use wxVisualAttributes (partially #if'd out until teste... |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Vadim Zeitlin | updated wxstd.po and merged changes in the other catalogs |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Vadim Zeitlin | update from ABX |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Robin Dunn | Add GetClassDefaultAttribute. Since it is static we... |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Robin Dunn | Some tweaks |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Robin Dunn | Oops, forgot to cleanup some commented-out code before... |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Robin Dunn | Get(Class)DefaultAttributes() for wxGTK controls |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Vadim Zeitlin | don't create artificial alpha channel for all bitmaps... |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Vadim Zeitlin | corrections from ABX |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Vadim Zeitlin | more updates from Herbert Breunung |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Vadim Zeitlin | compilation fix for older compilers |
commit | commitdiff | tree | snapshot |
2004-05-06 |
Vadim Zeitlin | warning fix for BSD |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Vadim Zeitlin | call InitDialog() before showing the dialog, not after... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Vadim Zeitlin | oops, added missing const_cast to make last check in... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Vadim Zeitlin | use ResetClipping() instead of simply setting m_clippin... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Vadim Zeitlin | made GetClippingBox() work even for clipping region... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Vadim Zeitlin | mention non-const wxDC::GetPen/Font/Brush() removal |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Vadim Zeitlin | don't use non-const wxDC::GetBackground() which doesn... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Vadim Zeitlin | removed non-const accessors for pens, brushes, &c from... |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Vadim Zeitlin | update from ABX |
commit | commitdiff | tree | snapshot |
2004-05-05 |
Stefan Csomor | using const GetPen |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Robin Dunn | Added some info panels that show size and colour attrib... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Robin Dunn | Added multi-line TextCtrl |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Vadim Zeitlin | minor update from Herbert Breunung |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Vadim Zeitlin | check for multiple calls to gtk_glwindow_realized_callback |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Dimitri Schoolwerth | removed tab characters |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Dimitri Schoolwerth | delayed destruction of global memLocker object |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Vadim Zeitlin | update from Marco Cavallini |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Vadim Zeitlin | GetThumbLength() doesn't exist, GetThumbSize() does |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Stefan Csomor | allowing shaped windows again |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Julian Smart | Name change replacements |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Julian Smart | Improved real Latex support |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Robin Dunn | Added wxControl::PostCreation for wxGTK. Moved calls to |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Robin Dunn | Sorted and added StaticBox, StaticLine |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Robin Dunn | added notebook test |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Dimitri Schoolwerth | improved backwards compatibility when a wxGauge is... |
commit | commitdiff | tree | snapshot |
2004-05-04 |
Robin Dunn | Book controls also shouldn't do anything for SetInitial... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Robin Dunn | Initial/Best size fixes for wxRadioBox, wxSlider and... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Robin Dunn | cleanup after an exteption in the postcreate code,... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Robin Dunn | Added ability to execute more code after the widget... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Robin Dunn | a little cleanup and refresh |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Robin Dunn | Updated layout test |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Robin Dunn | Misc tests, scripts, etc. |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Vadim Zeitlin | set best size after filling the control with strings |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Vadim Zeitlin | removed the old hack needed to size the control properl... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Vadim Zeitlin | set min size to initial size when it is explicitly... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Vadim Zeitlin | override SetInitialBestSize() to do nothing (we must... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Vadim Zeitlin | call SetInitialBestSize(), not SetBestSize(), when... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Vadim Zeitlin | moved SetBestSize() to .cpp file; set min size from it |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Vadim Zeitlin | unTABbed |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Stefan Neis | Take the inverted coordinate system into account in... |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Stefan Neis | Don't choke on NULL pointer passed into wxSlider::GetSize. |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Stefan Neis | Don't choke on NULL pointer passed into wxSlider::GetSize. |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Vadim Zeitlin | don't let wxChoice created with default size to shrink... |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Stefan Neis | Workaround for compile problem in IconizeChildFrames. |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Stefan Neis | Added missing include. |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Vadim Zeitlin | fixed assert failure for a window which doesn't have... |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Vadim Zeitlin | moved OnExceptionInMainLoop() in .cpp from header |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Václav Slavík | corrected cppunit test's output |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Mattia Barbon | Make wxMotif buttons smaller (and nicer) by default, |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Mattia Barbon | Fixed MinGW compilation with GCC 3.x when wxUSE_STL... |
commit | commitdiff | tree | snapshot |
2004-05-02 |
Mattia Barbon | Added missing NO_GCC_PRAGMA check. |
commit | commitdiff | tree | snapshot |
next |