projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
no changes, just added a clarifying comment
[wxWidgets.git]
/
src
/
gtk
/
filedlg.cpp
2008-08-29
Paul Cornett
replace m_insertCallback with a virtual function, contr...
blob
|
commitdiff
|
raw
2008-08-29
Robert Roebling
Fix #9917: File save dialog does not honor file extensi...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-26
Paul Cornett
Hold a reference on m_widget for the life of the associ...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-10
Paul Cornett
some code cleanup
blob
|
commitdiff
|
raw
|
diff to current
2008-08-10
Paul Cornett
set extra widget from child inserter, so that correct...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-10
Paul Cornett
fix previous commit to respect minimum width
blob
|
commitdiff
|
raw
|
diff to current
2008-08-07
Paul Cornett
allow dialog to be resized smaller with extra control
blob
|
commitdiff
|
raw
|
diff to current
2008-08-07
Paul Cornett
fix sizing of extra control
blob
|
commitdiff
|
raw
|
diff to current
2008-03-02
Vadim Zeitlin
add support for custom controls in file dialog in wxGTK...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-29
Václav Slavík
1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-05
Vadim Zeitlin
removed all compile- and run-time checks for GTK+ ...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-05
Robert Roebling
[ 1823588 ] gtk filedlg - droping support for gtk 2.2
blob
|
commitdiff
|
raw
|
diff to current
2007-10-23
Vadim Zeitlin
use -Wunused-parameter with gcc for consistency with...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-17
Vadim Zeitlin
added new and improved wxFileCtrl implementation (patch...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-14
Vadim Zeitlin
make the path absolute before using it with gtk_file_ch...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-10
Václav Slavík
don't use implicit wxString->char*/wchar_t* conversion...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-05
Robert Roebling
Fix wxFD_FILE_MUST_EXIST
blob
|
commitdiff
|
raw
|
diff to current
2007-04-23
Vadim Zeitlin
remove wxWindow::m_needParent and use GTKNeedsParent...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-22
Vadim Zeitlin
added wxDialog::GetParentForModalDialog() and use it...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-19
Paul Cornett
Reorganize idle system code.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-16
Vadim Zeitlin
call gtk_file_chooser_set_current_folder even if the...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-12
Robin Dunn
Fix for when only a default dir is given without a...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-08
Vadim Zeitlin
1. don't assert if we're passed an empty defaultDir...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-25
Robert Roebling
Add m_fsStyle next to m_windowStyle
blob
|
commitdiff
|
raw
|
diff to current
2006-10-03
Paul Cornett
Don't free a string that is managed by wxGtkString...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-17
Robert Roebling
Commit patch [ 1559950 ] fix mem leaks in wx{Dir...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-19
Vadim Zeitlin
don't call base class OnOk() directly, use EndDialog...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-31
Mart Raudsepp
Don't use filename encoding conversion when passing...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-24
Vadim Zeitlin
wxFD_PREVIEW implementation for wxGTK (slightly modifie...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-30
Włodzimierz Skiba
wxFD_* constants without 2.6 compatibility (heavily...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-28
Vadim Zeitlin
File/dir dialog styles and other changes (patch 1488371):
blob
|
commitdiff
|
raw
|
diff to current
2006-05-28
Vadim Zeitlin
fix the bug which prevented the same wxFile/DirDialog...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-25
Włodzimierz Skiba
Include wx/msgdlg.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-19
Mart Raudsepp
Check if wxOVERWRITE_PROMPT style flag exists in the...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-15
Mart Raudsepp
Don't cast with G_OBJECT when passing a GObject to...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-11
Mart Raudsepp
[wxGTK2.4] Make affirmative button the default in wxFil...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-25
Włodzimierz Skiba
Include wx/intl.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-26
Włodzimierz Skiba
Include order is wxprec.h=>defs.h=>platform.h=>setup...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-24
Vadim Zeitlin
added missing consts and pass objects by const referenc...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-08-01
Mart Raudsepp
[wxGTK] wxFileDialog: Use native overwrite confirmation...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-14
Mart Raudsepp
Use the toplevel widget as the parent in gtk_file_choos...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-08
Włodzimierz Skiba
Second part of '[ 1216148 ] cleanup: unused variables...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-25
Robert Roebling
Prevent unnecessary assert when someone tries to
blob
|
commitdiff
|
raw
|
diff to current
2005-04-05
Włodzimierz Skiba
Deprecate wxPathExists, make wxDirExists used everywher...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-31
Julian Smart
Applied patch 1173802: Reimplementation of GtkFileChoos...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-27
Robert Roebling
Use conversion class in native GTK+ file dialog.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-24
Vadim Zeitlin
file dialog with wxMULTIPLE style still doesn't allow...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-24
Vadim Zeitlin
lame temporary "fix" for file names which are not UTF...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-21
Vadim Zeitlin
GTK+ callbacks must have C linkage (patch 1157384)
blob
|
commitdiff
|
raw
|
diff to current
2005-03-17
Włodzimierz Skiba
Fixed strange situation when we had wxPathExists and...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-27
Václav Slavík
blind fix for GCC compilation when #pragmas are honored
blob
|
commitdiff
|
raw
|
diff to current
2004-12-05
Robert Roebling
Implemented run-time checks for the GTK version
blob
|
commitdiff
|
raw
|
diff to current
2004-12-05
Robert Roebling
Moved the implemtation of the generic and the
blob
|
commitdiff
|
raw
|
diff to current
2004-11-28
Robert Roebling
Dirty hack to prevent double destruction of file...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-28
Robert Roebling
Reverted changes that set m_widget to NULL in native
blob
|
commitdiff
|
raw
|
diff to current
2004-11-28
Václav Slavík
fixed subtle SetDirectory bug re-introduced by latest...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-28
Václav Slavík
reverted, the problem is deeper than that
blob
|
commitdiff
|
raw
|
diff to current
2004-11-28
Václav Slavík
fixed to not duplicate code needlessly; clarified why...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-27
Robert Roebling
Fixes for file dialog. No longer spits out
blob
|
commitdiff
|
raw
|
diff to current
2004-11-23
Václav Slavík
compilation fix
blob
|
commitdiff
|
raw
|
diff to current
2004-11-19
Václav Slavík
applied modified patch with native GTK wxFileDialog
blob
|
commitdiff
|
raw
|
diff to current
2004-05-25
Dimitri Schoolwerth
applied patch #935127: "wxDIALOG_MODAL and wxDIALOG_MOD...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Use old licence name
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Name and version changes
blob
|
commitdiff
|
raw
|
diff to current
2003-09-20
Vadim Zeitlin
memory leak fixes in file dialogs (patch 783812)
blob
|
commitdiff
|
raw
|
diff to current
2003-08-09
Václav Slavík
added support for gcc precompiled headers
blob
|
commitdiff
|
raw
|
diff to current
2003-07-19
Vadim Zeitlin
extracted common code into a single wxfileDialogBase...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-14
Vadim Zeitlin
wxFileDialog cleanup, extracted common code to fldlgcmn...
blob
|
commitdiff
|
raw
|
diff to current
2000-10-08
Vadim Zeitlin
wxFileDialog changed to use (new) wxCHANGE_DIR flag...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-10
Jouk Jansen
Committing in .
blob
|
commitdiff
|
raw
|
diff to current
2000-03-07
Jouk Jansen
Committing in .
blob
|
commitdiff
|
raw
|
diff to current
1999-11-22
Robert Roebling
Include changes again. Something is wrong with CVS...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-08
Karsten Ballüder
replaced T() makro with wxT() due to namespace probs...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-04
Vadim Zeitlin
many changes; major ones:
blob
|
commitdiff
|
raw
|
diff to current
1999-07-27
Robert Roebling
Small distrib updates,
blob
|
commitdiff
|
raw
|
diff to current
1999-07-01
Robert Roebling
Corrected bug in filedlg.
blob
|
commitdiff
|
raw
|
diff to current
1999-06-14
Robert Roebling
Added zillions of #if wxUSE_XXX
blob
|
commitdiff
|
raw
|
diff to current
1999-05-10
Vadim Zeitlin
wxFileSelectorEx added - could someone please implement it?
blob
|
commitdiff
|
raw
|
diff to current
1999-05-10
Robert Roebling
Small modifications to Vadims changes
blob
|
commitdiff
|
raw
|
diff to current
1999-05-09
Vadim Zeitlin
wxWindow split into wxWindowBase and wxWindow (wxGTK...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-27
Robert Roebling
New idle handling. Only that.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-14
Ove Kaaven
OK, enough for today. To be continued tomorrow...
blob
|
commitdiff
|
raw
|
diff to current
1999-03-23
Vadim Zeitlin
wxFileDialog::GetFilename and GetDir work now
blob
|
commitdiff
|
raw
|
diff to current
1999-02-22
Vadim Zeitlin
GetSize() and GetClientSize() changes
blob
|
commitdiff
|
raw
|
diff to current
1999-02-10
Robert Roebling
distribution things
blob
|
commitdiff
|
raw
|
diff to current
1999-02-03
Vadim Zeitlin
compilation problem fixed
blob
|
commitdiff
|
raw
|
diff to current
1999-02-03
Robert Roebling
Trying to repair what CVS can do to source code
blob
|
commitdiff
|
raw
|
diff to current
1999-02-02
Vadim Zeitlin
compilation warning removed
blob
|
commitdiff
|
raw
|
diff to current
1999-02-01
Robert Roebling
Removed some trash from that came through tha cables
blob
|
commitdiff
|
raw
|
diff to current
1999-01-25
Julian Smart
char* -> wxString
blob
|
commitdiff
|
raw
|
diff to current
1999-01-02
Robert Roebling
Header changes (gtk.h etc no longer included in defs.h
blob
|
commitdiff
|
raw
|
diff to current
1998-10-27
Robert Roebling
Added background colour again
blob
|
commitdiff
|
raw
|
diff to current
1998-10-24
Robert Roebling
Removed usage of GdkImlib
blob
|
commitdiff
|
raw
|
diff to current
1998-09-07
Robert Roebling
Tries unsuccesfully to cure a few more problems
blob
|
commitdiff
|
raw
|
diff to current
1998-08-23
Unknown (RO)
General tidy-up (mainly typecasts) to allow the use...
blob
|
commitdiff
|
raw
|
diff to current
1998-08-16
Robert Roebling
Added mising AddBitmapList in wxBitmap
blob
|
commitdiff
|
raw
|
diff to current
1998-08-14
Robert Roebling
Added validation support
blob
|
commitdiff
|
raw
|
diff to current
1998-08-08
Denis Pershin
DP:
blob
|
commitdiff
|
raw
|
diff to current
1998-08-07
Vadim Zeitlin
(1) Denis Pershin's patch for wxGTK (memory leaks corre...
blob
|
commitdiff
|
raw
|
diff to current
next