Include wx/log.h according to precompiled headers of wx/wx.h (with other minor cleaning).
[wxWidgets.git] / src / gtk1 /
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-24  Włodzimierz SkibaBuild fix after wxColourBase introduction.
2006-04-24  Włodzimierz Skiba[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-04-24  Włodzimierz SkibaInclude wx/string.h according to precompiled headers...
2006-04-20  Włodzimierz SkibaInclude wx/list.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/object.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-04-16  Vadim Zeitlincreate stock GDI objects on demand; use const with...
2006-04-15  Stefan NeisReplaced "uint" (which may be or may not be defined...
2006-03-28  Włodzimierz SkibaMake wxPASSWORD and wxPROCESS_ENTER really deprecated.
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2006-03-25  Robin DunnThe null byte at the end of the string should not be...
2006-03-24  Włodzimierz SkibaBack to unsigned int count in wxTreeCtrl.
2006-03-24  Włodzimierz SkibaFix after removal of PRIOR/NEXT in common headers ...
2006-03-24  Włodzimierz SkibaWarning fixes.
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-22  Włodzimierz SkibaSemicolon needed.
2006-03-21  Vadim Zeitlinadded semicolons after wxCHECK()s (part of patch 1450705)
2006-03-15  Włodzimierz SkibawxTinderbox warning fix.
2006-03-15  Mart RaudseppCompile fix. Seems to work too, at quick glance.
2006-03-15  Mart RaudseppICCCM says that the TIMESTAMP atom is required, so...
2006-03-15  Mart RaudseppDon't leak a gchar* in wxDataFormat::GetId()
2006-03-14  Włodzimierz SkibaWarning fix.
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-13  Włodzimierz SkibaTRUE/FALSE source cleaning.
2006-02-18  Mart Raudseppwx_gtk_vmsjackets.c seems to not be used by anything...
2006-02-10  Vadim ZeitlinGTK1 fixes after wxObject-derived classes copy ctors...
2006-02-09  Michael WetherellFix link errors from advdll_taskbar.o on cygwin
2006-02-05  Vadim Zeitlinuse GTKRemoveMnemonics instead of wxStripMenuCodes
2006-02-05  Vadim Zeitlinremoved GTKConvertMnemonics() which is not used in...
2006-01-31  Julian SmartwxControl::SetLabel no longer strips out codes so do...
2006-01-30  Julian SmartReverting patch 1325857
2006-01-27  Włodzimierz SkibaFix fro conflict between defs.h and glib headers.
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-25  Michael WetherellFixes for the GTK1 split
2006-01-23  Michael WetherellFixes for gtk1 separation
2006-01-23  Michael Wetherellgtk1 fixes
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
2006-01-19  Julian SmartApplied patch [ 1331340 ] faster Drawing of Polygons...
2006-01-18  Julian SmartApplied patch [ 1325857 ] CJK input method doesn't...
2006-01-16  Vadim Zeitlinreset g_SelectionBeforePopup sooner in gtk_popup_hide_c...
2006-01-14  Mart RaudseppRemove stray whitespaces
2006-01-12  Vadim Zeitlindefine wxEventLoopBase::ms_activeLoop in appcmn.cpp...
2006-01-12  Vadim Zeitlinshare wxEventLoop::IsRunning() implementation between...
2006-01-07  David Surovellminor cleanup
2006-01-05  Robin DunnAdded wxGetMouseState which returns the current state...
2006-01-03  Julian SmartAdded wxAddGrab, wxRemoveGrab for use by popup window...
2006-01-02  Michael WetherellAdd comments about the pango crashes on Solaris 10
2005-12-30  Michael WetherellThe Sun customised version of Pango shipping with Solar...
2005-12-28  David Surovellfix SetInvokingWindow link problem
2005-12-24  Vadim Zeitlinalso generate wxEVT_SCROLL_CHANGED as under wxMSW
2005-12-24  Vadim Zeitlindetermine the slider event type more precisely (i.e...
2005-12-24  Vadim Zeitlinfixed labels under GTK+ 1 after recent changes (remove...
2005-12-24  Vadim ZeitlinGTK+ 1 compilation fixes
2005-12-24  Vadim Zeitlinimplemented wxCURSOR_BLANK (bug 1377290)
2005-12-24  Vadim Zeitlinmoded wxWindow::PopupMenu() from window.cpp to menu...
2005-12-24  Vadim Zeitlinsend wxEVT_MENU_CLOSE from menubar deactivate handler...
2005-12-24  Vadim Zeitlinsend wxEVT_MENU_CLOSE at least sometimes
2005-12-19  Vadim Zeitlinfix for compilation without PCH
2005-12-18  Vadim Zeitlin1. changed wxControl::GetLabel() to return the original...
2005-12-18  Vadim Zeitlinremoved GetLabel() which didn't do anything but forward...
2005-12-13  Mart RaudseppRemove my binary compatibility stuff from HEAD. Patch...
2005-12-13  Mart RaudseppFix HitTest to return the proper tab index in case...
2005-12-08  David Surovellapplied patch 1376506 - remove unneeded member variable...
2005-11-30  Vadim Zeitlin1. derive wxGTK wxRadioBox from wxRadioBoxBase now...
2005-11-30  Włodzimierz SkibaMissing wxUSE_PALETTE markup (#1369489).
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-11-14  Julian SmartRemoved GTK+2 bitmap menu item code
2005-11-07  Mart Raudsepp[wxGTK] Support run-time changing of the wxFRAME_NO_TAS...
2005-11-07  Mart Raudsepp[wxGTK] Support changing the wxSTAY_ON_TOP style value...
2005-11-04  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxGTK part).
2005-11-04  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxGTK part).
2005-11-04  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxGTK part).
2005-11-03  Kevin HockUse toplevel parent rather than immediate parent as...
2005-10-26  Mart RaudseppCompilation fix...
2005-10-10  Kevin HockFor consistency with other ports, send TEXT event after...
2005-10-10  Vadim Zeitlinrefactored wxGTK scrolling: it has now fully-functionin...
2005-10-10  Vadim Zeitlinadded GtkUpdateScrollbar; folded some code duplicated...
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-10-05  Włodzimierz SkibawxColour source cleaning. Corrections to 'const unsigne...
2005-10-04  Włodzimierz SkibaFix for mistake with const for non pointer/reference...
2005-10-04  Włodzimierz SkibawxBrush::SetColour and wxPen::SetColour unified. Source...
2005-10-01  Vadim Zeitlinfix the size of the created subbitmap
2005-09-28  Vadim ZeitlinwxGTK1 compilation fix after last commit
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-26  Mart RaudseppRevert revision 1.102.2.2:
2005-09-26  Vadim Zeitlinfixed variable shadowing icc warnings
2005-09-25  Vadim Zeitlinfixed warnings about pointer to integer cast
2005-09-25  Vadim Zeitlinremoved more extraneous semicolons
2005-09-25  Vadim Zeitlinuse wxIsSameDouble() and wxIsNullDouble() for warning...
2005-09-25  Michael WetherellFixes for include guards, patch 1256967 Paul Cornett
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-25  Vadim Zeitlinposition is always unsigned in InsetPage(), no need...
2005-09-25  Michael WetherellFix for crash in ~wxWindow() on solaris
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-21  Mart Raudsepp[wxGTK] Remove wxTLW::RequestUserAttention related...
next