wxwidgets/samples
Vadim Zeitlin b6ea233845 Fix missing "net" library in webrequest makefile.unx
"base" library must always come last in the samples bakefiles as the
list of wx libraries to link with is generated when processing it, so
putting the "net" library after it had no effect.

See #23723.
2023-07-21 20:37:00 +02:00
..
access Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
animate Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
archive Don't use GUI settings for "archive" sample 2023-07-11 01:59:19 +02:00
artprov Fix memory leak in the art provider sample 2023-04-04 15:29:37 +02:00
aui Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
calendar Switch to using wxUILocale in the calendar sample 2023-03-04 16:47:08 +01:00
caret Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
clipboard Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
collpane Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
combo Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
config Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
console Fix building non-GUI samples out of tree 2023-07-10 19:37:21 +02:00
dataview Remove unnecessary variable in dataview sample 2023-07-08 01:28:00 +01:00
debugrpt Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
dialogs Add wxGenericAboutDialog::GetCustomControlParent() 2023-06-20 19:19:49 +02:00
dialup Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
display Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
dll Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
dnd Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
docview Stop using legacy wxSTD macro in the library code 2023-04-28 15:26:46 +02:00
dragimag Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
drawing Merge branch 'msw-overlay' 2023-02-20 18:28:21 +01:00
erase Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
event Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
except Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
exec Use std::vector<> instead of wxArray in exec sample 2023-04-24 22:47:18 +01:00
font Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
fswatcher Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
grid Stop using object array for wxGridCellCoordsArray 2023-04-12 18:09:47 +01:00
help Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
htlbox Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
html Fix default colours used by wxHtmlWindow in dark mode 2023-06-01 17:00:14 +01:00
image Stop using enum for integer constants in image sample 2023-03-30 21:18:02 +02:00
internat Merge branch 'scintilla-5.0' of https://github.com/MaartenBent/wxWidgets 2023-02-20 18:25:35 +01:00
ipc Fix building non-GUI samples out of tree 2023-07-10 19:37:21 +02:00
joytest Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
keyboard Add WXK_NUMPAD_CENTER to refer to numpad "5" in portable code 2023-05-06 21:57:47 +01:00
layout Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
listctrl Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
mdi Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
mediaplayer Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
menu Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
mfc samples/mfc: disable composition to allow wxClientDC to work 2023-06-11 01:56:21 -04:00
minimal Stop using "NULL" in the minimal sample 2023-04-17 18:36:33 +02:00
nativdlg Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
notebook Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
oleauto Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
opengl Link penguin OpenGL sample with GLU too when building out of tree 2023-07-20 15:14:10 +02:00
ownerdrw Use std::unique_ptr<> instead of wxDECLARE_SCOPED_PTR 2023-03-06 18:36:37 +00:00
popup Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
power Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
preferences Replace wxScopedPtr with std::unique_ptr in the samples too 2023-03-06 23:37:53 +01:00
printing Add support for printing only the current page 2023-03-29 01:15:06 +02:00
propgrid Replace some occurrences of wxUSE_STL with wxUSE_STD_CONTAINERS 2023-04-15 15:14:41 +01:00
regtest Use std::vector<> instead of wxArray in regtest sample 2023-04-24 22:47:18 +01:00
render Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
ribbon Fix wxRibbonToolBar::GetToolByPos() and DeleteToolByPos() 2023-04-18 14:37:04 +02:00
richtext Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
sashtest Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
scroll Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
secretstore Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
shaped Replace wxScopedPtr with std::unique_ptr in the samples too 2023-03-06 23:37:53 +01:00
sockets Fix building non-GUI samples out of tree 2023-07-10 19:37:21 +02:00
sound Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
splash Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
splitter Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
statbar Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
stc Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
svg Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
taborder Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
taskbar Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
taskbarbutton Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
text Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
thread Use std::vector<> instead of wxArray in thread sample 2023-04-24 22:47:18 +01:00
toolbar Update toolbar.cpp 2023-04-17 06:36:10 -04:00
treectrl Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
treelist Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
typetest Stop using legacy wxSTD macro in the library code 2023-04-28 15:26:46 +02:00
uiaction Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
validate Remove unnecessary includes of wx/dynarray.h from the samples 2023-04-24 22:47:18 +01:00
vscroll Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
webrequest Fix missing "net" library in webrequest makefile.unx 2023-07-21 20:37:00 +02:00
webview Use std::map<> instead of wxHashMap in webview sample 2023-04-24 22:47:18 +01:00
widgets Use flags required for using GTK in widgets sample 2023-07-11 13:40:23 +02:00
wizard Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
wrapsizer Rebake after bakefile changes 2023-02-14 22:52:26 +01:00
xrc Add support for dark mode colours to XRC 2023-05-27 21:51:51 +02:00
xti Update xti.cpp 2023-04-17 06:35:30 -04:00
makefile.gcc Remove memcheck sample 2023-01-05 18:24:57 +01:00
Makefile.in Build samples in parallel with "make -jN" 2017-08-15 19:16:27 +02:00
makefile.vc Remove memcheck sample 2023-01-05 18:24:57 +01:00
sample.ico Update sample icon to use new logo image in more resolutions 2021-07-06 12:53:39 +01:00
sample.rc Move manifest explanation in the main wxMSW install docs 2023-01-09 23:22:17 +00:00
sample.xpm Update sample icon to use new logo image in more resolutions 2021-07-06 12:53:39 +01:00
samples.bkl Remove memcheck sample 2023-01-05 18:24:57 +01:00