]> git.saurik.com Git - wxWidgets.git/history - src
Make keyboard input to controls in a wxPopupWindow work in at least some cases, embed...
[wxWidgets.git] / src /
2008-10-06  Robert RoeblingMake keyboard input to controls in a wxPopupWindow...
2008-10-06  Robert RoeblingWrong order of calls
2008-10-06  Francesco Montorsibetter error messages, when possible
2008-10-06  Stefan Csomorswitching away from angle brackets includes, deactivati...
2008-10-06  Stefan Csomormoving more things to common API between carbon and...
2008-10-06  Vadim Zeitlinset svn properties correctly
2008-10-05  Jaakko SalliFix RCS-IDs
2008-10-05  Jaakko SalliFix RCS-ID
2008-10-05  Jaakko SalliBetter use of Connect()
2008-10-05  Jaakko SalliNeed to call wxVScrolledWindow::UpdateScrollbar() in...
2008-10-05  Jaakko SalliHave GetDescBoxHeight() return value consistent with...
2008-10-05  Jaakko SalliCall RecreateControls() if relevant window style flag...
2008-10-05  Jaakko SalliGetEditableState() with DescBoxState flag could assert
2008-10-04  Vadim Zeitlinadded the possibility to draw grid lines across the...
2008-10-04  Robert RoeblingAlso use F4 shortcut for textfield + button combination
2008-10-04  Jaakko SalliFixed use of erase() in wxPGChoices::RemoveAt()
2008-10-04  Jaakko SalliAdded Description Box Height to saveable/restoreable...
2008-10-04  Robert RoeblingRemoved wxNavigationKey code, new keyboard navigation
2008-10-04  Robert RoeblingAlso use F4 as short-cut for opening pop-up
2008-10-03  Vadim Zeitlindon't duplicate base class m_acceleratorTable as m_acce...
2008-10-03  Jaakko SalliFixed bug: wxPG_EX_AUTO_UNSPECIFIED_VALUES was basicall...
2008-10-03  Jaakko SalliIncrease properties' tolerance for wxNullVariant as...
2008-10-03  Jaakko SalliMust still delete m_cells items by explicit type (since...
2008-10-03  Vadim Zeitlinreturn false if the file passed to Load() doesn't exist...
2008-10-03  Jaakko SalliMinor additional clipper window related code and commen...
2008-10-03  Vadim Zeitlinfix off by one byg in ReserveId() (closes #10020)
2008-10-03  Jaakko SalliRemove wxPGClipperWindow, use wxBORDER_NONE instead...
2008-10-03  Jaakko SalliFurther fix m_children use with wxUSE_STL=1
2008-10-03  Vadim Zeitlinno changes, just removed commented out code accidentall...
2008-10-03  Jouk Jansenadding variable initialization to 0
2008-10-02  Vadim Zeitlinhonour wx{CLOSE,MINIMIZE,MAXIMIZE}_BOX even for borderl...
2008-10-02  Jaakko SalliSetButtonShortcut() merged with action system
2008-10-02  Jaakko SalliMoved ClearModifiedStatus() to wxPropertyGridInterface
2008-10-01  Václav Slavíkget rid of public constants for various XRC defaults...
2008-10-01  Jaakko SalliRecognize lack of wxTAB_TRAVERSAL style
2008-10-01  Jaakko SalliUse wxPendingDelete
2008-10-01  Jaakko SalliAdded useful comment
2008-10-01  Jaakko SalliFixed wxPG sourceforge tracker bug #2138858, applied...
2008-10-01  Vadim Zeitlinadd a more readable wrapper for CreateDocument(wxEmptyS...
2008-10-01  Jaakko SalliUnfocus text editor when enter is pressed
2008-10-01  Jaakko SalliUse m_children as it were std::vector
2008-10-01  Julian SmartOnly ignore Alt down on Mac
2008-10-01  Julian SmartNow accepts keys that are generated with Alt
2008-10-01  Vadim Zeitlindon't distribute negative extra space among box sizer...
2008-10-01  Václav Slavíkcompilation fix
2008-10-01  Benjamin Williamsapplied patch from ticket 10015; wxToolBar compatibility
2008-10-01  Stefan Csomorcopying sizes upon construction, HDC doesn't deliver...
2008-10-01  Stefan Csomorfixing release handling of dc
2008-10-01  Jouk JansenwxMOTIF ?: wxcursor:wxcursor overload fix
2008-09-30  Václav Slavíkdon't cache tray protocol availability result in wxTask...
2008-09-30  Václav Slavíkadded wxTaskBarIcon::IsAvailable
2008-09-30  Stefan Csomorsupporting NO_BORDER for Cocoa as well
2008-09-30  Jaakko SalliConverted various wxArrayPtrVoids to wxVectors
2008-09-30  Jaakko SalliFix Connect() calls in SetupChildEventHandling()
2008-09-30  Jaakko SalliTry to make SetupChildEventHandling() more foolproof
2008-09-30  Václav SlavíkwxToolBar XRC handler should call SetupWindow() to...
2008-09-30  Stefan Csomorperformance fix by Tim Kosse
2008-09-30  Václav SlavíkwxWizard XRC handler should call SetupWindow() to handl...
2008-09-30  Robert RoeblingMake wxPGCanvas accept focus even with child windows
2008-09-30  Robert RoeblingAdd wxPGCanvas RTTI for debugging purpose
2008-09-30  Robert RoeblingwxGTK's wxTextCtrl's borders can be removed
2008-09-30  Robert RoeblingMove body of SetFocusOnCanvas to .cpp file
2008-09-29  Václav SlavíkwxART_MISSING_IMAGE is not a valid wxArtClient value...
2008-09-29  Jaakko SalliMoved wxPropertyGrid::SetPropertyName() to wxPropertyGr...
2008-09-29  Jaakko SalliRemoved wxPG_EX_LEGACY_VALIDATORS
2008-09-29  Jaakko SalliRegisterAdditionalEditors() to work even if no wxProper...
2008-09-29  Jaakko SalliMake wxPGValidationInfo class instead of struct, re...
2008-09-29  Vadim Zeitlinno real changes, just fixed all occurences of 'occurenc...
2008-09-29  Vadim Zeitlinfix After{First,Last}() to work for strings with non...
2008-09-28  Julian SmartFix for deleting first word in the control
2008-09-28  Václav SlavíkwxGTK: Fixed printing to use fonts sizes adjustment...
2008-09-27  Jaakko SalliwxPropertyGrid::RegisterEditorClass() now CHECK_MSG...
2008-09-27  Jaakko SalliwxPropertyGridInterface docs cleanup and fixes, removed...
2008-09-27  Jaakko SalliFixed wxPGMultiButton (event handling, FinalizePosition...
2008-09-27  Jaakko SalliFixed a warning
2008-09-26  Jaakko SalliFixed and clarified editor control event handling
2008-09-26  Vadim Zeitlineliminate the hysteresis when scrollbars didn't disappe...
2008-09-26  Vadim Zeitlinfix ParseFormat("%d") to set the date it finds (#10002)
2008-09-26  Vadim Zeitlinusing CLSCTX_ALL fails with Microsoft Office applicatio...
2008-09-25  Vadim Zeitlindon't give errors if SetLayeredWindowAttributes() is...
2008-09-25  Francesco Montorsifix for non-PCH builds
2008-09-25  Francesco Montorsibuild fix
2008-09-25  Francesco Montorsiprovide backward-compat wxCursor(int) ctor; remove...
2008-09-25  Jaakko SalliRemoved wxPropertyGridManager::GetChildrentCount()...
2008-09-25  Jaakko SalliAddPage(), InsertPage() now return page ptr instead...
2008-09-25  Jaakko SalliRemoved wxPGProperty:GetArrIndex() in favor of GetIndex...
2008-09-25  Vadim Zeitlindon't test for both stream.fail() and stream.bad()...
2008-09-25  Jaakko SalliSlightly better wxStockCursor usage
2008-09-25  Vadim Zeitlinspecify the file name in IO errors messages; also make...
2008-09-25  Jaakko SalliFixed bug: Settings property attribute to wxNullVariant...
2008-09-25  Jaakko SalliFix wxCursor() ctor compilation by casting argument...
2008-09-25  Robin DunnConsolidate old and new implementations of Get/SetSelection
2008-09-25  Jaakko SalliFixed bug: wxPGProperty::OnEvent() was never called...
2008-09-25  Vadim Zeitlinfix parsing of IP literals in URIs, added test for it
2008-09-25  Vadim Zeitlinremoved hardcoded size of 66 bytes of PRINTDLG struct...
2008-09-25  Francesco Montorsismall build fixes for PCH-less builds
2008-09-25  Stefan Csomoravoiding crash for pure modifier events
2008-09-25  Robin DunnMore changes needed to fix problems resulting from...
2008-09-25  Kevin OllivierGet wxMediaCtrl stub impl. going for OS X Cocoa.
2008-09-25  Kevin OllivierRemove some wxCocoa stuff that isn't in OS X Cocoa.
next