2004-10-15 |
David Elliott | Allow the wxMenu to be owned by the NSMenu so that... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
David Elliott | Allow the dealloc message to be caught |
commit | commitdiff | tree | snapshot |
2004-10-15 |
David Elliott | Use wxObjcAutoRefFromAlloc for sm_cocoaTarget. |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | Adapt to new file naming scheme, new Installer structur... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | Restructured for new style RPMs, etc. Can build all... |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | be cmd.exe compatible |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | Don't make the metadata xml file anymore |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | * Don't reset LC_NUMERIC if on Python 2.4 |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | wxRect --> wx.Rect |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | workarounds for old versions of distutils |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Robin Dunn | put back the code to add the 3rd digit in the extraPath |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Vadim Zeitlin | use wxFileSize_t instead of wxFileOffset or off_t |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Vadim Zeitlin | fixed wxFileSize_t definition under Unix |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Vadim Zeitlin | made Tell/Seek/Length() return wxFileSize_t as well |
commit | commitdiff | tree | snapshot |
2004-10-15 |
Vadim Zeitlin | added wxFileSize_t, changed types of wxFile methods... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Vadim Zeitlin | always let GTK process focus_out events itself |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Vadim Zeitlin | call Skip() under Mac |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Vadim Zeitlin | replaced deprecated GetNoHistoryFiles() function with... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Włodzimierz... | Do not waste time for USE_ODBC=0. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Włodzimierz... | Bug #1001474. Text!=Password. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Włodzimierz... | Warning fix for wxDateTime_t <-> MSW data exchange. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Włodzimierz... | Fix to wrong order of parameters. Used wxStringBase... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Włodzimierz... | Fix to the crash in all MSW/OpenWatcom apps using toolb... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Włodzimierz... | Fix to bug #1046289. dtor of wxMetaTagParser must be... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Włodzimierz... | Do not waste time with OpenGL turned off. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Włodzimierz... | Free DMC does not distribute OpenGL support. |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Ryan Norton | readd files to restore cocoa compilation |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Ryan Norton | Reverted and fixed really broken overcommit |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Václav Slavík | fixes to building wxBase on Darwin |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Julian Smart | Script updates |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Julian Smart | Doc tweaks |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Julian Smart | Added SetScrollLinesX, SetScrollLinesY so apps can... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Julian Smart | Commented out SetFont(wxNullFont) which causes an asser... |
commit | commitdiff | tree | snapshot |
2004-10-14 |
Václav Slavík | added wxTB_HORZ_LAYOUT |
commit | commitdiff | tree | snapshot |
2004-10-14 |
David Elliott | Removed empty wxCocoa wxFileDialog implementation |
commit | commitdiff | tree | snapshot |
2004-10-14 |
David Elliott | Reverted broken test to determine wxHAS_TASK_BAR_ICON |
commit | commitdiff | tree | snapshot |
2004-10-14 |
David Elliott | Removed empty wxCocoa taskbar files and broken files... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Vadim Zeitlin | give an #error if wxUSE_GLCANVAS == 0 instead of buildi... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Julian Smart | gtk_frame_focus_out_callback can be called with g_activ... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Ryan Norton | fix syntax errors |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Ryan Norton | fix syntax error |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Ryan Norton | small doc cleanup |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Robin Dunn | line segment fixes |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Robin Dunn | dc.DrawLines fixed [1046055] |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Włodzimierz... | Semicolon fixes according to Vadim's note about being... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Włodzimierz... | Darwin fixes (OW,BCC,MinGW,DMC tested). |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Włodzimierz... | Semicolon fixes according to Vadim's note about being... |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Włodzimierz... | Fix to reflect wxUNIVERSAL conditions from header. |
commit | commitdiff | tree | snapshot |
2004-10-13 |
Ryan Norton | crush compiler warnings and handle out of memory errors... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Vadim Zeitlin | check that item pointer is non-NULL in WM_DRAW/MEASUREITEM |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Robert Roebling | Added new wxPrintFactory code and made wxPrinter |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Włodzimierz... | Reverted due to Darwin and other conflicts. |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Włodzimierz... | Reverted due to Darwin conflict. |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Włodzimierz... | Reverted conflict with Darwin. |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Włodzimierz... | Warning fixes found under hardest mode of OpenWatcom... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Ron Lee | Update config.{guess,sub} |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Ron Lee | Regenerate .po files from 2.5.3 source. |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Václav Slavík | updated after moving xrc to the core |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Julian Smart | Restored the default wizard height to match 2.4 (and... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Julian Smart | Corrected swapped args |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Włodzimierz... | Whitespaces, tabs and fix to the lack of empty line... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Włodzimierz... | Remove old pragmas for avoiding warnings with Open... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Włodzimierz... | Undo last change due to STL. |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Ryan Norton | annoying oversight - someday compilers will point this out |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Ryan Norton | slight correction |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Ryan Norton | get rid of global vars |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Ryan Norton | I can't beleive I forgot this |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Václav Slavík | added wxNB_TOP |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Ryan Norton | patch from list to fix warning and get rid of unneccess... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Ryan Norton | compilo fix (blind) |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Ron Lee | Eliminate the redundant no_wx var and the extra test... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Ron Lee | Don't leak intermediate results of tests for wx2.4... |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Václav Slavík | added \ escaping in XRC (patch 1042675) |
commit | commitdiff | tree | snapshot |
2004-10-12 |
Julian Smart | Also distribute src/gtk/*.h |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Vadim Zeitlin | wxPuts() should output a trailing newline even in Unix... |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Vadim Zeitlin | mention that this file can be used under wx licence too |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Vadim Zeitlin | added ADVANCED_GTK_HDR section for src/gtk/eggtrayicon.h |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Robin Dunn | Use a better fixed size for the spin button |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Robin Dunn | Doc tweaks |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Robin Dunn | Clean up comments a bit |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Robin Dunn | MaskedEdit updates from Will Sadkin: |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Robin Dunn | forward declare wxPyTaskBarIcon |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Włodzimierz... | Warning fixes found under hardest mode of OpenWatcom... |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Ryan Norton | temp. solution to get unicode to work on 10.3 |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Włodzimierz... | Missed wxList::Erase description. |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Ryan Norton | cocoa doesn't need system framework - string conversion... |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Roman Rolinsky | Applied changes by Bartlomiej Gorny for recent files... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Roman Rolinsky | fixed spacer image |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Roman Rolinsky | Fixed spacer image |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Stefan Neis | Move children if parent gets resized. |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Julian Smart | Script tweak |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Julian Smart | Make dist correction for Motif |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Julian Smart | Script updates, FAQ updates from web site |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Julian Smart | Script updates |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Ryan Norton | correct assignment in constructors, a little optimizati... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Julian Smart | Script updates |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Julian Smart | Added PNG bitmaps for easier editing (forgot to commit... |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Julian Smart | Script tweaks |
commit | commitdiff | tree | snapshot |
2004-10-10 |
Julian Smart | Removed types that don't exist in iodbc |
commit | commitdiff | tree | snapshot |
next |