]> git.saurik.com Git - wxWidgets.git/history - src
Slovenian translation update
[wxWidgets.git] / src /
2008-11-18  Jaakko SalliAllow wxPropertyGridInterface::ClearSelection() to...
2008-11-17  Vadim Zeitlinuse GetResolutionFromOptions() to honour wxIMAGE_OPTION...
2008-11-17  Vadim Zeitlinfix bad typo in the code: wxIMAGE_OPTION_RESOLUTION...
2008-11-17  Vadim Zeitlinadded the possibility to rescale the image during loadi...
2008-11-17  Vadim Zeitlinminor optimization: create wxTCPEventHandler only when...
2008-11-17  Vadim Zeitlinfix assert failure if NULL size pointer was passed...
2008-11-17  Vadim Zeitlinstricter reply code checking: verify that we get the...
2008-11-16  Paul Cornettsimplify wxPizza a bit by always drawing the border...
2008-11-16  Paul Cornettcleanup: unreachable code, unused variables, indentatio...
2008-11-16  Vadim Zeitlinfix some of icc 11.0 warnings and disable a few others
2008-11-16  Vadim Zeitlinfix restoration of the old font size in DoGetTextExtent...
2008-11-15  Francesco Montorsimake GetPaperRect() and GetResolution() const functions
2008-11-15  Jaakko SalliFixed various NULL reference issues. Also cleaned up...
2008-11-15  Jaakko SalliFixed wxPropertyGridPage::DoSetSplitterPosition() infin...
2008-11-14  Vadim Zeitlindo override SetSplitterPosition() in wxPropertyGridPage...
2008-11-14  Vadim Zeitlinremove unused static wxColourFromPGLong function
2008-11-14  Vadim Zeitlinremove useless comparison of unsigned value with 0
2008-11-14  Vadim Zeitlinmake code dealing with wxUSE_IDLEMENUUPDATES a bit...
2008-11-14  Vadim ZeitlinCanPaste() should be const too
2008-11-14  Vadim Zeitlinassigning line marker to itself shouldn't invalidate...
2008-11-14  Vadim Zeitlinconsistently use wxAuiPaneInfo::Has/SetFlag() instead...
2008-11-14  Vadim Zeitlincomparison of wxBitmapType with -1 is useless as it...
2008-11-14  Vadim Zeitlinmove the check for msgids matching the current language...
2008-11-14  Vadim Zeitlinassert in AddCatalog() if Init() hadn't been called...
2008-11-14  Vadim Zeitlinconsistently use ExtractLang() everywhere instead of...
2008-11-14  Robert Roebling#10183: patch to add wxOSX print job name
2008-11-13  Václav Slavíkimplement wxWindow::DragAcceptFiles() on all platforms
2008-11-13  Robert Roebling#10181: wxOSX: patch for proper wxPrintData to/from...
2008-11-13  Vadim Zeitlinfix warnings about hiding virtual wxGraphicsContext...
2008-11-13  Vadim Zeitlinno changes, just deTABbed
2008-11-12  Vadim Zeitlinadded check for self-assignment to wxPrintData::operato...
2008-11-12  Vadim Zeitlinthere is no sqrt(int) in standard C++ (although glibc...
2008-11-10  Vadim Zeitlincompilation fix after wxFont changes (closes #10152)
2008-11-10  Robert RoeblingAdded wxChoice renderer to wxDataViewCtrl
2008-11-09  Francesco Montorsiuse wxEventType coherently with the docs
2008-11-09  Francesco Montorsianother wxFont OS2 blind build fix
2008-11-08  Vadim Zeitlinfix race condition which could result in assert failure...
2008-11-08  Francesco Montorsiblind fix based on buildbot logs
2008-11-08  Vadim Zeitlinrelease the mouse in wxGrid dtor to avoid asserts when...
2008-11-07  Francesco Montorsifix build
2008-11-07  Bryan PettyPrevent activation of the AUI hint window (mini frame...
2008-11-06  Vadim Zeitlincheck for NULL pointer in IsExtensionInList()
2008-11-06  Jaakko SalliRemoved property editor validation failure assertions...
2008-11-06  Jouk Jansenchanging depricated font-family enums into current...
2008-11-05  Jouk Janseninserting generic mdi for OpenVMS Motif support
2008-11-05  Jouk Jansenromoving motif-mdi for OpenVMS compile support
2008-11-05  Vadim Zeitlinremove Motif MDI files not used any longer
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2008-11-04  Vadim Zeitlinfix wxXPMDataHandler silently broken by long->wxBitmapT...
2008-11-03  Francesco Montorsibuild fix
2008-11-03  Francesco Montorsibuild fixes
2008-11-03  Francesco Montorsibuild fixes
2008-11-03  Vadim Zeitlindon't crash trying to draw buttons with invalid bitmaps...
2008-11-03  Vadim Zeitlinfix (harmless) unused variable warning
2008-11-03  Francesco Montorsifix the incoherence pointed out by ifacecheck between...
2008-11-03  Jaakko SalliMoved Get/SetPropertyText/BackgroundColour() member...
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-11-02  Vadim Zeitlinremove tests for bool and {const,static,reinterpret...
2008-11-02  Vadim Zeitlinresolve the DLL linking problems with MSVC due to use...
2008-11-02  Vadim Zeitlinfix (justified) warnings about potential use of uniniti...
2008-11-01  Jaakko SalliIn composed string values, entry for last children...
2008-11-01  Jaakko SalliIt was not possible to set value of unspecified child...
2008-11-01  Jaakko SalliFix various warnings that only appear for release builds
2008-10-31  Jaakko SalliReworked wxPGCell. It is now reference counted, and...
2008-10-31  Václav SlavíkwxTLW: don't assert when setting null icons initially...
2008-10-31  Václav Slavíkfix toolbar buttons so that they don't disappear tempor...
2008-10-31  Paul Cornettmake sure update UI handlers are called for accelerator...
2008-10-30  Vadim Zeitlinfix linking problems due to MSVC implicitly considering...
2008-10-30  Václav SlavíkwxHTML: don't include extra whitespace in table cells
2008-10-30  Vadim ZeitlinVC6 compilation fix after last change (thanks buildbot)
2008-10-29  Vadim Zeitlinuse buffered streams to reduce the number of TCP packet...
2008-10-29  Vadim Zeitlinprovide ctors allowing to specify the non-default buffe...
2008-10-29  Vadim Zeitlinadded wxDocument::AlreadySaved() and use it in OnUpdate...
2008-10-29  Vadim Zeitlinfix assert when adding an entry to an already full...
2008-10-29  Jouk JansenUpdate OpenVMS compile support (problem cairo logical)
2008-10-28  Francesco Montorsimove wxVListBoxNameStr into vlbox.cpp source file ...
2008-10-28  Francesco Montorsimake IsKindOf() taking a const wxClassInfo* instead...
2008-10-28  Václav Slavíkfixed interpretation of line breaks in <pre> to conform...
2008-10-28  Vadim Zeitlinno real changes, just reformat before starting really...
2008-10-27  Vadim Zeitlindon't sleep too long to avoid missing the timers; added...
2008-10-27  Vadim Zeitlindon't save the initial selection if it's invalid in...
2008-10-27  Vadim Zeitlindisable workaround for lack of alpha support in native...
2008-10-27  Jaakko SalliRemoved dummy wxFont == operator implementation (IIRC...
2008-10-27  Robert RoeblingSet cursor to <from> in wxTextCtrk::SetSelection
2008-10-27  Robert RoeblingDisable focus out events during menu popup
2008-10-27  Robert RoeblingAdded method to disable focus_out handling temporarily
2008-10-25  Vadim Zeitlinrename ca@valencian description to "Valencian (Southern...
2008-10-23  Vadim Zeitlinfix a couple of typos pointed out by a translator
2008-10-22  Robert Roebling Ticket #10108 (bitmap from wxImage depth regression)
2008-10-22  Jaakko SalliMerged wxBaseEnumPropertyClass (intermediate property...
2008-10-21  Robert RoeblingCorrect TAB handling for generic wxDataViewCtrl
2008-10-21  Jaakko SalliRemoved deprecated functions wxPGChoices::HasValue...
2008-10-21  Jaakko SalliAdded workaround for wxGTK tab traversal problem
2008-10-20  Jaakko SalliUser should no longer be able to modify disabled or...
2008-10-20  Paul Cornettfix for assert failure when first paint event occurs...
2008-10-20  Robert RoeblingFix wxListCtrl::Insert() bug reported by Riccardo Cohen
2008-10-20  Vadim Zeitlinuse wxRegKey::QueryDefaultValue() explicitly to fix...
2008-10-20  Vadim Zeitlina couple of more left over Borland unused variable...
2008-10-20  Vadim Zeitlinslightly better error reporting (could still be improved)
next