implement grid layout (win32)

add container base (win32)

implement ui_show (win32)

fix missing assignment in some arg funcs

implement splitview window (Cocoa)

fix alignment insets in the grid layout (Cocoa)

add width/height args to the textarea, listview and table (GTK)

refactor motif containers

add ui_tab_view_args_set_padding and fix container margin func

add ui_frame_args_set_subcontainer

add margin arg funcs

implement margin parameters (GTK)

readd frame subcontainer arg (GTK)

refactor qt containers

refactor gtk container hierarchy

add new margin widget args and implement margin in the cocoa gridlayout

fix grid spacing (Cocoa)

enable global menu list binding (gtk3, motif)

fix global menu list binding

remove separate ctx vars_unbound map

refactor document context

fix splitview window left panel (GTK)

add missing widget.h include

add ui_set_enabled and ui_set_visible (QT)

fix qt build

add API for setting the window splitview and implement position autosave

add new toolbar positions for splitview windows

implement spinbox width arg (GTK)

add spinbox (Cocoa)

merge

create new BoxContainer based on GridLayout

set textfield width (Cocoa)

add ui_splitview_window

add UiCellValue wrapper

add type to UiCellValue

add list args functions for the onsave callback

change UiCellValue from struct to union and pass it as pointer to the onsave function, for better compatibility with other languages

implement listview onsave handler (GTK)

add UI_STRING_EDITABLE model type (GTK)

fix ui_listbox_list_update

allow NULL as enablefunc in ui_widget_set_groups

add ui_widget_set_visibility_states

implement *args_set_groups functions

remove unnecessary PangoAttrList from UiListView (GTK)

implement switch (GTK)

don't use properties to get the default size for simple windows (GTK)

use UiRange as default var type in ui_spinbox_create (GTK)

fail

add missing ui_splitpane_args_set_position_property

add position_property splitpane arg (GTK)

implement splitpane value/varname args (GTK)

add ui_window_default_size function (GTK)

remember app window size (GTK)

improve ui_set_property

implement spinbox min/max args (QT)

add spinbox min/max args (GTK)

fix spinbox var initialization

rename ui_range_set_value/ui_range_get_value

add UiRange getter/setter functions

fix *_set_fill arg functions

add spinbox arg functions

rename ui_spinner to ui_spinbox

make some function parameters const

fix motif build

implement sidebar window (Cocoa)

implement ui_dialog_create (Cocoa)

improve gtk4 listview/table single row updates

add ui_sourcelist_args_set_contextmenu

create a copy of the label string in ui_menu_create

add textstyle wrapper functions

implement table styling for gtk3

fix gtk version check

avoid using deprecated GtkAlignment

fix wrong gtk3 treeviewmodel when using multiple UI_TEXT columns

fix gtk3 table update

fix gtk3 build, implement workaround for gtk_button_set_can_shrink

extend UiListArgs wrapper functions

add stylefunc for table/listview for row and cell styling options (GTK)

extend ui_list_setselection to allow to remove selections

add alternative function for setting list selections

add UiTabViewArgs wrapper functions

remove unused UiTabViewArgs args

allow linkbutton labels to ellipsize (GTK)

fix inconsistent fill/expand settings (GTK)

h/v expand/fill should be independent setting

fix webview js and zoomlevel initialization when loading urls or content (GTK)

add ui-nopadding style class (GTK)

add alternative UiModel creation functions

remove unused code

implement ui_customwidget_create (Cocoa)

implement some general widget functions (Cocoa)

add file dialogs (Cocoa)

fix QT build

remove getvalue func from UiModel

implement ui_call_mainthread (Cocoa)

implement ui_job (Cocoa)

add label (Cocoa)

remove default fill parameter vom container (Cocoa)

add combobox (Cocoa)

improve table columnsize handling (Cocoa)

add table widget (Cocoa)

implement listview list bindings (Cocoa)

implement listview multiselection (Cocoa)

implement listview onselection event (Cocoa)

add minimally working listview (Cocoa)

handle toggle menu items separately when not created as AppMenu item (Cocoa)

fix toolbar menuitem event handling (Cocoa)

add toolbar menu item (Cocoa)

implement toolbar toggle itmem (Cocoa)

add functions for directly setting a linkbutton's label/uri (GTK)

add UiLinkButtonArgs wrapper

add linkbutton (GTK)

implement ui_button_set_label (QT)

add utility functions for changing button label/icon (GTK)

allow unselection in gtk4 listview

add UiFileList wrapper

implement sourcelist item badge (GTK)

implement sourcelist item button (GTK)

workaround for empty sublists with headers (GTK)

implement ui_listbox_list_update (GTK)

fix build

add UiWidgetArgs wrapper functions

add UiListSelection wrapper functions

add ui_list_update_row

don't crash when a sublist has no list value or varname (GTK)

add message dialog (Qt)

merge

add sidebar (Qt)

add support for toolbar icons (Cocoa)

implement missing ui_textarea functions (Cocoa)

implement textarea UiText functions (Cocoa)

add contextmenu to sourcelist (GTK)

fix listview row update loses selection (GTK)

fix gtk label center alignment

implement gtk3 headerbar menubutton

fix gtk3 build

init webview with existing value in ui_webview_create

implement toolbar label,icon,onclick (Cocoa)

semi functional toolbar (Cocoa)

fix Cocoa build

dialog functions should use arg pointers

implement ui_app_exit_on_shutdown for Motif, Qt, Cocoa

improve exit behavior (GTK)

remove fill parameter from Container add method (QT)

fix qt build

replace UiTri with UiBool in Arg structs

simplify layout fill option, remove fill parameter from container add function (GTK)

add label/progressbar arg functions

add basic structure for grid layout (win32)

fix wrong w32 string type

add missing include

add webview arg functions

add textarea/textfield arg wrapper

fix gtk ui_listbox_row_activate list access

fix crash when using listview with static data (gtk4)

add UiSubListEventData wrapper functions

add UiEvent eventdatatype

allow sourcelist getvalue func to be null

add UiList parameter to sublist getvalue func

add srclist wrapper functions

fix build

add sublist item setter functions

add additional userdata parameter to sourcelist getvalue func

change integer type in ui_sourcelist_args_set_static_sublists parameter

fix typo

merge

extend sourcelist arg funcs

add compile_commands.json to .hgignore

make build lib dir adjustable, preparation for win32 build

fix gtk3 build

add wrapper functions for toolbar args

add wrapper functions for UiSourceListArgs

fix listview/combobox ignored args->getvalue2data

fix win32 build

add ui_list_set_data

add list wrapper functions for accessing data/iter

implement ui_getvaluefunc2 (Motif)

fix motif build

extend ui_getvaluefunc2: add indicator, wether the value should be freed

add ui_list_args_set_getvalue_func2/ui_list_args_set_getvalue_data

fix qt build

implement ui_getvaluefunc2 (QT)

add ui_getvaluefunc2 (GTK)

add UiListArgs wrapper functions

add userdata parameter to list initializer

merge

add list initializer

add more toolkit initialization, fixes crash on exit (win32)

use uic_object_new_toplevel to create toplevel objects

add functions for registering global object creation/destruction callbacks

remove deprecated functions

add function for getting the UiContext parent context

(0) -192 +192 tip

mercurial