2004-07-02 |
Stefan Csomor | moving implementation out of class declaration |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Vadim Zeitlin | added wxMilli/MicroSleep(), deprecated wxUsleep() |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Vadim Zeitlin | fix wxTolower/upper() behaviour with signed chars ... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Vadim Zeitlin | call InheritAttributes() during creation |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Václav Slavík | don't force excessively large minsize, it makes the... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Julian Smart | Comboboxes should have default height |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Vadim Zeitlin | added wxMilli/MicroSleep(), deprecated wxUsleep() |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Vadim Zeitlin | added wxGetKeyState() doc (patch 967255) |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Vadim Zeitlin | implementation of the range insert for wxStringArray... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Vadim Zeitlin | added and documented wxWindow::MoveBefore/AfterInTabOrder() |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Vadim Zeitlin | removed spurious semicolon |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Vadim Zeitlin | font inheritance fixes (patch 983251) |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Vadim Zeitlin | recognize EUC-KR charset (patch 983264) |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Vadim Zeitlin | update from Hiroshi Saito (patch 981938) |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Václav Slavík | set descent in GetTextExtend; use PANGO_PIXELS instead... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Václav Slavík | simplified justification code; fixed incorrect position... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Václav Slavík | fixed a bug that prevented wxLogGui from being used... |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Václav Slavík | copy doc/ directory to builddir |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Robin Dunn | Print start and stop time |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Robin Dunn | a little cleanup |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Robin Dunn | added CmdDown() |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Vadim Zeitlin | use CmdDown() instead of #ifdefs for Mac |
commit | commitdiff | tree | snapshot |
2004-07-01 |
Vadim Zeitlin | added and documented wxKey/MouseEvent::CmdDown() |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Robin Dunn | The gaps should *not* be included in the space given... |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Vadim Zeitlin | mention that wxPostEvent() only works for sending messa... |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Vadim Zeitlin | mention that detached threads shouldn't be deleted |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Robin Dunn | Need to ensure that the right background is explicitly... |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Robin Dunn | fixed typo |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Robin Dunn | Fixed typos and added test case that changes the font... |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Robin Dunn | Layout fixes due to measuring with the wrong font.... |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Robin Dunn | Since the wxPyMake_wxObject typemap is also used for... |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Robin Dunn | Allow the size, pos, and title of the default output... |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Václav Slavík | update for CVS versions of bakefile |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Václav Slavík | SetDefaultXXX -> SetOwnXXX |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Vadim Zeitlin | trying to fix missing new line before a heading start |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Vadim Zeitlin | made GetTextExtent() work correctly with NULL theFont... |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Vadim Zeitlin | don't use &this->GetFont(), this is _not_ valid C+... |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Vadim Zeitlin | added WindowHDC similar to Screen/MemoryHDC |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Vadim Zeitlin | fix VC++ warning about redeclaring wxHtmlHelpMergedInde... |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Václav Slavík | implemented wxSS::GetMetric on wxGTK2 (patch 950618) |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Václav Slavík | decoupled attributes inheritance and m_hasXXX flags |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Václav Slavík | wxXXChoiceDialog documentation fixes |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Václav Slavík | made GetEntitiesParser public, it's useful for some... |
commit | commitdiff | tree | snapshot |
2004-06-30 |
Václav Slavík | fixed HTML entities parsing inside <titl |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Robin Dunn | Lots of SWIGging |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Václav Slavík | put -DNO_GCC_PRAGMA into CPPFLAGS |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Robin Dunn | cleanup whitespace |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Robin Dunn | Allow the MustHaveApp exception feature to be inherited |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Robin Dunn | Add SetState/GetState for wxMSW |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Robin Dunn | Don't need to adjust the position for HitTest any longer |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Robin Dunn | removed some commented out code that should have been... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Robin Dunn | minsize and attribute tweaks |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Vadim Zeitlin | removed gtk.h include |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Vadim Zeitlin | documented return value of Find[Absolute]ValidPath... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Vadim Zeitlin | fixed bug in FindAbsoluteValidPath() which returned... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Vadim Zeitlin | recognize roman8 charset as us-ascii (this is wrong... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Václav Slavík | implemented wxFRAME_NO_TASKBAR for wxGTK2 |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Václav Slavík | implemented nested index entries and index entries... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Robin Dunn | use TWIST buttons by default on the Mac, but also make... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Robin Dunn | Tweaks for testing styles |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Robin Dunn | Add some refreshes to try and workaround a display... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Robin Dunn | Refresh after changing the bitmap |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Robin Dunn | Use root for OSX build |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Robin Dunn | fixed icon image data |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Robin Dunn | tweaked comment |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Robin Dunn | A little better failure message |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Robin Dunn | Fixed HitTest for columns > 1 |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Robin Dunn | Allow for Cmd-click on wxMac |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Robin Dunn | Oops, forgot to remove som testing code |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Robin Dunn | wxTreeListCtrl still uses the wxTR_TWIST_BUTTONS style |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Robin Dunn | Fixed lots of painting, clipping and alignment issues. |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Václav Slavík | implemented wxFRAME_NO_TASKBAR for wxGTK2 |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Václav Slavík | respect absence of wxCENTRE |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Václav Slavík | implemented nested index entries and index entries... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Václav Slavík | wxHTML_REALLOC_STEP not used anymore |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Václav Slavík | wxObjArray::empty() was missing |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Václav Slavík | test nested indexes |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Václav Slavík | create wxDialog with proper _NET_WM hint so that the... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robin Dunn | Fix HitTest offset, and some other little things that... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robin Dunn | Added GetUnicodeKey |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robin Dunn | Use top-level parent for the dialog parent |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Mattia Barbon | Compilation fixes. |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robin Dunn | Add flush() to PyOnDemandOutputWindow |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Robin Dunn | override GetLabe/SetLabel as on wxMac it will draw... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Kevin Ollivier | Fixing crash due to referencing a NULL m_font. |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Kevin Ollivier | Fixed wxMDIChildWindow to be a native window on Mac... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Kevin Ollivier | Fixed typo in show available drives. |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Václav Slavík | documentation fix |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Vadim Zeitlin | update from Herbert Breunung which I forgot to commit... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Vadim Zeitlin | added include files section |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Vadim Zeitlin | added test for Lower()/Upper() with 8bit chars |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Vadim Zeitlin | don't duplicate code checking for X for X11 and Motif... |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Václav Slavík | don't mess with the fonts if not asked to |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Václav Slavík | removed wrong bg colour handling code |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Václav Slavík | more fixes to HTML entities parsing when loading .hhk... |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Václav Slavík | fixed typo |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Václav Slavík | warning fix |
commit | commitdiff | tree | snapshot |
next |