2005-02-07 |
Robin Dunn | a little cleanup |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Robin Dunn | Don't do str() on Numeric arrays |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Robin Dunn | Added wxNB_NOPAGETHEME and GetThemeBackgroundColour |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Robin Dunn | Don't add wxfilesdir twice |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Robin Dunn | wx.Rect.Inflate/Defalte docs |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Julian Smart | Don't release capture unless we already have it. |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Robin Dunn | Use wx.StdDialogButtonSizer |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Robin Dunn | update version number, add build_options patch |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Julian Smart | Added validator to generic date picker control |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Vadim Zeitlin | no changes, just added a couple of virtual keywords |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Włodzimierz... | wxSizeEvent for wxPalmTLW. wxScrollEvent for wxSlider. |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Julian Smart | Workaround for static controls appearing with a white... |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Julian Smart | Life! made more WinCE-friendly |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Václav Slavík | use wxUSE_DATEPICKCTRL |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Václav Slavík | added wxDatePickerCtrl XRC control |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Stefan Csomor | DebugAlloc and DebugFree must be present also if there... |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Ryan Norton | Remove event handlers wxApp::OnQueryEndSession and... |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Ryan Norton | Remove depreciated wxTabCtrl and wxTabEvent API from... |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Vadim Zeitlin | blind fix for XTI compilation after last change |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Václav Slavík | update for the next bakefile version (no effect with... |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Robert Roebling | GTK 1.2 compilo/link error. |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Robert Roebling | GTK 1.2 compilation. |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Julian Smart | Can now set msw.window.no-clip-children to 1 to elimina... |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Julian Smart | Set solid colour for whole control, not pages |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Julian Smart | Can suppress themed notebook page with wxNB_NOPAGETHEME or |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Julian Smart | Restored the ability to set the background colour for... |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Ryan Norton | Doc fixes N-Z edition. Thanks to Arnout for pointing... |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Robert Roebling | I think I found out how GTK+ want popup windows |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Mattia Barbon | wxX11 compilation fixes. |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Mattia Barbon | Replaced TRUE and FALSE with true and false |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Ryan Norton | Doc fixes A-M edition. Thanks to Arnout for pointing... |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Václav Slavík | updated |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Stefan Neis | fixed double delete in UpdateAttrRows/Cols introduced... |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Stefan Csomor | NULL warning fixes |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Stefan Csomor | proper style includes |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Stefan Csomor | type fixes |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Vadim Zeitlin | removed trailing semicolons after DECLARE_DYNAMIC_CLASS... |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Stefan Csomor | fixing NULL warnings |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Stefan Csomor | fixing NULL vs 0 warnings in gcc 4 |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Stefan Csomor | needed for avoiding double typedefs in xcode builds |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Stefan Csomor | newline before EOF fixes |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Vadim Zeitlin | use DECLARE_DYNAMIC_CLASS instead of DECLARE_ABSTRACT_CLASS |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Vadim Zeitlin | regenerated after adding popup sample |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Gilles Depeyrot | corrected initialization of private wxBitmapHandler... |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Gilles Depeyrot | order wxFontRefData member constructor initialization... |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Robert Roebling | Applied context menu patch. |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Robert Roebling | Applied compilation fix for memory.cpp. |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Stefan Csomor | newline before EOF fixes |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Julian Smart | Script updates |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Stefan Csomor | newline before EOF fixes |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Julian Smart | Spiner -> Spinner |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Stefan Csomor | As members have gone private, use Accessors |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Julian Smart | Fix for menu items not being disabled after a modal... |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Mattia Barbon | Miscellaneous compilation and warning fixes. |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Ryan Norton | wxRegKey docs by C.C.Chakkaradeep latexitized, sorted... |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Ryan Norton | Various underscore doc fixes |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Vadim Zeitlin | two changes and some cleanup: |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Vadim Zeitlin | ensure that _WIN32_IE is defined to max value before... |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Kevin Hock | As per the docs, the value returned is -1 if the value... |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Ryan Norton | char->wxChar |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Vadim Zeitlin | added complex popup |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Vadim Zeitlin | created bakefile and generated all makefiles from it... |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Robert Roebling | Reorganized char and keydown event code, hoping |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Robert Roebling | Forgot one. |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Robert Roebling | Second try to add "support" for deriving from |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Robert Roebling | Add comment about wxBitmap::SetPalette() not being... |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Robert Roebling | Make wxBitmap inherit from wxBitmapBase |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Robert Roebling | _conncect_after() should be used for controls emitting |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Robert Roebling | Blind patch for SetFont() in Unicode mode for wxX11. |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Ryan Norton | Put _something_ there for now.... |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Robert Roebling | added test for wxPopupTransientWindow. |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Ryan Norton | unix mediactrl stubs... |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Ryan Norton | FIX positioning problems with carbon media control... |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Julian Smart | Fix for assertions when updating UI and focus is on... |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Robin Dunn | Patch #1113284: wx.lib.calendar SetBusType() problem |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Robin Dunn | the window takes ownership of the caret |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Ryan Norton | Massive commenting/professionalize and add some other... |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Robin Dunn | Use the unicode character, if available in the event |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Ryan Norton | fix cocoa wxTimer Stop crash, proper autorelease stuff... |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Ryan Norton | cocoa wxTimer |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Ryan Norton | update to patch [ 1077074 ] Unit test for large file... |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Vadim Zeitlin | fixed Inflate() to not move the rectangle (patch 1114622) |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Ryan Norton | patch [ 1077074 ] Unit test for large file support |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Chris Elliott | fix path for pdf |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Vadim Zeitlin | a better fix for using builtin regex under BSD (also... |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Vadim Zeitlin | fixed stub code compilation (don't use PSYMBOL_INFO) |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Julian Smart | Updated version to 2.5.4 |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Ryan Norton | make cocoa mediactrl usable. Some touchups to carbon... |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Ryan Norton | use wx/math.h for math constants - avoids redifinition... |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Ryan Norton | fix double->unsigned char warnings |
commit | commitdiff | tree | snapshot |
2005-02-04 |
Ryan Norton | fix warnings on cocoa 10.2 also |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Ryan Norton | dispose of old control for new one |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Ryan Norton | prelimanary wxMediaCtrl cocoa support |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Robin Dunn | Ensure the wxVListBox gets the focus when it is clicked... |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Robin Dunn | Shorten key names, add some tooltips |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Robin Dunn | fix for read-only combobox |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Robin Dunn | Attempt to display the unicode character if running... |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Mattia Barbon | Automatically disable wxDialupManager for wxMac and... |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Mattia Barbon | Compilation fix for wxUSE_STACKWALKER == 0. |
commit | commitdiff | tree | snapshot |
2005-02-03 |
Mattia Barbon | wxX11 linking fix. |
commit | commitdiff | tree | snapshot |
next |