]> git.saurik.com Git - wxWidgets.git/history - src/x11
added --with-wxdir=DIR option
[wxWidgets.git] / src / x11 /
2003-01-04  Julian SmartUse nicer (swiss) font for default
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-14  Robert Roebling Compile fix for the iPaq. No idea why.
2002-09-13  Julian SmartApplied patch [ 608850 ] wxX11 menu accelerators need...
2002-09-12  Julian SmartCorrected typo that prevented mdig.h being copied
2002-09-07  Vadim Zeitlinapplied the workaround for XUnionRectWithRegion() retur...
2002-09-05  Robin DunnAdded effects.h to filelist.txt so it will get installe...
2002-09-02  Julian SmartMore casting to make gcc 3.2 behave.
2002-09-02  Julian SmartAnd some more casting
2002-09-02  Julian SmartAdded size_t cast to disambiguate array usage.
2002-09-01  Julian SmartRemoved warnings from ipcbase.cpp
2002-09-01  Julian SmartApplied patch [ 603104 ] wxX11 wxClientDC, wxPaintDC fix
2002-08-30  Julian SmartAdded another log.h; removed redundant trace args
2002-08-30  Julian SmartAdded log.h
2002-08-26  Robert Roebling Applied zero-size patch.
2002-08-20  Julian SmartApplied patch [ 597398 ] Generic MDI, wxNotebook based.
2002-08-18  Julian SmartDon't compile socket table if wxUSE_SOCKET is 0.
2002-08-17  Julian SmartFirst cut at socket support in wxX11
2002-08-16  Vadim Zeitlincompilation fix for wxApp after exitOnFrameDelete changes
2002-08-16  Robin DunnExit on frame delete is now initialized and handled...
2002-08-02  Julian SmartRenamed internal GetClientWindow to GetClientAreaWindow so
2002-07-31  Mattia BarbonRegenerated files.lst after addition of listbase.h
2002-07-24  Mattia BarbonUpdated Makefiles for all but Motif; there is either...
2002-07-19  Julian SmartSet default encoding
2002-06-25  Julian SmartCorrected OnAssert
2002-06-12  Vadim Zeitlinadded missing semicolons after asserts (patch 567853)
2002-05-28  Vadim Zeitlinfix compilation without WXDEBUG (includes patch 561458)
2002-05-05  Robert Roebling Corrected wrong use of delete in region code.
2002-05-04  Robert Roebling Added screen design to system settings for
2002-04-28  Vadim Zeitlinchanged DoDragDrop(bool) into DoDragDrop(int) and added...
2002-04-23  Václav Slavíkadded wx/msw/missing.h
2002-04-22  Julian SmartAdded some missing wxTextCtrl features to to-do list...
2002-04-22  Julian SmartFixed drawing sample compilo for wxMotif (doesn't have...
2002-04-17  Julian SmartAdded wxDF_HTML
2002-04-14  Robert Roebling Three more attempts to get metal look.
2002-04-10  Julian SmartCorrected PositionToXY, XYToPosition code
2002-04-10  Julian SmartFixed single-line text control breakage (sorry). Now...
2002-04-08  Robert Roebling wxTextCtrl::SetValue() sets m_modified to FALSE.
2002-04-08  Robert Roebling A little less flicker when selecting text.
2002-04-07  Václav Slavíkcleaned up the mess caused by FloodFill patch
2002-04-07  Julian SmartChanged caret to black and made it go when control...
2002-04-07  Robert Roebling Further work on wxTextCtrl.
2002-04-07  Robert Roebling Make text control send text update events.
2002-04-07  Robert Roebling Further work on wxTextCrl.
2002-04-06  Robert Roebling Added support for variable-width fonts
2002-04-02  Robert Roebling Fix some crashes in new wxTextCtrl.
2002-04-01  Julian SmartSeparated wxImage::FloodFill from image.cpp
2002-04-01  Julian SmartApplied FloodFill patch
2002-04-01  Julian SmartModifications to get wxNanoX compiling again
2002-04-01  Robert Roebling Temporarily use self-made wxTextCtrl in wxX11 until
2002-03-30  Robert Roebling Added code for erasing the small square between scrol...
2002-03-29  Robert Roebling Some work for wxX11 on 8-bit visuals.
2002-03-29  Robert Roebling Pop-up menus no longer jump before appearing.
2002-03-29  Robert Roebling Implemented two-window approach for pop-ups, since
2002-03-29  Vadim Zeitlincommented out an unused var
2002-03-28  Julian SmartIn bitmap.cpp, CreateFromImage, took GetWidth and GetHe...
2002-03-28  Julian SmartCompile corrections
2002-03-28  Robert Roebling More changes for better redraw flow under X11.
2002-03-28  Robert Roebling Compile fix for TLW under X11.
2002-03-26  Mattia BarbonwxIconBundle implementation.
2002-03-25  Robert Roebling Some more fiddling with two-window approach and
2002-03-24  Robert Roebling Implemented two-window approach for wxX11.
2002-03-24  Julian SmartAdded SetActive to wxEventLoop
2002-03-24  Václav Slavíkmove wxApp::GetStdIcon to wxArtProvider
2002-03-22  Julian SmartRemoved helpwxht.h/cpp (old wxHelpControllerHtml class)
2002-03-21  Václav Slavíkadded wxArtProvider
2002-03-21  Julian SmartPut dialog in more sensible place in Forty, got a bit...
2002-03-21  Julian SmartMinor fix for wxX11 compilation
2002-03-20  Robert Roebling No more pixel junk when resizing windows that
2002-03-18  Robin DunnRegenerated file lists so features.h would be installed
2002-03-17  Robert Roebling New WM decoration code. It fails to resize dialogs
2002-03-17  Robert Roebling New attempt to implement wxNO_FULL_REDRAW_ON_REPAINT.
2002-03-17  Ron LeeAdded wxBufferedDC class.
2002-03-16  Julian SmartCorrected typo
2002-03-16  Julian SmartAdded timeout to Dispatch(); attempted implementation of
2002-03-15  Julian SmartUse override_direct to remove decorations if wxNO_BORDE...
2002-03-14  Julian SmartAdded Layout() call to top level window Show() to preve...
2002-03-14  Robert Roebling Forgot to reset a flag.
2002-03-14  Julian SmartRemoved constraints check for wxDirDialog from configur...
2002-03-14  Julian SmartCompiles for Nano-X again
2002-03-14  Julian SmartRemoved duplicate WM line from motif/frame.cpp
2002-03-13  Robert Roebling Send size events from top level windows in idle time,
2002-03-12  Robert Roebling Added dialog tabbing to wxX11.
2002-03-12  Robert Roebling Implemented DoBlit().
2002-03-12  Julian SmartAdded constructor for wxColourRefData, else CloneRefDat...
2002-03-12  Julian SmartTrivially implemented DoDrawIcon
2002-03-12  Julian SmartReplaced Blit with DrawBitmap in wxPoem to make it...
2002-03-11  Julian SmartOnly reparent first window if there are several children
2002-03-10  Robert Roebling Next try on pop up menus. (#ifdef x11).
2002-03-10  Julian SmartMoved Nano-X specific code from univ to x11
2002-03-09  Julian SmartAdded reparenting helper classes to help apps to grab...
2002-03-09  Robert Roebling Various changes to make pop up menus work
2002-03-09  Václav Slavíkwhat about returning a value?
2002-03-08  Julian SmartProcessXEvent now returns TRUE if processed, FALSE...
2002-02-28  Robert Roebling Lots of things to make menus and submenus work.
2002-02-28  Vadim Zeitlinwarnings fixed
2002-02-27  Julian SmartNano-X: used drawable-to-wxImage function in wxBitmap...
2002-02-27  Julian SmartNano-X: added function to copy from a drawable to a...
2002-02-27  Julian SmartNano-X: bitmap now showing in wxMessageBox, but it...
2002-02-26  Julian SmartGot dialog sizing to work, downsized fonts a bit (thoug...
next