]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2004-07-03  Robin DunnInvalidate notebook best size when pages are added...
2004-07-03  Gilles Depeyrotadded missing include files for compilation with Apple...
2004-07-03  Václav Slavíkimplemented tab order in wxGTK2
2004-07-03  Václav Slavíkdemonstrate tab order
2004-07-03  Václav Slavíkdon't use deprecated wxUsleep
2004-07-03  Václav Slavíkm_queuedFullRedraw is not used anymore
2004-07-02  Václav SlavíkwxTaskBarIconBase event handlers were never called...
2004-07-02  Václav Slavíkfixed memory leak in wxNativeFontInfo when using Pango
2004-07-02  Václav SlavíkBCC compilation fix
2004-07-02  George TaskerPatch # 984209 - Calls to wxFind() were using an old...
2004-07-02  George TaskerPatch # 984215 - Insert was returning SUCCESS after...
2004-07-02  Stefan Csomorsleep methods in synch with last changes
2004-07-02  Stefan Csomormoving implementation out of class declaration
2004-07-01  Vadim Zeitlinadded wxMilli/MicroSleep(), deprecated wxUsleep()
2004-07-01  Vadim Zeitlinfix wxTolower/upper() behaviour with signed chars ...
2004-07-01  Vadim Zeitlincall InheritAttributes() during creation
2004-07-01  Václav Slavíkdon't force excessively large minsize, it makes the...
2004-07-01  Julian SmartComboboxes should have default height
2004-07-01  Vadim Zeitlinadded wxMilli/MicroSleep(), deprecated wxUsleep()
2004-07-01  Vadim Zeitlinadded wxGetKeyState() doc (patch 967255)
2004-07-01  Vadim Zeitlinimplementation of the range insert for wxStringArray...
2004-07-01  Vadim Zeitlinadded and documented wxWindow::MoveBefore/AfterInTabOrder()
2004-07-01  Vadim Zeitlinremoved spurious semicolon
2004-07-01  Vadim Zeitlinfont inheritance fixes (patch 983251)
2004-07-01  Vadim Zeitlinrecognize EUC-KR charset (patch 983264)
2004-07-01  Vadim Zeitlinupdate from Hiroshi Saito (patch 981938)
2004-07-01  Václav Slavíkset descent in GetTextExtend; use PANGO_PIXELS instead...
2004-07-01  Václav Slavíksimplified justification code; fixed incorrect position...
2004-07-01  Václav Slavíkfixed a bug that prevented wxLogGui from being used...
2004-07-01  Václav Slavíkcopy doc/ directory to builddir
2004-07-01  Robin DunnreSWIGged
2004-07-01  Robin DunnPrint start and stop time
2004-07-01  Robin Dunna little cleanup
2004-07-01  Robin Dunnadded CmdDown()
2004-07-01  Vadim Zeitlinuse CmdDown() instead of #ifdefs for Mac
2004-07-01  Vadim Zeitlinadded and documented wxKey/MouseEvent::CmdDown()
2004-06-30  Robin DunnThe gaps should *not* be included in the space given...
2004-06-30  Vadim Zeitlinmention that wxPostEvent() only works for sending messa...
2004-06-30  Vadim Zeitlinmention that detached threads shouldn't be deleted
2004-06-30  Robin DunnNeed to ensure that the right background is explicitly...
2004-06-30  Robin Dunnfixed typo
2004-06-30  Robin DunnFixed typos and added test case that changes the font...
2004-06-30  Robin DunnLayout fixes due to measuring with the wrong font....
2004-06-30  Robin DunnSince the wxPyMake_wxObject typemap is also used for...
2004-06-30  Robin DunnAllow the size, pos, and title of the default output...
2004-06-30  Václav Slavíkupdate for CVS versions of bakefile
2004-06-30  Václav SlavíkSetDefaultXXX -> SetOwnXXX
2004-06-30  Vadim Zeitlintrying to fix missing new line before a heading start
2004-06-30  Vadim Zeitlinmade GetTextExtent() work correctly with NULL theFont...
2004-06-30  Vadim Zeitlindon't use &this->GetFont(), this is _not_ valid C+...
2004-06-30  Vadim Zeitlinadded WindowHDC similar to Screen/MemoryHDC
2004-06-30  Vadim Zeitlinfix VC++ warning about redeclaring wxHtmlHelpMergedInde...
2004-06-30  Václav Slavíkimplemented wxSS::GetMetric on wxGTK2 (patch 950618)
2004-06-30  Václav Slavíkdecoupled attributes inheritance and m_hasXXX flags
2004-06-30  Václav SlavíkwxXXChoiceDialog documentation fixes
2004-06-30  Václav Slavíkmade GetEntitiesParser public, it's useful for some...
2004-06-30  Václav Slavíkfixed HTML entities parsing inside <titl
2004-06-29  Robin DunnLots of SWIGging
2004-06-29  Václav Slavíkput -DNO_GCC_PRAGMA into CPPFLAGS
2004-06-29  Robin Dunncleanup whitespace
2004-06-29  Robin DunnAllow the MustHaveApp exception feature to be inherited
2004-06-29  Robin DunnAdd SetState/GetState for wxMSW
2004-06-29  Robin DunnDon't need to adjust the position for HitTest any longer
2004-06-29  Robin Dunnremoved some commented out code that should have been...
2004-06-29  Robin Dunnminsize and attribute tweaks
2004-06-29  Vadim Zeitlinremoved gtk.h include
2004-06-29  Vadim Zeitlindocumented return value of Find[Absolute]ValidPath...
2004-06-29  Vadim Zeitlinfixed bug in FindAbsoluteValidPath() which returned...
2004-06-29  Vadim Zeitlinrecognize roman8 charset as us-ascii (this is wrong...
2004-06-29  Václav Slavíkimplemented wxFRAME_NO_TASKBAR for wxGTK2
2004-06-29  Václav Slavíkimplemented nested index entries and index entries...
2004-06-29  Robin DunnreSWIGged
2004-06-29  Robin Dunnuse TWIST buttons by default on the Mac, but also make...
2004-06-29  Robin DunnreSWIGged
2004-06-29  Robin DunnTweaks for testing styles
2004-06-29  Robin DunnAdd some refreshes to try and workaround a display...
2004-06-29  Robin DunnRefresh after changing the bitmap
2004-06-29  Robin DunnUse root for OSX build
2004-06-29  Robin Dunnfixed icon image data
2004-06-29  Robin Dunntweaked comment
2004-06-29  Robin DunnA little better failure message
2004-06-29  Robin DunnFixed HitTest for columns > 1
2004-06-29  Robin DunnAllow for Cmd-click on wxMac
2004-06-29  Robin DunnOops, forgot to remove som testing code
2004-06-29  Robin DunnwxTreeListCtrl still uses the wxTR_TWIST_BUTTONS style
2004-06-29  Robin DunnFixed lots of painting, clipping and alignment issues.
2004-06-28  Václav Slavíkimplemented wxFRAME_NO_TASKBAR for wxGTK2
2004-06-28  Václav Slavíkrespect absence of wxCENTRE
2004-06-28  Václav Slavíkimplemented nested index entries and index entries...
2004-06-28  Václav SlavíkwxHTML_REALLOC_STEP not used anymore
2004-06-28  Václav SlavíkwxObjArray::empty() was missing
2004-06-28  Václav Slavíktest nested indexes
2004-06-28  Václav Slavíkcreate wxDialog with proper _NET_WM hint so that the...
2004-06-28  Robin DunnFix HitTest offset, and some other little things that...
2004-06-28  Robin DunnAdded GetUnicodeKey
2004-06-28  Robin DunnUse top-level parent for the dialog parent
2004-06-28  Mattia Barbon Compilation fixes.
2004-06-28  Robin DunnAdd flush() to PyOnDemandOutputWindow
2004-06-28  Robin Dunnoverride GetLabe/SetLabel as on wxMac it will draw...
2004-06-28  Kevin OllivierFixing crash due to referencing a NULL m_font.
next