wxWidgets.git
2009-02-08  Paul Cornettnew wxTaskBarIcon implementation for GTK2
2009-02-08  Francesco Montorsiallow the user to set the status bar font
2009-02-08  Francesco Montorsiuse a single update UI handler for all menu commands...
2009-02-08  Paul Cornettnon-pch build fix
2009-02-08  Paul Cornettdo only what is necessary in SetScrollbars(), let the...
2009-02-08  Václav Slavíkfixed creation of tests/benchmarks VC++ project files...
2009-02-08  Francesco Montorsido not deselect the item the user has just selected...
2009-02-08  Francesco Montorsioptimize rendering code by calling GetClientSize()...
2009-02-08  Francesco Montorsirevert insert=>append change; only for wxELLIPSIZE_END...
2009-02-08  Francesco Montorsiremove mobile samples from samples.bkl (last part of...
2009-02-08  Stefan Csomorturning on icons for osx-cocoa
2009-02-08  Vadim Zeitlinremove remaining traces of samples/mobile (continuation...
2009-02-08  Francesco Montorsiremove 'mobile' samples as they're not useful from...
2009-02-08  Francesco Montorsiupdate italian translation; add a Q+A for updating...
2009-02-08  Francesco Montorsiput MyFrame creation code in its ctor, not in MyApp...
2009-02-08  Vadim Zeitlindon't react to wxEVT_DESTROY events from child windows
2009-02-08  Francesco Montorsiuse Ellipsize() in wxStatusBarGeneric so that the text...
2009-02-08  Francesco Montorsisplit wxControl::Ellipsize() in two functions for bette...
2009-02-08  Stefan Csomormenu fixes, also fixes #10479
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-08  Stefan Csomoradding scroll wheel support
2009-02-08  Vadim Zeitlinonly do (c) and (C) translation in Unicode build
2009-02-08  Vadim Zeitlinmake dtor public to fix VC6 build
2009-02-08  Vadim Zeitlinuse bitmap mask if any in splash screen (closes #10470)
2009-02-08  Francesco Montorsisome more SetIcon() calls added; cleanup indentation...
2009-02-08  Francesco Montorsialways call SetIcon() on the main frame of the sample...
2009-02-08  Francesco Montorsimerge wxEditableListBox sample in widgets sample (it...
2009-02-07  Vadim Zeitlinfix other insert() overloads to work when inserting...
2009-02-07  Vadim Zeitlinremoved wrong check from splice(it, list, first)
2009-02-07  Kevin OllivierImplement GetDashCount() for Carbon/Cocoa.
2009-02-07  Kevin OllivierAdd (currently unimplemented) missing wxRegion construc...
2009-02-07  Kevin OllivierAssert if these methods are triggered to alert the...
2009-02-07  Francesco Montorsibuild wrapsizer sample when wxUSE_GUI==1
2009-02-07  Kevin OllivierThe GL library needs access to this.
2009-02-07  Vadim Zeitlinfix wxList::erase(it, end()) in non-STL build (see...
2009-02-07  Vadim Zeitlinfix (harmless for now) g++ warning about non-virtual...
2009-02-07  Francesco Montorsifix repaint problems when resizing the frame
2009-02-07  Vadim Zeitlinyet another wxUSE_DRAG_AND_DROP==0 compilation fix
2009-02-07  Vadim Zeitlinanother attempt to run tests with verbose logging in...
2009-02-07  Vadim Zeitlinadd semicolons after wxDEFINE_EVENT()
2009-02-07  Václav Slavíkwxrc: fix incorrectly generated code with --extra...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-02-07  Francesco Montorsiallow the user to set the contents of the status fields
2009-02-07  Vadim Zeitlinupdate custom event definition documentation; document...
2009-02-07  Vadim Zeitlinfix typo in last commit
2009-02-07  Vadim Zeitlinrename wxDECLARE_LOCAL_EVENT to just wxDECLARE_EVENT
2009-02-07  Vadim Zeitlinupdate/reorganize events overview and changed links...
2009-02-07  Francesco Montorsido not use preprocessor macros in interface headers...
2009-02-07  Vadim Zeitlinextract the important overviews in their own section...
2009-02-07  Stefan CsomorOSX currently doesn't expose an OnPaint anymore
2009-02-07  Francesco Montorsidocument the wxWindow::Get/SetLayoutDirection functions
2009-02-07  Francesco Montorsino real change: put event handlers together at the...
2009-02-07  Jaakko SalliEliminated two unneeded arguments from wxPropertyGrid...
2009-02-07  Jaakko SalliFixed and refactored wxPropertyGridManager decsription...
2009-02-07  Stefan Csomorreworking event handling to redirect to c++ virtual...
2009-02-07  Jaakko SalliAdded workaround for a bug that causes splitters not...
2009-02-07  Stefan Csomorcorrect shortcuts on mac, fixes #10464
2009-02-06  Vadim Zeitlinremove incorrect cast of wxString to char* (unnecessary...
2009-02-06  Vadim Zeitlincompilation fix for wxEVENTS_COMPATIBILITY_2_8 case
2009-02-06  Francesco Montorsifix some typos (return types)
2009-02-06  Francesco Montorsiremove typo
2009-02-06  Francesco Montorsifix title of the previously-modified section
2009-02-06  Vadim Zeitlinallow handling events in a function taking the base...
2009-02-06  Francesco Montorsimore user-friendly error message
2009-02-06  Francesco Montorsimention wxwindow::SetExtraStyle( wxWS_EX_VALIDATE_RECUR...
2009-02-05  Francesco Montorsifix LoadPanel() docs (closes #10467)
2009-02-05  Francesco Montorsidocument the protected functions of wxTextValidator...
2009-02-05  Francesco Montorsiremove mention of wxMutexGuiEnter/leave from the multit...
2009-02-05  Francesco Montorsifix the size of the generated controls using wxDefaultS...
2009-02-05  Francesco Montorsiadd code for debugging sizers/window sizes; it may...
2009-02-05  Francesco Montorsialways use wxSTAY_ON_TOP (closes #10447)
2009-02-05  Francesco Montorsifix warning about function hiding by using the 'On...
2009-02-05  Francesco Montorsifix warning
2009-02-05  Francesco Montorsiadd many references to the overview_windowsizing topic...
2009-02-05  Paul Cornettuse the right GdkWindow and origin for non-pizza widget...
2009-02-05  Bryan PettyDocumented wxAuiManagerEvent and it's related event...
2009-02-04  Vadim Zeitlinfix MSVC warning about implicit int to bool conversion
2009-02-04  Bryan PettyProperly distribute docs on string comparison operators...
2009-02-04  Vadim ZeitlinPCH-less compilation fix
2009-02-04  Robert RoeblingUse gtk_range_set_value() to set scrollbar and do that...
2009-02-04  Vadim Zeitlinuse WXDLLIMPEXP_FWD_BASE instead of WXDLLIMPEXP_BASE...
2009-02-04  Vadim Zeitlinanother compilation fix to switch in DoYield()
2009-02-04  Francesco Montorsifix no-PCH builds for wxMac
2009-02-04  Robert RoeblingUse wxRound() instead of (int)(my_double + 0.5);
2009-02-04  Vadim Zeitlincompilation fixes to DoYield() after latest changes
2009-02-04  Francesco Montorsiadd a wxEventType argument to wxThreadEvent for coheren...
2009-02-04  Francesco Montorsiuse WXDLLIMPEXP_CORE, not WXDLLIMPEXP_BASE for wxThread...
2009-02-04  Francesco Montorsifix wxThreadEvent linking in shared builds
2009-02-04  Francesco Montorsiupdate to the latest version of the patch at #10320...
2009-02-04  Jaakko SalliAdded useful comment to a code sample snippet
2009-02-04  Francesco Montorsifix the new wxThreadEvent class adopting the new type...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-02-04  Francesco Montorsiin debug mode when clicking with the middle mouse butto...
2009-02-04  Francesco Montorsidocument new wxBLUE_PEN object; add some more details...
2009-02-04  Jaakko SalliAdded proper COW to wxPGChoices, moved wxPGChoices...
2009-02-04  Francesco Montorsiadd standard wxBLUE_PEN for coherency with the colours...
2009-02-04  Vadim Zeitlinfix MSVC warning about implicit int to bool conversion
2009-02-04  Francesco Montorsiupdate list of classes supported by wxGenericValidator
2009-02-04  Vadim Zeitlinrestore the default bitmap icons size to 16*15, making...
2009-02-04  Vadim Zeitlincompilation fixes for wxMSW/Univ
next